COLOR #CF5A17

HEX: #CF5A17
RGB: (207,90,23)

Color info

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

RGB color model

#CF5A17 color RGB value is (207,90,23).

  • red value is 207;
  • green value is 90;
  • blue value is 23.
RGB:
(207,90,23)
(81%,35%,9%)

RGB channels and saturation

R 207 of 255 = 81%
G 90 of 255 = 35%
B 23 of 255 = 9%

207
90
23

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

Portions of RGB colors in percentages

R + G + B =
207 + 90 + 23 = 320 (100%)
R 207 of 320 ~ 64.69%
G 90 of 320 ~ 28.13%
B 23 of 320 ~ 7.19%

%64.69
%28.13

CMYK color model

#CF5A17 color CMYK value is (0,57,89,19).

  • cyan value is 0.00%
  • magenta value is 56.52%
  • yellow value is 88.89%
  • key color value is 18.82%
CMYK:
(0,57,89,19)
C0M57Y89K19 
(0%,57%,89%,19%)
(0.00/0.57/0.89/0.19)	

CMYK percentages

%0
%56.52
%88.89
%18.82

Codes

Color #CF5A17 in popluar color models

CF5A17
RGB2079023
HSL22°80.00%45.10%
HSB/HSV22°88.89%81.18%
CMYK0.00%56.52%88.89%
18.82%

Color #CF5A17 in popluar number systems.

HEXCF5A17
Decimal2079023
Binary11001111101101010111
Octal31713227

Shades and tints

Shades of #CF5A17

#CF5A17
(207,90,23)
#BD5215
(189,82,21)
#AB4A13
(171,74,19)
#994211
(153,66,17)
#873A0F
(135,58,15)
#75320D
(117,50,13)
#632A0B
(99,42,11)
#512209
(81,34,9)
#3F1A07
(63,26,7)
#2D1205
(45,18,5)
#1B0A03
(27,10,3)
#000000
(0,0,0)

Tints of #CF5A17

#CF5A17
(207,90,23)
#D3692C
(211,105,44)
#D77841
(215,120,65)
#DB8756
(219,135,86)
#DF966B
(223,150,107)
#E3A580
(227,165,128)
#E7B495
(231,180,149)
#EBC3AA
(235,195,170)
#EFD2BF
(239,210,191)
#F3E1D4
(243,225,212)
#F7F0E9
(247,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF5A17 color. Also use rgb(207,90,23) instead hex code.

Text Font Color

.myTextColor { color: #CF5A17; }

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

This text font color is #CF5A17.


Background Color

.myBgColor { background-color: #CF5A17; }

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

This div background color is #CF5A17.


Border color

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

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

This div border color is #CF5A17.


Opacity

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

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

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

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

This text has shadow with #CF5A17 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF5A17 on black background.


Color preview on white background

This text has color #CF5A17 on white background.



Black color preview on #CF5A17 background

This text has black color on #CF5A17 background.


White color preview on #CF5A17 background

This text has white color on #CF5A17 background.