COLOR #C78242

HEX: #C78242
RGB: (199,130,66)

Color info

#C78242 contains mainly red color. Web safe color of #C78242 is #CC9933 (or #C93).

RGB color model

#C78242 color RGB value is (199,130,66).

  • red value is 199;
  • green value is 130;
  • blue value is 66.
RGB:
(199,130,66)
(78%,51%,26%)

RGB channels and saturation

R 199 of 255 = 78%
G 130 of 255 = 51%
B 66 of 255 = 26%

199
130
66

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

Portions of RGB colors in percentages

R + G + B =
199 + 130 + 66 = 395 (100%)
R 199 of 395 ~ 50.38%
G 130 of 395 ~ 32.91%
B 66 of 395 ~ 16.71%

%50.38
%32.91
%16.71

CMYK color model

#C78242 color CMYK value is (0,35,67,22).

  • cyan value is 0.00%
  • magenta value is 34.67%
  • yellow value is 66.83%
  • key color value is 21.96%
CMYK:
(0,35,67,22)
C0M35Y67K22 
(0%,35%,67%,22%)
(0.00/0.35/0.67/0.22)	

CMYK percentages

%0
%34.67
%66.83
%21.96

Codes

Color #C78242 in popluar color models

C78242
RGB19913066
HSL29°54.29%51.96%
HSB/HSV29°66.83%78.04%
CMYK0.00%34.67%66.83%
21.96%

Color #C78242 in popluar number systems.

HEXC78242
Decimal19913066
Binary11000111100000101000010
Octal307202102

Shades and tints

Shades of #C78242

#C78242
(199,130,66)
#B5773C
(181,119,60)
#A36C36
(163,108,54)
#916130
(145,97,48)
#7F562A
(127,86,42)
#6D4B24
(109,75,36)
#5B401E
(91,64,30)
#493518
(73,53,24)
#372A12
(55,42,18)
#251F0C
(37,31,12)
#131406
(19,20,6)
#000000
(0,0,0)

Tints of #C78242

#C78242
(199,130,66)
#CC8D53
(204,141,83)
#D19864
(209,152,100)
#D6A375
(214,163,117)
#DBAE86
(219,174,134)
#E0B997
(224,185,151)
#E5C4A8
(229,196,168)
#EACFB9
(234,207,185)
#EFDACA
(239,218,202)
#F4E5DB
(244,229,219)
#F9F0EC
(249,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C78242 color. Also use rgb(199,130,66) instead hex code.

Text Font Color

.myTextColor { color: #C78242; }

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

This text font color is #C78242.


Background Color

.myBgColor { background-color: #C78242; }

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

This div background color is #C78242.


Border color

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

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

This div border color is #C78242.


Opacity

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

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

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

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

This text has shadow with #C78242 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C78242 on black background.


Color preview on white background

This text has color #C78242 on white background.



Black color preview on #C78242 background

This text has black color on #C78242 background.


White color preview on #C78242 background

This text has white color on #C78242 background.