COLOR #95925C

HEX: #95925C RGB: (149,146,92)

Color info

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

RGB color model

#95925C color RGB value is (149,146,92).

RGB: (149,146,92) (58%, 57%, 36%)

RGB channels and saturation

R 149 of 255 = 58%
G 146 of 255 = 57%
B 92 of 255 = 36%

149
146
92

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

Portions of RGB colors in percentages

R + G + B = 149 + 146 + 92 = 387 (100%)
R 149 of 387 ~ 38.5%
G 146 of 387 ~ 37.73%
B 92 of 387 ~ 23.77'%

%38.5
%37.73
%23.77

CMYK color model

#95925C color CMYK value is (0,2,38,42).

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

CMYK: (0,2,38,42)
C0M2Y38K42 (0%, 2%, 38%, 42%)
(0.00 / 0.02 / 0.38 / 0.42)

CMYK percentages

%0
%2.01
%38.26
%41.57

Codes

Color #95925C in popluar color models

95 92 5C
RGB 149 146 92
HSL 57° 23.65% 47.25%
HSB/HSV 57° 38.26% 58.43%
CMYK 0.00% 2.01% 38.26%
41.57%

Color #95925C in popluar number systems.

HEX 95 92 5C
Decimal 149 146 92
Binary 10010101 10010010 1011100
Octal 225 222 134

Shades and tints

Shades of #95925C

#95925C
(149,146,92)
#888554
(136,133,84)
#7B784C
(123,120,76)
#6E6B44
(110,107,68)
#615E3C
(97,94,60)
#545134
(84,81,52)
#47442C
(71,68,44)
#3A3724
(58,55,36)
#2D2A1C
(45,42,28)
#201D14
(32,29,20)
#13100C
(19,16,12)
#000000
(0,0,0)

Tints of #95925C

#95925C
(149,146,92)
#9E9B6A
(158,155,106)
#A7A478
(167,164,120)
#B0AD86
(176,173,134)
#B9B694
(185,182,148)
#C2BFA2
(194,191,162)
#CBC8B0
(203,200,176)
#D4D1BE
(212,209,190)
#DDDACC
(221,218,204)
#E6E3DA
(230,227,218)
#EFECE8
(239,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #95925C; }

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

This text font color is #95925C.

Background Color

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

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

This div background color is #95925C.

Border color

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

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

This div border color is #95925C.

Opacity

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

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

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

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

This text has shadow with #95925C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #95925C.

Preview

Color preview on black background

This text has color #95925C on black background.


Color preview on white background

This text has color #95925C on white background.


Black color preview on #95925C background

This text has black color on #95925C background.


White color preview on #95925C background

This text has white color on #95925C background.


Related colors

Complementary color

Complementary color for #hex is #6A6DA3.


I love getcolorcode.com

Triadic colors

1 #5C9592 and #925C95 with #95925C are triadic colors.

2 #5C9295 and #92955C with #95925C are triadic colors.