Color Hex Logo

#b37040 Color Hex

#B37040
(179,112,64)
0 Favorites   0 Comments

Color spaces of #b37040

RGB 17911264
HSL0.070.470.48
HSV25°64°70°
CMYK 0.000.370.64   0.30
XYZ25.310021.54227.6746
Yxy21.54220.46420.3951
Hunter Lab46.413616.114922.6858
CIE-Lab53.537921.945737.2773

#b37040 color RGB value is (179,112,64).

#b37040 hex color red value is 179, green value is 112 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b37040 hue: 0.07 , saturation: 0.47 and the lightness value of b37040 is 0.48.

The process color (four color CMYK) of #b37040 color hex is 0.00, 0.37, 0.64, 0.30. Web safe color of #b37040 is #cc6633. Color #b37040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110000 01000000
Octal 263 160 100
Decimal 179 112 64
Hex B3 70 40

RGB Percentages of Color #b37040

%50.42
%31.55
%18.03

CMYK Percentages of Color #b37040

%0
%37
%64
%30

Triadic Colors of #b37040

#b37040 #40b370 #7040b3

Analogous Colors of #b37040

#b37040 #b3aa40 #b3404a

Monochromatic Colors of #b37040

#b37040

Complementary Color

#b37040 #4083b3

#b37040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37040 Color CSS Codes

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

#b37040 Text Font Color

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

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


#b37040 Background Color

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

This div background color is #b37040


#b37040 Border Color

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

This div border color is #b37040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37040


Comments

No comments written yet.

Please login to write comment.