COLOR #C39C7B

HEX: #C39C7B
RGB: (195,156,123)

Color info

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

RGB color model

#C39C7B color RGB value is (195,156,123).

  • red value is 195;
  • green value is 156;
  • blue value is 123.
RGB:
(195,156,123)
(76%,61%,48%)

RGB channels and saturation

R 195 of 255 = 76%
G 156 of 255 = 61%
B 123 of 255 = 48%

195
156
123

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

Portions of RGB colors in percentages

R + G + B =
195 + 156 + 123 = 474 (100%)
R 195 of 474 ~ 41.14%
G 156 of 474 ~ 32.91%
B 123 of 474 ~ 25.95%

%41.14
%32.91
%25.95

CMYK color model

#C39C7B color CMYK value is (0,20,37,24).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 36.92%
  • key color value is 23.53%
CMYK:
(0,20,37,24)
C0M20Y37K24 
(0%,20%,37%,24%)
(0.00/0.20/0.37/0.24)	

CMYK percentages

%0
%20
%36.92
%23.53

Codes

Color #C39C7B in popluar color models

C39C7B
RGB195156123
HSL28°37.50%62.35%
HSB/HSV28°36.92%76.47%
CMYK0.00%20.00%36.92%
23.53%

Color #C39C7B in popluar number systems.

HEXC39C7B
Decimal195156123
Binary11000011100111001111011
Octal303234173

Shades and tints

Shades of #C39C7B

#C39C7B
(195,156,123)
#B28E70
(178,142,112)
#A18065
(161,128,101)
#90725A
(144,114,90)
#7F644F
(127,100,79)
#6E5644
(110,86,68)
#5D4839
(93,72,57)
#4C3A2E
(76,58,46)
#3B2C23
(59,44,35)
#2A1E18
(42,30,24)
#19100D
(25,16,13)
#000000
(0,0,0)

Tints of #C39C7B

#C39C7B
(195,156,123)
#C8A587
(200,165,135)
#CDAE93
(205,174,147)
#D2B79F
(210,183,159)
#D7C0AB
(215,192,171)
#DCC9B7
(220,201,183)
#E1D2C3
(225,210,195)
#E6DBCF
(230,219,207)
#EBE4DB
(235,228,219)
#F0EDE7
(240,237,231)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39C7B color. Also use rgb(195,156,123) instead hex code.

Text Font Color

.myTextColor { color: #C39C7B; }

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

This text font color is #C39C7B.


Background Color

.myBgColor { background-color: #C39C7B; }

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

This div background color is #C39C7B.


Border color

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

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

This div border color is #C39C7B.


Opacity

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

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

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

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

This text has shadow with #C39C7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39C7B on black background.


Color preview on white background

This text has color #C39C7B on white background.



Black color preview on #C39C7B background

This text has black color on #C39C7B background.


White color preview on #C39C7B background

This text has white color on #C39C7B background.