COLOR #CF7F05

HEX: #CF7F05
RGB: (207,127,5)

Color info

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

RGB color model

#CF7F05 color RGB value is (207,127,5).

  • red value is 207;
  • green value is 127;
  • blue value is 5.
RGB:
(207,127,5)
(81%,50%,2%)

RGB channels and saturation

R 207 of 255 = 81%
G 127 of 255 = 50%
B 5 of 255 = 2%

207
127
5

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

Portions of RGB colors in percentages

R + G + B =
207 + 127 + 5 = 339 (100%)
R 207 of 339 ~ 61.06%
G 127 of 339 ~ 37.46%
B 5 of 339 ~ 1.47%

%61.06
%37.46

CMYK color model

#CF7F05 color CMYK value is (0,39,98,19).

  • cyan value is 0.00%
  • magenta value is 38.65%
  • yellow value is 97.58%
  • key color value is 18.82%
CMYK:
(0,39,98,19)
C0M39Y98K19 
(0%,39%,98%,19%)
(0.00/0.39/0.98/0.19)	

CMYK percentages

%0
%38.65
%97.58
%18.82

Codes

Color #CF7F05 in popluar color models

CF7F05
RGB2071275
HSL36°95.28%41.57%
HSB/HSV36°97.58%81.18%
CMYK0.00%38.65%97.58%
18.82%

Color #CF7F05 in popluar number systems.

HEXCF7F05
Decimal2071275
Binary110011111111111101
Octal3171775

Shades and tints

Shades of #CF7F05

#CF7F05
(207,127,5)
#BD7405
(189,116,5)
#AB6905
(171,105,5)
#995E05
(153,94,5)
#875305
(135,83,5)
#754805
(117,72,5)
#633D05
(99,61,5)
#513205
(81,50,5)
#3F2705
(63,39,5)
#2D1C05
(45,28,5)
#1B1105
(27,17,5)
#000000
(0,0,0)

Tints of #CF7F05

#CF7F05
(207,127,5)
#D38A1B
(211,138,27)
#D79531
(215,149,49)
#DBA047
(219,160,71)
#DFAB5D
(223,171,93)
#E3B673
(227,182,115)
#E7C189
(231,193,137)
#EBCC9F
(235,204,159)
#EFD7B5
(239,215,181)
#F3E2CB
(243,226,203)
#F7EDE1
(247,237,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF7F05 color. Also use rgb(207,127,5) instead hex code.

Text Font Color

.myTextColor { color: #CF7F05; }

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

This text font color is #CF7F05.


Background Color

.myBgColor { background-color: #CF7F05; }

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

This div background color is #CF7F05.


Border color

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

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

This div border color is #CF7F05.


Opacity

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

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

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

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

This text has shadow with #CF7F05 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF7F05 on black background.


Color preview on white background

This text has color #CF7F05 on white background.



Black color preview on #CF7F05 background

This text has black color on #CF7F05 background.


White color preview on #CF7F05 background

This text has white color on #CF7F05 background.