COLOR #C39562

HEX: #C39562
RGB: (195,149,98)

Color info

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

RGB color model

#C39562 color RGB value is (195,149,98).

  • red value is 195;
  • green value is 149;
  • blue value is 98.
RGB:
(195,149,98)
(76%,58%,38%)

RGB channels and saturation

R 195 of 255 = 76%
G 149 of 255 = 58%
B 98 of 255 = 38%

195
149
98

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

Portions of RGB colors in percentages

R + G + B =
195 + 149 + 98 = 442 (100%)
R 195 of 442 ~ 44.12%
G 149 of 442 ~ 33.71%
B 98 of 442 ~ 22.17%

%44.12
%33.71
%22.17

CMYK color model

#C39562 color CMYK value is (0,24,50,24).

  • cyan value is 0.00%
  • magenta value is 23.59%
  • yellow value is 49.74%
  • key color value is 23.53%
CMYK:
(0,24,50,24)
C0M24Y50K24 
(0%,24%,50%,24%)
(0.00/0.24/0.50/0.24)	

CMYK percentages

%0
%23.59
%49.74
%23.53

Codes

Color #C39562 in popluar color models

C39562
RGB19514998
HSL32°44.70%57.45%
HSB/HSV32°49.74%76.47%
CMYK0.00%23.59%49.74%
23.53%

Color #C39562 in popluar number systems.

HEXC39562
Decimal19514998
Binary11000011100101011100010
Octal303225142

Shades and tints

Shades of #C39562

#C39562
(195,149,98)
#B2885A
(178,136,90)
#A17B52
(161,123,82)
#906E4A
(144,110,74)
#7F6142
(127,97,66)
#6E543A
(110,84,58)
#5D4732
(93,71,50)
#4C3A2A
(76,58,42)
#3B2D22
(59,45,34)
#2A201A
(42,32,26)
#191312
(25,19,18)
#000000
(0,0,0)

Tints of #C39562

#C39562
(195,149,98)
#C89E70
(200,158,112)
#CDA77E
(205,167,126)
#D2B08C
(210,176,140)
#D7B99A
(215,185,154)
#DCC2A8
(220,194,168)
#E1CBB6
(225,203,182)
#E6D4C4
(230,212,196)
#EBDDD2
(235,221,210)
#F0E6E0
(240,230,224)
#F5EFEE
(245,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C39562 color. Also use rgb(195,149,98) instead hex code.

Text Font Color

.myTextColor { color: #C39562; }

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

This text font color is #C39562.


Background Color

.myBgColor { background-color: #C39562; }

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

This div background color is #C39562.


Border color

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

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

This div border color is #C39562.


Opacity

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

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

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

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

This text has shadow with #C39562 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39562 on black background.


Color preview on white background

This text has color #C39562 on white background.



Black color preview on #C39562 background

This text has black color on #C39562 background.


White color preview on #C39562 background

This text has white color on #C39562 background.