COLOR #C39F6D

HEX: #C39F6D
RGB: (195,159,109)

Color info

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

RGB color model

#C39F6D color RGB value is (195,159,109).

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

RGB channels and saturation

R 195 of 255 = 76%
G 159 of 255 = 62%
B 109 of 255 = 43%

195
159
109

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

Portions of RGB colors in percentages

R + G + B =
195 + 159 + 109 = 463 (100%)
R 195 of 463 ~ 42.12%
G 159 of 463 ~ 34.34%
B 109 of 463 ~ 23.54%

%42.12
%34.34
%23.54

CMYK color model

#C39F6D color CMYK value is (0,18,44,24).

  • cyan value is 0.00%
  • magenta value is 18.46%
  • yellow value is 44.10%
  • key color value is 23.53%
CMYK:
(0,18,44,24)
C0M18Y44K24 
(0%,18%,44%,24%)
(0.00/0.18/0.44/0.24)	

CMYK percentages

%0
%18.46
%44.1
%23.53

Codes

Color #C39F6D in popluar color models

C39F6D
RGB195159109
HSL35°41.75%59.61%
HSB/HSV35°44.10%76.47%
CMYK0.00%18.46%44.10%
23.53%

Color #C39F6D in popluar number systems.

HEXC39F6D
Decimal195159109
Binary11000011100111111101101
Octal303237155

Shades and tints

Shades of #C39F6D

#C39F6D
(195,159,109)
#B29164
(178,145,100)
#A1835B
(161,131,91)
#907552
(144,117,82)
#7F6749
(127,103,73)
#6E5940
(110,89,64)
#5D4B37
(93,75,55)
#4C3D2E
(76,61,46)
#3B2F25
(59,47,37)
#2A211C
(42,33,28)
#191313
(25,19,19)
#000000
(0,0,0)

Tints of #C39F6D

#C39F6D
(195,159,109)
#C8A77A
(200,167,122)
#CDAF87
(205,175,135)
#D2B794
(210,183,148)
#D7BFA1
(215,191,161)
#DCC7AE
(220,199,174)
#E1CFBB
(225,207,187)
#E6D7C8
(230,215,200)
#EBDFD5
(235,223,213)
#F0E7E2
(240,231,226)
#F5EFEF
(245,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39F6D; }

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

This text font color is #C39F6D.


Background Color

.myBgColor { background-color: #C39F6D; }

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

This div background color is #C39F6D.


Border color

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

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

This div border color is #C39F6D.


Opacity

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

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

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

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

This text has shadow with #C39F6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39F6D on black background.


Color preview on white background

This text has color #C39F6D on white background.



Black color preview on #C39F6D background

This text has black color on #C39F6D background.


White color preview on #C39F6D background

This text has white color on #C39F6D background.