COLOR #9C9258

HEX: #9C9258
RGB: (156,146,88)

Color info

#9C9258 contains mainly red and green colors. Web safe color of #9C9258 is #999966 (or #996).

RGB color model

#9C9258 color RGB value is (156,146,88).

  • red value is 156;
  • green value is 146;
  • blue value is 88.
RGB:
(156,146,88)
(61%,57%,35%)

RGB channels and saturation

R 156 of 255 = 61%
G 146 of 255 = 57%
B 88 of 255 = 35%

156
146
88

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

Portions of RGB colors in percentages

R + G + B =
156 + 146 + 88 = 390 (100%)
R 156 of 390 ~ 40%
G 146 of 390 ~ 37.44%
B 88 of 390 ~ 22.56%

%40
%37.44
%22.56

CMYK color model

#9C9258 color CMYK value is (0,6,44,39).

  • cyan value is 0.00%
  • magenta value is 6.41%
  • yellow value is 43.59%
  • key color value is 38.82%
CMYK:
(0,6,44,39)
C0M6Y44K39 
(0%,6%,44%,39%)
(0.00/0.06/0.44/0.39)	

CMYK percentages

%0
%6.41
%43.59
%38.82

Codes

Color #9C9258 in popluar color models

9C9258
RGB15614688
HSL51°27.87%47.84%
HSB/HSV51°43.59%61.18%
CMYK0.00%6.41%43.59%
38.82%

Color #9C9258 in popluar number systems.

HEX9C9258
Decimal15614688
Binary10011100100100101011000
Octal234222130

Shades and tints

Shades of #9C9258

#9C9258
(156,146,88)
#8E8550
(142,133,80)
#807848
(128,120,72)
#726B40
(114,107,64)
#645E38
(100,94,56)
#565130
(86,81,48)
#484428
(72,68,40)
#3A3720
(58,55,32)
#2C2A18
(44,42,24)
#1E1D10
(30,29,16)
#101008
(16,16,8)
#000000
(0,0,0)

Tints of #9C9258

#9C9258
(156,146,88)
#A59B67
(165,155,103)
#AEA476
(174,164,118)
#B7AD85
(183,173,133)
#C0B694
(192,182,148)
#C9BFA3
(201,191,163)
#D2C8B2
(210,200,178)
#DBD1C1
(219,209,193)
#E4DAD0
(228,218,208)
#EDE3DF
(237,227,223)
#F6ECEE
(246,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9258 color. Also use rgb(156,146,88) instead hex code.

Text Font Color

.myTextColor { color: #9C9258; }

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

This text font color is #9C9258.


Background Color

.myBgColor { background-color: #9C9258; }

<div style="background-color:#9C9258">Inner text</div>

This div background color is #9C9258.


Border color

.myBorderColor { border: 1px solid #9C9258; }

<div style="border:3px solid #9C9258">Div</div>

This div border color is #9C9258.


Opacity

.myOpacity80 { color: #9C9258; opacity: 0.8; }

<p style="color:#9C9258;opacity:0.8;">80%</p>

Text with #9C9258 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 #9C9258;}

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

This text has shadow with #9C9258 color.

.textShadow {text-shadow: 3px 3px 1px #9C9258, 3px 3px 1px red;}

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

This text has shadow with #9C9258 primary color and red secondary color.


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

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

This text has shadow with #9C9258 and red colors in old Internet Explorer.


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9C9258;
-webkit-box-shadow: 1px 1px 3px 2px #9C9258;
box-shadow:1px 1px 3px 2px #9C9258;">
Div content here</div>
This div box has shadow with color #9C9258.

Preview

Color preview on black background

This text has color #9C9258 on black background.


Color preview on white background

This text has color #9C9258 on white background.



Black color preview on #9C9258 background

This text has black color on #9C9258 background.


White color preview on #9C9258 background

This text has white color on #9C9258 background.