Color Hex Logo

#b34408 Color Hex

#B34408
(179,68,8)
0 Favorites   0 Comments

Color spaces of #b34408

RGB 179688
HSL0.060.910.37
HSV21°96°70°
CMYK 0.000.620.96   0.30
XYZ20.701413.73551.7899
Yxy13.73550.57140.3792
Hunter Lab37.061434.847223.0796
CIE-Lab43.851242.852552.3384

#b34408 color RGB value is (179,68,8).

#b34408 hex color red value is 179, green value is 68 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #b34408 hue: 0.06 , saturation: 0.91 and the lightness value of b34408 is 0.37.

The process color (four color CMYK) of #b34408 color hex is 0.00, 0.62, 0.96, 0.30. Web safe color of #b34408 is #cc3300. Color #b34408 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01000100 00001000
Octal 263 104 10
Decimal 179 68 8
Hex B3 44 8

RGB Percentages of Color #b34408

%70.20
%26.67
%3.14

CMYK Percentages of Color #b34408

%0
%62
%96
%30

Triadic Colors of #b34408

#b34408 #08b344 #4408b3

Analogous Colors of #b34408

#b34408 #b39a08 #b30821

Monochromatic Colors of #b34408

#b34408

Complementary Color

#b34408 #0877b3

#b34408 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b34408 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b34408 Color CSS Codes

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

#b34408 Text Font Color

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

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


#b34408 Background Color

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

This div background color is #b34408


#b34408 Border Color

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

This div border color is #b34408


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b34408


Comments

No comments written yet.

Please login to write comment.