Color Hex Logo

#b44307 Color Hex

#B44307
(180,67,7)
0 Favorites   0 Comments

Color spaces of #b44307

RGB 180677
HSL0.060.930.37
HSV21°96°71°
CMYK 0.000.630.96   0.29
XYZ20.867913.73291.7519
Yxy13.73290.57400.3778
Hunter Lab37.057935.664823.1376
CIE-Lab43.847443.673252.6943

#b44307 color RGB value is (180,67,7).

#b44307 hex color red value is 180, green value is 67 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #b44307 hue: 0.06 , saturation: 0.93 and the lightness value of b44307 is 0.37.

The process color (four color CMYK) of #b44307 color hex is 0.00, 0.63, 0.96, 0.29. Web safe color of #b44307 is #cc3300. Color #b44307 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01000011 00000111
Octal 264 103 7
Decimal 180 67 7
Hex B4 43 7

RGB Percentages of Color #b44307

%70.87
%26.38
%2.76

CMYK Percentages of Color #b44307

%0
%63
%96
%29

Triadic Colors of #b44307

#b44307 #07b443 #4307b4

Analogous Colors of #b44307

#b44307 #b49a07 #b40722

Monochromatic Colors of #b44307

#b44307

Complementary Color

#b44307 #0778b4

#b44307 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b44307 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b44307 Color CSS Codes

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

#b44307 Text Font Color

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

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


#b44307 Background Color

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

This div background color is #b44307


#b44307 Border Color

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

This div border color is #b44307


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b44307


Comments

No comments written yet.

Please login to write comment.