COLOR #95936B

HEX: #95936B RGB: (149,147,107)

Color info

#95936B contains red, green and blue colors in about the same proportion. Web safe color of #95936B is #999966 (or #996).

RGB color model

#95936B color RGB value is (149,147,107).

RGB: (149,147,107) (58%, 58%, 42%)

RGB channels and saturation

R 149 of 255 = 58%
G 147 of 255 = 58%
B 107 of 255 = 42%

149
147
107

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

Portions of RGB colors in percentages

R + G + B = 149 + 147 + 107 = 403 (100%)
R 149 of 403 ~ 36.97%
G 147 of 403 ~ 36.48%
B 107 of 403 ~ 26.55'%

%36.97
%36.48
%26.55

CMYK color model

#95936B color CMYK value is (0,1,28,42).

  • cyan value is 0.00%
  • magenta value is 1.34%
  • yellow value is 28.19%
  • key color value is 41.57%

CMYK: (0,1,28,42)
C0M1Y28K42 (0%, 1%, 28%, 42%)
(0.00 / 0.01 / 0.28 / 0.42)

CMYK percentages

%0
%1.34
%28.19
%41.57

Codes

Color #95936B in popluar color models

95 93 6B
RGB 149 147 107
HSL 57° 16.54% 50.20%
HSB/HSV 57° 28.19% 58.43%
CMYK 0.00% 1.34% 28.19%
41.57%

Color #95936B in popluar number systems.

HEX 95 93 6B
Decimal 149 147 107
Binary 10010101 10010011 1101011
Octal 225 223 153

Shades and tints

Shades of #95936B

#95936B
(149,147,107)
#888662
(136,134,98)
#7B7959
(123,121,89)
#6E6C50
(110,108,80)
#615F47
(97,95,71)
#54523E
(84,82,62)
#474535
(71,69,53)
#3A382C
(58,56,44)
#2D2B23
(45,43,35)
#201E1A
(32,30,26)
#131111
(19,17,17)
#000000
(0,0,0)

Tints of #95936B

#95936B
(149,147,107)
#9E9C78
(158,156,120)
#A7A585
(167,165,133)
#B0AE92
(176,174,146)
#B9B79F
(185,183,159)
#C2C0AC
(194,192,172)
#CBC9B9
(203,201,185)
#D4D2C6
(212,210,198)
#DDDBD3
(221,219,211)
#E6E4E0
(230,228,224)
#EFEDED
(239,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95936B color. Also use rgb(149,147,107) instead hex code.

Text Font Color

.myTextColor { color: #95936B; }

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

This text font color is #95936B.

Background Color

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

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

This div background color is #95936B.

Border color

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

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

This div border color is #95936B.

Opacity

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

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

Text with #95936B 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 #95936B;}

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

This text has shadow with #95936B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95936B.

Preview

Color preview on black background

This text has color #95936B on black background.


Color preview on white background

This text has color #95936B on white background.


Black color preview on #95936B background

This text has black color on #95936B background.


White color preview on #95936B background

This text has white color on #95936B background.


Related colors

Complementary color

Complementary color for #hex is #6A6C94.


I love getcolorcode.com

Triadic colors

1 #6B9593 and #936B95 with #95936B are triadic colors.

2 #6B9395 and #93956B with #95936B are triadic colors.