COLOR #C07815

HEX: #C07815
RGB: (192,120,21)

Color info

#C07815 contains mainly red color. Web safe color of #C07815 is #CC6600 (or #C60).

RGB color model

#C07815 color RGB value is (192,120,21).

  • red value is 192;
  • green value is 120;
  • blue value is 21.
RGB:
(192,120,21)
(75%,47%,8%)

RGB channels and saturation

R 192 of 255 = 75%
G 120 of 255 = 47%
B 21 of 255 = 8%

192
120
21

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

Portions of RGB colors in percentages

R + G + B =
192 + 120 + 21 = 333 (100%)
R 192 of 333 ~ 57.66%
G 120 of 333 ~ 36.04%
B 21 of 333 ~ 6.31%

%57.66
%36.04

CMYK color model

#C07815 color CMYK value is (0,38,89,25).

  • cyan value is 0.00%
  • magenta value is 37.50%
  • yellow value is 89.06%
  • key color value is 24.71%
CMYK:
(0,38,89,25)
C0M38Y89K25 
(0%,38%,89%,25%)
(0.00/0.38/0.89/0.25)	

CMYK percentages

%0
%37.5
%89.06
%24.71

Codes

Color #C07815 in popluar color models

C07815
RGB19212021
HSL35°80.28%41.76%
HSB/HSV35°89.06%75.29%
CMYK0.00%37.50%89.06%
24.71%

Color #C07815 in popluar number systems.

HEXC07815
Decimal19212021
Binary11000000111100010101
Octal30017025

Shades and tints

Shades of #C07815

#C07815
(192,120,21)
#AF6E14
(175,110,20)
#9E6413
(158,100,19)
#8D5A12
(141,90,18)
#7C5011
(124,80,17)
#6B4610
(107,70,16)
#5A3C0F
(90,60,15)
#49320E
(73,50,14)
#38280D
(56,40,13)
#271E0C
(39,30,12)
#16140B
(22,20,11)
#000000
(0,0,0)

Tints of #C07815

#C07815
(192,120,21)
#C5842A
(197,132,42)
#CA903F
(202,144,63)
#CF9C54
(207,156,84)
#D4A869
(212,168,105)
#D9B47E
(217,180,126)
#DEC093
(222,192,147)
#E3CCA8
(227,204,168)
#E8D8BD
(232,216,189)
#EDE4D2
(237,228,210)
#F2F0E7
(242,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C07815 color. Also use rgb(192,120,21) instead hex code.

Text Font Color

.myTextColor { color: #C07815; }

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

This text font color is #C07815.


Background Color

.myBgColor { background-color: #C07815; }

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

This div background color is #C07815.


Border color

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

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

This div border color is #C07815.


Opacity

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

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

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

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

This text has shadow with #C07815 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C07815 on black background.


Color preview on white background

This text has color #C07815 on white background.



Black color preview on #C07815 background

This text has black color on #C07815 background.


White color preview on #C07815 background

This text has white color on #C07815 background.