Color Hex Logo

#b37368 Color Hex

#B37368
(179,115,104)
0 Favorites   0 Comments

Color spaces of #b37368

RGB 179115104
HSL0.020.330.55
HSV42°70°
CMYK 0.000.360.42   0.30
XYZ27.219822.844616.0715
Yxy22.84460.41160.3454
Hunter Lab47.796018.012613.5208
CIE-Lab54.911923.918616.5650

#b37368 color RGB value is (179,115,104).

#b37368 hex color red value is 179, green value is 115 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b37368 hue: 0.02 , saturation: 0.33 and the lightness value of b37368 is 0.55.

The process color (four color CMYK) of #b37368 color hex is 0.00, 0.36, 0.42, 0.30. Web safe color of #b37368 is #cc6666. Color #b37368 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01110011 01101000
Octal 263 163 150
Decimal 179 115 104
Hex B3 73 68

RGB Percentages of Color #b37368

%44.97
%28.89
%26.13

CMYK Percentages of Color #b37368

%0
%36
%42
%30

Triadic Colors of #b37368

#b37368 #68b373 #7368b3

Analogous Colors of #b37368

#b37368 #b39968 #b36883

Monochromatic Colors of #b37368

#b37368

Complementary Color

#b37368 #68a8b3

#b37368 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b37368 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b37368 Color CSS Codes

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

#b37368 Text Font Color

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

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


#b37368 Background Color

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

This div background color is #b37368


#b37368 Border Color

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

This div border color is #b37368


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b37368


Comments

No comments written yet.

Please login to write comment.