COLOR #CF7F00

HEX: #CF7F00
RGB: (207,127,0)

Color info

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

RGB color model

#CF7F00 color RGB value is (207,127,0).

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

RGB channels and saturation

R 207 of 255 = 81%
G 127 of 255 = 50%
B 0 of 255 = 0%

207
127
0

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

Portions of RGB colors in percentages

R + G + B =
207 + 127 + 0 = 334 (100%)
R 207 of 334 ~ 61.98%
G 127 of 334 ~ 38.02%
B 0 of 334 ~ 0%

%61.98
%38.02

CMYK color model

#CF7F00 color CMYK value is (0,39,100,19).

  • cyan value is 0.00%
  • magenta value is 38.65%
  • yellow value is 100.00%
  • key color value is 18.82%
CMYK:
(0,39,100,19)
C0M39Y100K19 
(0%,39%,100%,19%)
(0.00/0.39/1.00/0.19)	

CMYK percentages

%0
%38.65
%100
%18.82

Codes

Color #CF7F00 in popluar color models

CF7F00
RGB2071270
HSL37°100.00%40.59%
HSB/HSV37°100.00%81.18%
CMYK0.00%38.65%100.00%
18.82%

Color #CF7F00 in popluar number systems.

HEXCF7F00
Decimal2071270
Binary1100111111111110
Octal3171770

Shades and tints

Shades of #CF7F00

#CF7F00
(207,127,0)
#BD7400
(189,116,0)
#AB6900
(171,105,0)
#995E00
(153,94,0)
#875300
(135,83,0)
#754800
(117,72,0)
#633D00
(99,61,0)
#513200
(81,50,0)
#3F2700
(63,39,0)
#2D1C00
(45,28,0)
#1B1100
(27,17,0)
#000000
(0,0,0)

Tints of #CF7F00

#CF7F00
(207,127,0)
#D38A17
(211,138,23)
#D7952E
(215,149,46)
#DBA045
(219,160,69)
#DFAB5C
(223,171,92)
#E3B673
(227,182,115)
#E7C18A
(231,193,138)
#EBCCA1
(235,204,161)
#EFD7B8
(239,215,184)
#F3E2CF
(243,226,207)
#F7EDE6
(247,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF7F00; }

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

This text font color is #CF7F00.


Background Color

.myBgColor { background-color: #CF7F00; }

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

This div background color is #CF7F00.


Border color

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

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

This div border color is #CF7F00.


Opacity

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

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

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

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

This text has shadow with #CF7F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF7F00 on black background.


Color preview on white background

This text has color #CF7F00 on white background.



Black color preview on #CF7F00 background

This text has black color on #CF7F00 background.


White color preview on #CF7F00 background

This text has white color on #CF7F00 background.