Color Hex Logo

#b47724 Color Hex

#B47724
(180,119,36)
0 Favorites   0 Comments

Color spaces of #b47724

RGB 18011936
HSL0.100.670.42
HSV35°80°71°
CMYK 0.000.340.80   0.29
XYZ25.737723.02434.7567
Yxy23.02430.48090.4302
Hunter Lab47.983611.773327.7110
CIE-Lab55.097417.025652.1429

#b47724 color RGB value is (180,119,36).

#b47724 hex color red value is 180, green value is 119 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #b47724 hue: 0.10 , saturation: 0.67 and the lightness value of b47724 is 0.42.

The process color (four color CMYK) of #b47724 color hex is 0.00, 0.34, 0.80, 0.29. Web safe color of #b47724 is #cc6633. Color #b47724 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01110111 00100100
Octal 264 167 44
Decimal 180 119 36
Hex B4 77 24

RGB Percentages of Color #b47724

%53.73
%35.52
%10.75

CMYK Percentages of Color #b47724

%0
%34
%80
%29

Triadic Colors of #b47724

#b47724 #24b477 #7724b4

Analogous Colors of #b47724

#b47724 #a9b424 #b42f24

Monochromatic Colors of #b47724

#b47724

Complementary Color

#b47724 #2461b4

#b47724 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b47724 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b47724 Color CSS Codes

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

#b47724 Text Font Color

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

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


#b47724 Background Color

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

This div background color is #b47724


#b47724 Border Color

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

This div border color is #b47724


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b47724


Comments

No comments written yet.

Please login to write comment.