COLOR #95926C

HEX: #95926C RGB: (149,146,108)

Color info

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

RGB color model

#95926C color RGB value is (149,146,108).

RGB: (149,146,108) (58%, 57%, 42%)

RGB channels and saturation

R 149 of 255 = 58%
G 146 of 255 = 57%
B 108 of 255 = 42%

149
146
108

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

Portions of RGB colors in percentages

R + G + B = 149 + 146 + 108 = 403 (100%)
R 149 of 403 ~ 36.97%
G 146 of 403 ~ 36.23%
B 108 of 403 ~ 26.8'%

%36.97
%36.23
%26.8

CMYK color model

#95926C color CMYK value is (0,2,28,42).

  • cyan value is 0.00%
  • magenta value is 2.01%
  • yellow value is 27.52%
  • key color value is 41.57%

CMYK: (0,2,28,42)
C0M2Y28K42 (0%, 2%, 28%, 42%)
(0.00 / 0.02 / 0.28 / 0.42)

CMYK percentages

%0
%2.01
%27.52
%41.57

Codes

Color #95926C in popluar color models

95 92 6C
RGB 149 146 108
HSL 56° 16.21% 50.39%
HSB/HSV 56° 27.52% 58.43%
CMYK 0.00% 2.01% 27.52%
41.57%

Color #95926C in popluar number systems.

HEX 95 92 6C
Decimal 149 146 108
Binary 10010101 10010010 1101100
Octal 225 222 154

Shades and tints

Shades of #95926C

#95926C
(149,146,108)
#888563
(136,133,99)
#7B785A
(123,120,90)
#6E6B51
(110,107,81)
#615E48
(97,94,72)
#54513F
(84,81,63)
#474436
(71,68,54)
#3A372D
(58,55,45)
#2D2A24
(45,42,36)
#201D1B
(32,29,27)
#131012
(19,16,18)
#000000
(0,0,0)

Tints of #95926C

#95926C
(149,146,108)
#9E9B79
(158,155,121)
#A7A486
(167,164,134)
#B0AD93
(176,173,147)
#B9B6A0
(185,182,160)
#C2BFAD
(194,191,173)
#CBC8BA
(203,200,186)
#D4D1C7
(212,209,199)
#DDDAD4
(221,218,212)
#E6E3E1
(230,227,225)
#EFECEE
(239,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #95926C color. Also use rgb(149,146,108) instead hex code.

Text Font Color

.myTextColor { color: #95926C; }

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

This text font color is #95926C.

Background Color

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

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

This div background color is #95926C.

Border color

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

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

This div border color is #95926C.

Opacity

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

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

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

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

This text has shadow with #95926C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95926C.

Preview

Color preview on black background

This text has color #95926C on black background.


Color preview on white background

This text has color #95926C on white background.


Black color preview on #95926C background

This text has black color on #95926C background.


White color preview on #95926C background

This text has white color on #95926C background.


Related colors

Complementary color

Complementary color for #hex is #6A6D93.


I love getcolorcode.com

Triadic colors

1 #6C9592 and #926C95 with #95926C are triadic colors.

2 #6C9295 and #92956C with #95926C are triadic colors.