Color Hex Logo

#95733e Color Hex

#95733E
(149,115,62)
0 Favorites   0 Comments

Color spaces of #95733e

RGB 14911562
HSL0.100.410.41
HSV37°58°58°
CMYK 0.000.230.58   0.42
XYZ19.394718.99887.2024
Yxy18.99880.42540.4167
Hunter Lab43.58763.146920.7143
CIE-Lab50.68586.925334.0903

#95733e color RGB value is (149,115,62).

#95733e hex color red value is 149, green value is 115 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #95733e hue: 0.10 , saturation: 0.41 and the lightness value of 95733e is 0.41.

The process color (four color CMYK) of #95733e color hex is 0.00, 0.23, 0.58, 0.42. Web safe color of #95733e is #996633. Color #95733e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110011 00111110
Octal 225 163 76
Decimal 149 115 62
Hex 95 73 3E

RGB Percentages of Color #95733e

%45.71
%35.28
%19.02

CMYK Percentages of Color #95733e

%0
%23
%58
%42

Triadic Colors of #95733e

#95733e #3e9573 #733e95

Analogous Colors of #95733e

#95733e #8c953e #95483e

Monochromatic Colors of #95733e

#95733e

Complementary Color

#95733e #3e6095

#95733e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95733e Color Preview on White Background

Lorem ipsum dolor sit amet.

#95733e Color CSS Codes

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

#95733e Text Font Color

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

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


#95733e Background Color

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

This div background color is #95733e


#95733e Border Color

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

This div border color is #95733e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,115,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95733e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95733e;
  -webkit-box-shadow: 1px 1px 3px 2px #95733e;
  box-shadow:         1px 1px 3px 2px #95733e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95733e


Comments

No comments written yet.

Please login to write comment.