Color Hex Logo

#95743b Color Hex

#95743B
(149,116,59)
0 Favorites   0 Comments

Color spaces of #95743b

RGB 14911659
HSL0.110.430.41
HSV38°60°58°
CMYK 0.000.220.60   0.42
XYZ19.429219.19616.8189
Yxy19.19610.42750.4224
Hunter Lab43.81342.483121.4417
CIE-Lab50.91586.108235.9488

#95743b color RGB value is (149,116,59).

#95743b hex color red value is 149, green value is 116 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #95743b hue: 0.11 , saturation: 0.43 and the lightness value of 95743b is 0.41.

The process color (four color CMYK) of #95743b color hex is 0.00, 0.22, 0.60, 0.42. Web safe color of #95743b is #996633. Color #95743b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01110100 00111011
Octal 225 164 73
Decimal 149 116 59
Hex 95 74 3B

RGB Percentages of Color #95743b

%45.99
%35.80
%18.21

CMYK Percentages of Color #95743b

%0
%22
%60
%42

Triadic Colors of #95743b

#95743b #3b9574 #743b95

Analogous Colors of #95743b

#95743b #89953b #95473b

Monochromatic Colors of #95743b

#95743b

Complementary Color

#95743b #3b5c95

#95743b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95743b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95743b Color CSS Codes

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

#95743b Text Font Color

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

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


#95743b Background Color

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

This div background color is #95743b


#95743b Border Color

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

This div border color is #95743b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,116,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #95743b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #95743b;
  -webkit-box-shadow: 1px 1px 3px 2px #95743b;
  box-shadow:         1px 1px 3px 2px #95743b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95743b


Comments

No comments written yet.

Please login to write comment.