COLOR #C75D08

HEX: #C75D08
RGB: (199,93,8)

Color info

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

RGB color model

#C75D08 color RGB value is (199,93,8).

  • red value is 199;
  • green value is 93;
  • blue value is 8.
RGB:
(199,93,8)
(78%,36%,3%)

RGB channels and saturation

R 199 of 255 = 78%
G 93 of 255 = 36%
B 8 of 255 = 3%

199
93
8

R + G + B ~ 39%. #C75D08 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
199 + 93 + 8 = 300 (100%)
R 199 of 300 ~ 66.33%
G 93 of 300 ~ 31%
B 8 of 300 ~ 2.67%

%66.33
%31

CMYK color model

#C75D08 color CMYK value is (0,53,96,22).

  • cyan value is 0.00%
  • magenta value is 53.27%
  • yellow value is 95.98%
  • key color value is 21.96%
CMYK:
(0,53,96,22)
C0M53Y96K22 
(0%,53%,96%,22%)
(0.00/0.53/0.96/0.22)	

CMYK percentages

%0
%53.27
%95.98
%21.96

Codes

Color #C75D08 in popluar color models

C75D08
RGB199938
HSL27°92.27%40.59%
HSB/HSV27°95.98%78.04%
CMYK0.00%53.27%95.98%
21.96%

Color #C75D08 in popluar number systems.

HEXC75D08
Decimal199938
Binary1100011110111011000
Octal30713510

Shades and tints

Shades of #C75D08

#C75D08
(199,93,8)
#B55508
(181,85,8)
#A34D08
(163,77,8)
#914508
(145,69,8)
#7F3D08
(127,61,8)
#6D3508
(109,53,8)
#5B2D08
(91,45,8)
#492508
(73,37,8)
#371D08
(55,29,8)
#251508
(37,21,8)
#130D08
(19,13,8)
#000000
(0,0,0)

Tints of #C75D08

#C75D08
(199,93,8)
#CC6B1E
(204,107,30)
#D17934
(209,121,52)
#D6874A
(214,135,74)
#DB9560
(219,149,96)
#E0A376
(224,163,118)
#E5B18C
(229,177,140)
#EABFA2
(234,191,162)
#EFCDB8
(239,205,184)
#F4DBCE
(244,219,206)
#F9E9E4
(249,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C75D08 color. Also use rgb(199,93,8) instead hex code.

Text Font Color

.myTextColor { color: #C75D08; }

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

This text font color is #C75D08.


Background Color

.myBgColor { background-color: #C75D08; }

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

This div background color is #C75D08.


Border color

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

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

This div border color is #C75D08.


Opacity

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

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

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

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

This text has shadow with #C75D08 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C75D08 on black background.


Color preview on white background

This text has color #C75D08 on white background.



Black color preview on #C75D08 background

This text has black color on #C75D08 background.


White color preview on #C75D08 background

This text has white color on #C75D08 background.