COLOR #95664B

HEX: #95664B
RGB: (149,102,75)

Color info

#95664B contains mainly red and green colors. Web safe color of #95664B is #996633 (or #963).

RGB color model

#95664B color RGB value is (149,102,75).

  • red value is 149;
  • green value is 102;
  • blue value is 75.
RGB:
(149,102,75)
(58%,40%,29%)

RGB channels and saturation

R 149 of 255 = 58%
G 102 of 255 = 40%
B 75 of 255 = 29%

149
102
75

R + G + B ~ 42%. #95664B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
149 + 102 + 75 = 326 (100%)
R 149 of 326 ~ 45.71%
G 102 of 326 ~ 31.29%
B 75 of 326 ~ 23.01%

%45.71
%31.29
%23.01

CMYK color model

#95664B color CMYK value is (0,32,50,42).

  • cyan value is 0.00%
  • magenta value is 31.54%
  • yellow value is 49.66%
  • key color value is 41.57%
CMYK:
(0,32,50,42)
C0M32Y50K42 
(0%,32%,50%,42%)
(0.00/0.32/0.50/0.42)	

CMYK percentages

%0
%31.54
%49.66
%41.57

Codes

Color #95664B in popluar color models

95664B
RGB14910275
HSL22°33.04%43.92%
HSB/HSV22°49.66%58.43%
CMYK0.00%31.54%49.66%
41.57%

Color #95664B in popluar number systems.

HEX95664B
Decimal14910275
Binary1001010111001101001011
Octal225146113

Shades and tints

Shades of #95664B

#95664B
(149,102,75)
#885D45
(136,93,69)
#7B543F
(123,84,63)
#6E4B39
(110,75,57)
#614233
(97,66,51)
#54392D
(84,57,45)
#473027
(71,48,39)
#3A2721
(58,39,33)
#2D1E1B
(45,30,27)
#201515
(32,21,21)
#130C0F
(19,12,15)
#000000
(0,0,0)

Tints of #95664B

#95664B
(149,102,75)
#9E735B
(158,115,91)
#A7806B
(167,128,107)
#B08D7B
(176,141,123)
#B99A8B
(185,154,139)
#C2A79B
(194,167,155)
#CBB4AB
(203,180,171)
#D4C1BB
(212,193,187)
#DDCECB
(221,206,203)
#E6DBDB
(230,219,219)
#EFE8EB
(239,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95664B color. Also use rgb(149,102,75) instead hex code.

Text Font Color

.myTextColor { color: #95664B; }

<p style="color:#95664B">This sample text font color is #95664B.</p>

This text font color is #95664B.


Background Color

.myBgColor { background-color: #95664B; }

<div style="background-color:#95664B">Inner text</div>

This div background color is #95664B.


Border color

.myBorderColor { border: 1px solid #95664B; }

<div style="border:3px solid #95664B">Div</div>

This div border color is #95664B.


Opacity

.myOpacity80 { color: #95664B; opacity: 0.8; }

<p style="color:#95664B;opacity:0.8;">80%</p>

Text with #95664B color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #95664B;}

<p style="text-shadow: 3px 3px 1px #95664B">Text here.</p>

This text has shadow with #95664B color.

.textShadow {text-shadow: 3px 3px 1px #95664B, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #95664B, 5px 5px 20px red">Text here.</p>

This text has shadow with #95664B primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#95664B, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#95664B, Direction=45, Strength=4)">Text</p>

This text has shadow with #95664B and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #95664B;
  -webkit-box-shadow:	1px 1px 3px 2px #95664B;
  box-shadow:		1px 1px 3px 2px #95664B;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #95664B;
-webkit-box-shadow: 1px 1px 3px 2px #95664B;
box-shadow:1px 1px 3px 2px #95664B;">
Div content here</div>
This div box has shadow with color #95664B.

Preview

Color preview on black background

This text has color #95664B on black background.


Color preview on white background

This text has color #95664B on white background.



Black color preview on #95664B background

This text has black color on #95664B background.


White color preview on #95664B background

This text has white color on #95664B background.