COLOR #C39372

HEX: #C39372
RGB: (195,147,114)

Color info

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

RGB color model

#C39372 color RGB value is (195,147,114).

  • red value is 195;
  • green value is 147;
  • blue value is 114.
RGB:
(195,147,114)
(76%,58%,45%)

RGB channels and saturation

R 195 of 255 = 76%
G 147 of 255 = 58%
B 114 of 255 = 45%

195
147
114

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

Portions of RGB colors in percentages

R + G + B =
195 + 147 + 114 = 456 (100%)
R 195 of 456 ~ 42.76%
G 147 of 456 ~ 32.24%
B 114 of 456 ~ 25%

%42.76
%32.24
%25

CMYK color model

#C39372 color CMYK value is (0,25,42,24).

  • cyan value is 0.00%
  • magenta value is 24.62%
  • yellow value is 41.54%
  • key color value is 23.53%
CMYK:
(0,25,42,24)
C0M25Y42K24 
(0%,25%,42%,24%)
(0.00/0.25/0.42/0.24)	

CMYK percentages

%0
%24.62
%41.54
%23.53

Codes

Color #C39372 in popluar color models

C39372
RGB195147114
HSL24°40.30%60.59%
HSB/HSV24°41.54%76.47%
CMYK0.00%24.62%41.54%
23.53%

Color #C39372 in popluar number systems.

HEXC39372
Decimal195147114
Binary11000011100100111110010
Octal303223162

Shades and tints

Shades of #C39372

#C39372
(195,147,114)
#B28668
(178,134,104)
#A1795E
(161,121,94)
#906C54
(144,108,84)
#7F5F4A
(127,95,74)
#6E5240
(110,82,64)
#5D4536
(93,69,54)
#4C382C
(76,56,44)
#3B2B22
(59,43,34)
#2A1E18
(42,30,24)
#19110E
(25,17,14)
#000000
(0,0,0)

Tints of #C39372

#C39372
(195,147,114)
#C89C7E
(200,156,126)
#CDA58A
(205,165,138)
#D2AE96
(210,174,150)
#D7B7A2
(215,183,162)
#DCC0AE
(220,192,174)
#E1C9BA
(225,201,186)
#E6D2C6
(230,210,198)
#EBDBD2
(235,219,210)
#F0E4DE
(240,228,222)
#F5EDEA
(245,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39372 color. Also use rgb(195,147,114) instead hex code.

Text Font Color

.myTextColor { color: #C39372; }

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

This text font color is #C39372.


Background Color

.myBgColor { background-color: #C39372; }

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

This div background color is #C39372.


Border color

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

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

This div border color is #C39372.


Opacity

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

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

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

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

This text has shadow with #C39372 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39372 on black background.


Color preview on white background

This text has color #C39372 on white background.



Black color preview on #C39372 background

This text has black color on #C39372 background.


White color preview on #C39372 background

This text has white color on #C39372 background.