COLOR #C39D5B

HEX: #C39D5B RGB: (195,157,91)

Color info

#C39D5B contains mainly red and green colors. Web safe color of #C39D5B is #CC9966 (or #C96).

RGB color model

#C39D5B color RGB value is (195,157,91).

RGB: (195,157,91) (76%, 62%, 36%)

RGB channels and saturation

R 195 of 255 = 76%
G 157 of 255 = 62%
B 91 of 255 = 36%

195
157
91

R + G + B ~ 58%. #C39D5B is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 195 + 157 + 91 = 443 (100%)
R 195 of 443 ~ 44.02%
G 157 of 443 ~ 35.44%
B 91 of 443 ~ 20.54'%

%44.02
%35.44
%20.54

CMYK color model

#C39D5B color CMYK value is (0,19,53,24).

  • cyan value is 0.00%
  • magenta value is 19.49%
  • yellow value is 53.33%
  • key color value is 23.53%

CMYK: (0,19,53,24)
C0M19Y53K24 (0%, 19%, 53%, 24%)
(0.00 / 0.19 / 0.53 / 0.24)

CMYK percentages

%0
%19.49
%53.33
%23.53

Codes

Color #C39D5B in popluar color models

C3 9D 5B
RGB 195 157 91
HSL 38° 46.43% 56.08%
HSB/HSV 38° 53.33% 76.47%
CMYK 0.00% 19.49% 53.33%
23.53%

Color #C39D5B in popluar number systems.

HEX C3 9D 5B
Decimal 195 157 91
Binary 11000011 10011101 1011011
Octal 303 235 133

Shades and tints

Shades of #C39D5B

#C39D5B
(195,157,91)
#B28F53
(178,143,83)
#A1814B
(161,129,75)
#907343
(144,115,67)
#7F653B
(127,101,59)
#6E5733
(110,87,51)
#5D492B
(93,73,43)
#4C3B23
(76,59,35)
#3B2D1B
(59,45,27)
#2A1F13
(42,31,19)
#19110B
(25,17,11)
#000000
(0,0,0)

Tints of #C39D5B

#C39D5B
(195,157,91)
#C8A569
(200,165,105)
#CDAD77
(205,173,119)
#D2B585
(210,181,133)
#D7BD93
(215,189,147)
#DCC5A1
(220,197,161)
#E1CDAF
(225,205,175)
#E6D5BD
(230,213,189)
#EBDDCB
(235,221,203)
#F0E5D9
(240,229,217)
#F5EDE7
(245,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39D5B color. Also use rgb(195,157,91) instead hex code.

Text Font Color

.myTextColor { color: #C39D5B; }

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

This text font color is #C39D5B.

Background Color

.myBgColor { background-color: #C39D5B; }

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

This div background color is #C39D5B.

Border color

.myBorderColor { border: 1px solid #C39D5B; }

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

This div border color is #C39D5B.

Opacity

.myOpacity80 { color: #C39D5B; opacity: 0.8; }

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

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

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

This text has shadow with #C39D5B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C39D5B.

Preview

Color preview on black background

This text has color #C39D5B on black background.


Color preview on white background

This text has color #C39D5B on white background.


Black color preview on #C39D5B background

This text has black color on #C39D5B background.


White color preview on #C39D5B background

This text has white color on #C39D5B background.


Related colors

Complementary color

Complementary color for #hex is #3C62A4.


I love getcolorcode.com

Triadic colors

1 #5BC39D and #9D5BC3 with #C39D5B are triadic colors.

2 #5B9DC3 and #9DC35B with #C39D5B are triadic colors.