Color Hex Logo

#b34219 Color Hex

#B34219
(179,66,25)
0 Favorites   0 Comments

Color spaces of #b34219

RGB 1796625
HSL0.040.750.40
HSV16°86°70°
CMYK 0.000.630.86   0.30
XYZ20.714113.55032.4434
Yxy13.55030.56430.3691
Hunter Lab36.810736.026621.8320
CIE-Lab43.581044.078846.3134

#b34219 color RGB value is (179,66,25).

#b34219 hex color red value is 179, green value is 66 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #b34219 hue: 0.04 , saturation: 0.75 and the lightness value of b34219 is 0.40.

The process color (four color CMYK) of #b34219 color hex is 0.00, 0.63, 0.86, 0.30. Web safe color of #b34219 is #cc3300. Color #b34219 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000010 00011001
Octal 263 102 31
Decimal 179 66 25
Hex B3 42 19

RGB Percentages of Color #b34219

%66.30
%24.44
%9.26

CMYK Percentages of Color #b34219

%0
%63
%86
%30

Triadic Colors of #b34219

#b34219 #19b342 #4219b3

Analogous Colors of #b34219

#b34219 #b38f19 #b3193d

Monochromatic Colors of #b34219

#b34219

Complementary Color

#b34219 #198ab3

#b34219 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34219 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34219 Color CSS Codes

.mybgcolor {background-color:#b34219; } 
.myforecolor {color:#b34219; }
.mybordercolor {border:3px solid #b34219; }

#b34219 Text Font Color

<p style="color:#b34219">Text here</p>

This sample text font color is #b34219
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b34219 Background Color

<div style="background-color:#b34219">
Div content here</div>

This div background color is #b34219


#b34219 Border Color

<div style="border:3px solid #b34219">
Div here</div>

This div border color is #b34219


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,66,25, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b34219; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b34219;
  -webkit-box-shadow: 1px 1px 3px 2px #b34219;
  box-shadow:         1px 1px 3px 2px #b34219; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,66,25, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b34219">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b34219;
  -webkit-box-shadow: 1px 1px 3px 2px #b34219;
  box-shadow:         1px 1px 3px 2px #b34219;">
Div content here</div>

This div box has shadow with color #b34219


Comments

No comments written yet.

Please login to write comment.