Color Hex Logo

#b34312 Color Hex

#B34312
(179,67,18)
0 Favorites   0 Comments

Color spaces of #b34312

RGB 1796718
HSL0.050.820.39
HSV18°90°70°
CMYK 0.000.630.90   0.30
XYZ20.706713.64172.1140
Yxy13.64170.56790.3741
Hunter Lab36.934735.436922.4607
CIE-Lab43.714643.466849.2022

#b34312 color RGB value is (179,67,18).

#b34312 hex color red value is 179, green value is 67 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #b34312 hue: 0.05 , saturation: 0.82 and the lightness value of b34312 is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000011 00010010
Octal 263 103 22
Decimal 179 67 18
Hex B3 43 12

RGB Percentages of Color #b34312

%67.80
%25.38
%6.82

CMYK Percentages of Color #b34312

%0
%63
%90
%30

Triadic Colors of #b34312

#b34312 #12b343 #4312b3

Analogous Colors of #b34312

#b34312 #b39412 #b31231

Monochromatic Colors of #b34312

#b34312

Complementary Color

#b34312 #1282b3

#b34312 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34312 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34312 Color CSS Codes

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

#b34312 Text Font Color

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

This sample text font color is #b34312
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.


#b34312 Background Color

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

This div background color is #b34312


#b34312 Border Color

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

This div border color is #b34312


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34312


Comments

No comments written yet.

Please login to write comment.