COLOR #C39F79

HEX: #C39F79
RGB: (195,159,121)

Color info

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

RGB color model

#C39F79 color RGB value is (195,159,121).

  • red value is 195;
  • green value is 159;
  • blue value is 121.
RGB:
(195,159,121)
(76%,62%,47%)

RGB channels and saturation

R 195 of 255 = 76%
G 159 of 255 = 62%
B 121 of 255 = 47%

195
159
121

R + G + B ~ 62%. #C39F79 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 159 + 121 = 475 (100%)
R 195 of 475 ~ 41.05%
G 159 of 475 ~ 33.47%
B 121 of 475 ~ 25.47%

%41.05
%33.47
%25.47

CMYK color model

#C39F79 color CMYK value is (0,18,38,24).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 37.95%
  • key color value is 23.53%
CMYK:
(0,18,38,24)
C0M18Y38K24 
(0%,18%,38%,24%)
(0.00/0.18/0.38/0.24)	

CMYK percentages

%0
%18.46
%37.95
%23.53

Codes

Color #C39F79 in popluar color models

C39F79
RGB195159121
HSL31°38.14%61.96%
HSB/HSV31°37.95%76.47%
CMYK0.00%18.46%37.95%
23.53%

Color #C39F79 in popluar number systems.

HEXC39F79
Decimal195159121
Binary11000011100111111111001
Octal303237171

Shades and tints

Shades of #C39F79

#C39F79
(195,159,121)
#B2916E
(178,145,110)
#A18363
(161,131,99)
#907558
(144,117,88)
#7F674D
(127,103,77)
#6E5942
(110,89,66)
#5D4B37
(93,75,55)
#4C3D2C
(76,61,44)
#3B2F21
(59,47,33)
#2A2116
(42,33,22)
#19130B
(25,19,11)
#000000
(0,0,0)

Tints of #C39F79

#C39F79
(195,159,121)
#C8A785
(200,167,133)
#CDAF91
(205,175,145)
#D2B79D
(210,183,157)
#D7BFA9
(215,191,169)
#DCC7B5
(220,199,181)
#E1CFC1
(225,207,193)
#E6D7CD
(230,215,205)
#EBDFD9
(235,223,217)
#F0E7E5
(240,231,229)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39F79 color. Also use rgb(195,159,121) instead hex code.

Text Font Color

.myTextColor { color: #C39F79; }

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

This text font color is #C39F79.


Background Color

.myBgColor { background-color: #C39F79; }

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

This div background color is #C39F79.


Border color

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

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

This div border color is #C39F79.


Opacity

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

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

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

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

This text has shadow with #C39F79 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39F79 on black background.


Color preview on white background

This text has color #C39F79 on white background.



Black color preview on #C39F79 background

This text has black color on #C39F79 background.


White color preview on #C39F79 background

This text has white color on #C39F79 background.