Color Hex Logo

#b37540 Color Hex

#B37540
(179,117,64)
0 Favorites   0 Comments

Color spaces of #b37540

RGB 17911764
HSL0.080.470.48
HSV28°64°70°
CMYK 0.000.350.64   0.30
XYZ25.877122.67657.8636
Yxy22.67650.45870.4019
Hunter Lab47.619813.663923.5432
CIE-Lab54.737519.159538.6730

#b37540 color RGB value is (179,117,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110101 01000000
Octal 263 165 100
Decimal 179 117 64
Hex B3 75 40

RGB Percentages of Color #b37540

%49.72
%32.50
%17.78

CMYK Percentages of Color #b37540

%0
%35
%64
%30

Triadic Colors of #b37540

#b37540 #40b375 #7540b3

Analogous Colors of #b37540

#b37540 #b3af40 #b34044

Monochromatic Colors of #b37540

#b37540

Complementary Color

#b37540 #407eb3

#b37540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37540 Color CSS Codes

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

#b37540 Text Font Color

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

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


#b37540 Background Color

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

This div background color is #b37540


#b37540 Border Color

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

This div border color is #b37540


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,117,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 #b37540">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37540


Comments

No comments written yet.

Please login to write comment.