Color Hex Logo

#95652b Color Hex

#95652B
(149,101,43)
0 Favorites   0 Comments

Color spaces of #95652b

RGB 14910143
HSL0.090.550.38
HSV33°71°58°
CMYK 0.000.320.71   0.42
XYZ17.484215.87134.4275
Yxy15.87130.46280.4201
Hunter Lab39.83888.621021.2979
CIE-Lab46.805213.650639.5100

#95652b color RGB value is (149,101,43).

#95652b hex color red value is 149, green value is 101 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #95652b hue: 0.09 , saturation: 0.55 and the lightness value of 95652b is 0.38.

The process color (four color CMYK) of #95652b color hex is 0.00, 0.32, 0.71, 0.42. Web safe color of #95652b is #996633. Color #95652b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01100101 00101011
Octal 225 145 53
Decimal 149 101 43
Hex 95 65 2B

RGB Percentages of Color #95652b

%50.85
%34.47
%14.68

CMYK Percentages of Color #95652b

%0
%32
%71
%42

Triadic Colors of #95652b

#95652b #2b9565 #652b95

Analogous Colors of #95652b

#95652b #90952b #95302b

Monochromatic Colors of #95652b

#95652b

Complementary Color

#95652b #2b5b95

#95652b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#95652b Color Preview on White Background

Lorem ipsum dolor sit amet.

#95652b Color CSS Codes

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

#95652b Text Font Color

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

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


#95652b Background Color

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

This div background color is #95652b


#95652b Border Color

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

This div border color is #95652b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #95652b


Comments

No comments written yet.

Please login to write comment.