COLOR #95945C

HEX: #95945C RGB: (149,148,92)

Color info

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

RGB color model

#95945C color RGB value is (149,148,92).

RGB: (149,148,92) (58%, 58%, 36%)

RGB channels and saturation

R 149 of 255 = 58%
G 148 of 255 = 58%
B 92 of 255 = 36%

149
148
92

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

Portions of RGB colors in percentages

R + G + B = 149 + 148 + 92 = 389 (100%)
R 149 of 389 ~ 38.3%
G 148 of 389 ~ 38.05%
B 92 of 389 ~ 23.65'%

%38.3
%38.05
%23.65

CMYK color model

#95945C color CMYK value is (0,1,38,42).

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

CMYK: (0,1,38,42)
C0M1Y38K42 (0%, 1%, 38%, 42%)
(0.00 / 0.01 / 0.38 / 0.42)

CMYK percentages

%0
%0.67
%38.26
%41.57

Codes

Color #95945C in popluar color models

95 94 5C
RGB 149 148 92
HSL 59° 23.65% 47.25%
HSB/HSV 59° 38.26% 58.43%
CMYK 0.00% 0.67% 38.26%
41.57%

Color #95945C in popluar number systems.

HEX 95 94 5C
Decimal 149 148 92
Binary 10010101 10010100 1011100
Octal 225 224 134

Shades and tints

Shades of #95945C

#95945C
(149,148,92)
#888754
(136,135,84)
#7B7A4C
(123,122,76)
#6E6D44
(110,109,68)
#61603C
(97,96,60)
#545334
(84,83,52)
#47462C
(71,70,44)
#3A3924
(58,57,36)
#2D2C1C
(45,44,28)
#201F14
(32,31,20)
#13120C
(19,18,12)
#000000
(0,0,0)

Tints of #95945C

#95945C
(149,148,92)
#9E9D6A
(158,157,106)
#A7A678
(167,166,120)
#B0AF86
(176,175,134)
#B9B894
(185,184,148)
#C2C1A2
(194,193,162)
#CBCAB0
(203,202,176)
#D4D3BE
(212,211,190)
#DDDCCC
(221,220,204)
#E6E5DA
(230,229,218)
#EFEEE8
(239,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95945C; }

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

This text font color is #95945C.

Background Color

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

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

This div background color is #95945C.

Border color

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

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

This div border color is #95945C.

Opacity

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

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

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

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

This text has shadow with #95945C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95945C.

Preview

Color preview on black background

This text has color #95945C on black background.


Color preview on white background

This text has color #95945C on white background.


Black color preview on #95945C background

This text has black color on #95945C background.


White color preview on #95945C background

This text has white color on #95945C background.


Related colors

Complementary color

Complementary color for #hex is #6A6BA3.


I love getcolorcode.com

Triadic colors

1 #5C9594 and #945C95 with #95945C are triadic colors.

2 #5C9495 and #94955C with #95945C are triadic colors.