COLOR #9C755D

HEX: #9C755D
RGB: (156,117,93)

Color info

#9C755D contains mainly red and green colors. Web safe color of #9C755D is #996666 (or #966).

RGB color model

#9C755D color RGB value is (156,117,93).

  • red value is 156;
  • green value is 117;
  • blue value is 93.
RGB:
(156,117,93)
(61%,46%,36%)

RGB channels and saturation

R 156 of 255 = 61%
G 117 of 255 = 46%
B 93 of 255 = 36%

156
117
93

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

Portions of RGB colors in percentages

R + G + B =
156 + 117 + 93 = 366 (100%)
R 156 of 366 ~ 42.62%
G 117 of 366 ~ 31.97%
B 93 of 366 ~ 25.41%

%42.62
%31.97
%25.41

CMYK color model

#9C755D color CMYK value is (0,25,40,39).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 40.38%
  • key color value is 38.82%
CMYK:
(0,25,40,39)
C0M25Y40K39 
(0%,25%,40%,39%)
(0.00/0.25/0.40/0.39)	

CMYK percentages

%0
%25
%40.38
%38.82

Codes

Color #9C755D in popluar color models

9C755D
RGB15611793
HSL23°25.30%48.82%
HSB/HSV23°40.38%61.18%
CMYK0.00%25.00%40.38%
38.82%

Color #9C755D in popluar number systems.

HEX9C755D
Decimal15611793
Binary1001110011101011011101
Octal234165135

Shades and tints

Shades of #9C755D

#9C755D
(156,117,93)
#8E6B55
(142,107,85)
#80614D
(128,97,77)
#725745
(114,87,69)
#644D3D
(100,77,61)
#564335
(86,67,53)
#48392D
(72,57,45)
#3A2F25
(58,47,37)
#2C251D
(44,37,29)
#1E1B15
(30,27,21)
#10110D
(16,17,13)
#000000
(0,0,0)

Tints of #9C755D

#9C755D
(156,117,93)
#A5816B
(165,129,107)
#AE8D79
(174,141,121)
#B79987
(183,153,135)
#C0A595
(192,165,149)
#C9B1A3
(201,177,163)
#D2BDB1
(210,189,177)
#DBC9BF
(219,201,191)
#E4D5CD
(228,213,205)
#EDE1DB
(237,225,219)
#F6EDE9
(246,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9C755D color. Also use rgb(156,117,93) instead hex code.

Text Font Color

.myTextColor { color: #9C755D; }

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

This text font color is #9C755D.


Background Color

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

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

This div background color is #9C755D.


Border color

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

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

This div border color is #9C755D.


Opacity

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

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

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

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

This text has shadow with #9C755D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9C755D on black background.


Color preview on white background

This text has color #9C755D on white background.



Black color preview on #9C755D background

This text has black color on #9C755D background.


White color preview on #9C755D background

This text has white color on #9C755D background.