COLOR #9D755C

HEX: #9D755C
RGB: (157,117,92)

Color info

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

RGB color model

#9D755C color RGB value is (157,117,92).

  • red value is 157;
  • green value is 117;
  • blue value is 92.
RGB:
(157,117,92)
(62%,46%,36%)

RGB channels and saturation

R 157 of 255 = 62%
G 117 of 255 = 46%
B 92 of 255 = 36%

157
117
92

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

Portions of RGB colors in percentages

R + G + B =
157 + 117 + 92 = 366 (100%)
R 157 of 366 ~ 42.9%
G 117 of 366 ~ 31.97%
B 92 of 366 ~ 25.14%

%42.9
%31.97
%25.14

CMYK color model

#9D755C color CMYK value is (0,25,41,38).

  • cyan value is 0.00%
  • magenta value is 25.48%
  • yellow value is 41.40%
  • key color value is 38.43%
CMYK:
(0,25,41,38)
C0M25Y41K38 
(0%,25%,41%,38%)
(0.00/0.25/0.41/0.38)	

CMYK percentages

%0
%25.48
%41.4
%38.43

Codes

Color #9D755C in popluar color models

9D755C
RGB15711792
HSL23°26.10%48.82%
HSB/HSV23°41.40%61.57%
CMYK0.00%25.48%41.40%
38.43%

Color #9D755C in popluar number systems.

HEX9D755C
Decimal15711792
Binary1001110111101011011100
Octal235165134

Shades and tints

Shades of #9D755C

#9D755C
(157,117,92)
#8F6B54
(143,107,84)
#81614C
(129,97,76)
#735744
(115,87,68)
#654D3C
(101,77,60)
#574334
(87,67,52)
#49392C
(73,57,44)
#3B2F24
(59,47,36)
#2D251C
(45,37,28)
#1F1B14
(31,27,20)
#11110C
(17,17,12)
#000000
(0,0,0)

Tints of #9D755C

#9D755C
(157,117,92)
#A5816A
(165,129,106)
#AD8D78
(173,141,120)
#B59986
(181,153,134)
#BDA594
(189,165,148)
#C5B1A2
(197,177,162)
#CDBDB0
(205,189,176)
#D5C9BE
(213,201,190)
#DDD5CC
(221,213,204)
#E5E1DA
(229,225,218)
#EDEDE8
(237,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D755C color. Also use rgb(157,117,92) instead hex code.

Text Font Color

.myTextColor { color: #9D755C; }

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

This text font color is #9D755C.


Background Color

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

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

This div background color is #9D755C.


Border color

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

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

This div border color is #9D755C.


Opacity

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

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

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

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

This text has shadow with #9D755C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D755C on black background.


Color preview on white background

This text has color #9D755C on white background.



Black color preview on #9D755C background

This text has black color on #9D755C background.


White color preview on #9D755C background

This text has white color on #9D755C background.