COLOR #C39462

HEX: #C39462
RGB: (195,148,98)

Color info

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

RGB color model

#C39462 color RGB value is (195,148,98).

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

RGB channels and saturation

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

195
148
98

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

Portions of RGB colors in percentages

R + G + B =
195 + 148 + 98 = 441 (100%)
R 195 of 441 ~ 44.22%
G 148 of 441 ~ 33.56%
B 98 of 441 ~ 22.22%

%44.22
%33.56
%22.22

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 24.10%
  • 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
%24.1
%49.74
%23.53

Codes

Color #C39462 in popluar color models

C39462
RGB19514898
HSL31°44.70%57.45%
HSB/HSV31°49.74%76.47%
CMYK0.00%24.10%49.74%
23.53%

Color #C39462 in popluar number systems.

HEXC39462
Decimal19514898
Binary11000011100101001100010
Octal303224142

Shades and tints

Shades of #C39462

#C39462
(195,148,98)
#B2875A
(178,135,90)
#A17A52
(161,122,82)
#906D4A
(144,109,74)
#7F6042
(127,96,66)
#6E533A
(110,83,58)
#5D4632
(93,70,50)
#4C392A
(76,57,42)
#3B2C22
(59,44,34)
#2A1F1A
(42,31,26)
#191212
(25,18,18)
#000000
(0,0,0)

Tints of #C39462

#C39462
(195,148,98)
#C89D70
(200,157,112)
#CDA67E
(205,166,126)
#D2AF8C
(210,175,140)
#D7B89A
(215,184,154)
#DCC1A8
(220,193,168)
#E1CAB6
(225,202,182)
#E6D3C4
(230,211,196)
#EBDCD2
(235,220,210)
#F0E5E0
(240,229,224)
#F5EEEE
(245,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C39462; }

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

This text font color is #C39462.


Background Color

.myBgColor { background-color: #C39462; }

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

This div background color is #C39462.


Border color

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

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

This div border color is #C39462.


Opacity

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

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

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

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

This text has shadow with #C39462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C39462 on black background.


Color preview on white background

This text has color #C39462 on white background.



Black color preview on #C39462 background

This text has black color on #C39462 background.


White color preview on #C39462 background

This text has white color on #C39462 background.