COLOR #C39A70

HEX: #C39A70
RGB: (195,154,112)

Color info

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

RGB color model

#C39A70 color RGB value is (195,154,112).

  • red value is 195;
  • green value is 154;
  • blue value is 112.
RGB:
(195,154,112)
(76%,60%,44%)

RGB channels and saturation

R 195 of 255 = 76%
G 154 of 255 = 60%
B 112 of 255 = 44%

195
154
112

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

Portions of RGB colors in percentages

R + G + B =
195 + 154 + 112 = 461 (100%)
R 195 of 461 ~ 42.3%
G 154 of 461 ~ 33.41%
B 112 of 461 ~ 24.3%

%42.3
%33.41
%24.3

CMYK color model

#C39A70 color CMYK value is (0,21,43,24).

  • cyan value is 0.00%
  • magenta value is 21.03%
  • yellow value is 42.56%
  • key color value is 23.53%
CMYK:
(0,21,43,24)
C0M21Y43K24 
(0%,21%,43%,24%)
(0.00/0.21/0.43/0.24)	

CMYK percentages

%0
%21.03
%42.56
%23.53

Codes

Color #C39A70 in popluar color models

C39A70
RGB195154112
HSL30°40.89%60.20%
HSB/HSV30°42.56%76.47%
CMYK0.00%21.03%42.56%
23.53%

Color #C39A70 in popluar number systems.

HEXC39A70
Decimal195154112
Binary11000011100110101110000
Octal303232160

Shades and tints

Shades of #C39A70

#C39A70
(195,154,112)
#B28C66
(178,140,102)
#A17E5C
(161,126,92)
#907052
(144,112,82)
#7F6248
(127,98,72)
#6E543E
(110,84,62)
#5D4634
(93,70,52)
#4C382A
(76,56,42)
#3B2A20
(59,42,32)
#2A1C16
(42,28,22)
#190E0C
(25,14,12)
#000000
(0,0,0)

Tints of #C39A70

#C39A70
(195,154,112)
#C8A37D
(200,163,125)
#CDAC8A
(205,172,138)
#D2B597
(210,181,151)
#D7BEA4
(215,190,164)
#DCC7B1
(220,199,177)
#E1D0BE
(225,208,190)
#E6D9CB
(230,217,203)
#EBE2D8
(235,226,216)
#F0EBE5
(240,235,229)
#F5F4F2
(245,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39A70 color. Also use rgb(195,154,112) instead hex code.

Text Font Color

.myTextColor { color: #C39A70; }

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

This text font color is #C39A70.


Background Color

.myBgColor { background-color: #C39A70; }

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

This div background color is #C39A70.


Border color

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

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

This div border color is #C39A70.


Opacity

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

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

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

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

This text has shadow with #C39A70 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39A70 on black background.


Color preview on white background

This text has color #C39A70 on white background.



Black color preview on #C39A70 background

This text has black color on #C39A70 background.


White color preview on #C39A70 background

This text has white color on #C39A70 background.