COLOR #9C9453

HEX: #9C9453
RGB: (156,148,83)

Color info

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

RGB color model

#9C9453 color RGB value is (156,148,83).

  • red value is 156;
  • green value is 148;
  • blue value is 83.
RGB:
(156,148,83)
(61%,58%,33%)

RGB channels and saturation

R 156 of 255 = 61%
G 148 of 255 = 58%
B 83 of 255 = 33%

156
148
83

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

Portions of RGB colors in percentages

R + G + B =
156 + 148 + 83 = 387 (100%)
R 156 of 387 ~ 40.31%
G 148 of 387 ~ 38.24%
B 83 of 387 ~ 21.45%

%40.31
%38.24
%21.45

CMYK color model

#9C9453 color CMYK value is (0,5,47,39).

  • cyan value is 0.00%
  • magenta value is 5.13%
  • yellow value is 46.79%
  • key color value is 38.82%
CMYK:
(0,5,47,39)
C0M5Y47K39 
(0%,5%,47%,39%)
(0.00/0.05/0.47/0.39)	

CMYK percentages

%0
%5.13
%46.79
%38.82

Codes

Color #9C9453 in popluar color models

9C9453
RGB15614883
HSL53°30.54%46.86%
HSB/HSV53°46.79%61.18%
CMYK0.00%5.13%46.79%
38.82%

Color #9C9453 in popluar number systems.

HEX9C9453
Decimal15614883
Binary10011100100101001010011
Octal234224123

Shades and tints

Shades of #9C9453

#9C9453
(156,148,83)
#8E874C
(142,135,76)
#807A45
(128,122,69)
#726D3E
(114,109,62)
#646037
(100,96,55)
#565330
(86,83,48)
#484629
(72,70,41)
#3A3922
(58,57,34)
#2C2C1B
(44,44,27)
#1E1F14
(30,31,20)
#10120D
(16,18,13)
#000000
(0,0,0)

Tints of #9C9453

#9C9453
(156,148,83)
#A59D62
(165,157,98)
#AEA671
(174,166,113)
#B7AF80
(183,175,128)
#C0B88F
(192,184,143)
#C9C19E
(201,193,158)
#D2CAAD
(210,202,173)
#DBD3BC
(219,211,188)
#E4DCCB
(228,220,203)
#EDE5DA
(237,229,218)
#F6EEE9
(246,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C9453 color. Also use rgb(156,148,83) instead hex code.

Text Font Color

.myTextColor { color: #9C9453; }

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

This text font color is #9C9453.


Background Color

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

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

This div background color is #9C9453.


Border color

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

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

This div border color is #9C9453.


Opacity

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

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

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

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

This text has shadow with #9C9453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C9453 on black background.


Color preview on white background

This text has color #9C9453 on white background.



Black color preview on #9C9453 background

This text has black color on #9C9453 background.


White color preview on #9C9453 background

This text has white color on #9C9453 background.