Color Hex Logo

#b58344 Color Hex

#B58344
(181,131,68)
0 Favorites   0 Comments

Color spaces of #b58344

RGB 18113168
HSL0.090.450.49
HSV33°62°71°
CMYK 0.000.280.62   0.29
XYZ28.215726.47379.0916
Yxy26.47370.44240.4151
Hunter Lab51.45267.844225.5404
CIE-Lab58.484012.493141.0048

#b58344 color RGB value is (181,131,68).

#b58344 hex color red value is 181, green value is 131 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #b58344 hue: 0.09 , saturation: 0.45 and the lightness value of b58344 is 0.49.

The process color (four color CMYK) of #b58344 color hex is 0.00, 0.28, 0.62, 0.29. Web safe color of #b58344 is #cc9933. Color #b58344 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10000011 01000100
Octal 265 203 104
Decimal 181 131 68
Hex B5 83 44

RGB Percentages of Color #b58344

%47.63
%34.47
%17.89

CMYK Percentages of Color #b58344

%0
%28
%62
%29

Triadic Colors of #b58344

#b58344 #44b583 #8344b5

Analogous Colors of #b58344

#b58344 #afb544 #b54b44

Monochromatic Colors of #b58344

#b58344

Complementary Color

#b58344 #4476b5

#b58344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b58344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b58344 Color CSS Codes

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

#b58344 Text Font Color

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

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


#b58344 Background Color

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

This div background color is #b58344


#b58344 Border Color

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

This div border color is #b58344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b58344


Comments

No comments written yet.

Please login to write comment.