COLOR #95735C

HEX: #95735C RGB: (149,115,92)

Color info

#95735C contains red, green and blue colors in about the same proportion. Web safe color of #95735C is #996666 (or #966).

RGB color model

#95735C color RGB value is (149,115,92).

RGB: (149,115,92) (58%, 45%, 36%)

RGB channels and saturation

R 149 of 255 = 58%
G 115 of 255 = 45%
B 92 of 255 = 36%

149
115
92

R + G + B ~ 46%. #95735C is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 149 + 115 + 92 = 356 (100%)
R 149 of 356 ~ 41.85%
G 115 of 356 ~ 32.3%
B 92 of 356 ~ 25.84'%

%41.85
%32.3
%25.84

CMYK color model

#95735C color CMYK value is (0,23,38,42).

  • cyan value is 0.00%
  • magenta value is 22.82%
  • yellow value is 38.26%
  • key color value is 41.57%

CMYK: (0,23,38,42)
C0M23Y38K42 (0%, 23%, 38%, 42%)
(0.00 / 0.23 / 0.38 / 0.42)

CMYK percentages

%0
%22.82
%38.26
%41.57

Codes

Color #95735C in popluar color models

95 73 5C
RGB 149 115 92
HSL 24° 23.65% 47.25%
HSB/HSV 24° 38.26% 58.43%
CMYK 0.00% 22.82% 38.26%
41.57%

Color #95735C in popluar number systems.

HEX 95 73 5C
Decimal 149 115 92
Binary 10010101 1110011 1011100
Octal 225 163 134

Shades and tints

Shades of #95735C

#95735C
(149,115,92)
#886954
(136,105,84)
#7B5F4C
(123,95,76)
#6E5544
(110,85,68)
#614B3C
(97,75,60)
#544134
(84,65,52)
#47372C
(71,55,44)
#3A2D24
(58,45,36)
#2D231C
(45,35,28)
#201914
(32,25,20)
#130F0C
(19,15,12)
#000000
(0,0,0)

Tints of #95735C

#95735C
(149,115,92)
#9E7F6A
(158,127,106)
#A78B78
(167,139,120)
#B09786
(176,151,134)
#B9A394
(185,163,148)
#C2AFA2
(194,175,162)
#CBBBB0
(203,187,176)
#D4C7BE
(212,199,190)
#DDD3CC
(221,211,204)
#E6DFDA
(230,223,218)
#EFEBE8
(239,235,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95735C color. Also use rgb(149,115,92) instead hex code.

Text Font Color

.myTextColor { color: #95735C; }

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

This text font color is #95735C.

Background Color

.myBgColor { background-color: #95735C; }

<div style="background-color:#95735C">Inner text</div>

This div background color is #95735C.

Border color

.myBorderColor { border: 1px solid #95735C; }

<div style="border:3px solid #95735C">Div</div>

This div border color is #95735C.

Opacity

.myOpacity80 { color: #95735C; opacity: 0.8; }

<p style="color:#95735C;opacity:0.8;">80%</p>

Text with #95735C 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 #95735C;}

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

This text has shadow with #95735C color.


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

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

This text has shadow with #95735C primary color and red secondary color.


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

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

This text has shadow with #95735C and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #95735C.

Preview

Color preview on black background

This text has color #95735C on black background.


Color preview on white background

This text has color #95735C on white background.


Black color preview on #95735C background

This text has black color on #95735C background.


White color preview on #95735C background

This text has white color on #95735C background.


Related colors

Complementary color

Complementary color for #hex is #6A8CA3.


I love getcolorcode.com

Triadic colors

1 #5C9573 and #735C95 with #95735C are triadic colors.

2 #5C7395 and #73955C with #95735C are triadic colors.