COLOR #CF731D

HEX: #CF731D
RGB: (207,115,29)

Color info

#CF731D contains mainly red color. Web safe color of #CF731D is #CC6633 (or #C63).

RGB color model

#CF731D color RGB value is (207,115,29).

  • red value is 207;
  • green value is 115;
  • blue value is 29.
RGB:
(207,115,29)
(81%,45%,11%)

RGB channels and saturation

R 207 of 255 = 81%
G 115 of 255 = 45%
B 29 of 255 = 11%

207
115
29

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

Portions of RGB colors in percentages

R + G + B =
207 + 115 + 29 = 351 (100%)
R 207 of 351 ~ 58.97%
G 115 of 351 ~ 32.76%
B 29 of 351 ~ 8.26%

%58.97
%32.76

CMYK color model

#CF731D color CMYK value is (0,44,86,19).

  • cyan value is 0.00%
  • magenta value is 44.44%
  • yellow value is 85.99%
  • key color value is 18.82%
CMYK:
(0,44,86,19)
C0M44Y86K19 
(0%,44%,86%,19%)
(0.00/0.44/0.86/0.19)	

CMYK percentages

%0
%44.44
%85.99
%18.82

Codes

Color #CF731D in popluar color models

CF731D
RGB20711529
HSL29°75.42%46.27%
HSB/HSV29°85.99%81.18%
CMYK0.00%44.44%85.99%
18.82%

Color #CF731D in popluar number systems.

HEXCF731D
Decimal20711529
Binary11001111111001111101
Octal31716335

Shades and tints

Shades of #CF731D

#CF731D
(207,115,29)
#BD691B
(189,105,27)
#AB5F19
(171,95,25)
#995517
(153,85,23)
#874B15
(135,75,21)
#754113
(117,65,19)
#633711
(99,55,17)
#512D0F
(81,45,15)
#3F230D
(63,35,13)
#2D190B
(45,25,11)
#1B0F09
(27,15,9)
#000000
(0,0,0)

Tints of #CF731D

#CF731D
(207,115,29)
#D37F31
(211,127,49)
#D78B45
(215,139,69)
#DB9759
(219,151,89)
#DFA36D
(223,163,109)
#E3AF81
(227,175,129)
#E7BB95
(231,187,149)
#EBC7A9
(235,199,169)
#EFD3BD
(239,211,189)
#F3DFD1
(243,223,209)
#F7EBE5
(247,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF731D color. Also use rgb(207,115,29) instead hex code.

Text Font Color

.myTextColor { color: #CF731D; }

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

This text font color is #CF731D.


Background Color

.myBgColor { background-color: #CF731D; }

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

This div background color is #CF731D.


Border color

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

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

This div border color is #CF731D.


Opacity

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

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

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

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

This text has shadow with #CF731D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF731D on black background.


Color preview on white background

This text has color #CF731D on white background.



Black color preview on #CF731D background

This text has black color on #CF731D background.


White color preview on #CF731D background

This text has white color on #CF731D background.