COLOR #CF714F

HEX: #CF714F
RGB: (207,113,79)

Color info

#CF714F contains mainly red color. Web safe color of #CF714F is #CC6666 (or #C66).

RGB color model

#CF714F color RGB value is (207,113,79).

  • red value is 207;
  • green value is 113;
  • blue value is 79.
RGB:
(207,113,79)
(81%,44%,31%)

RGB channels and saturation

R 207 of 255 = 81%
G 113 of 255 = 44%
B 79 of 255 = 31%

207
113
79

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

Portions of RGB colors in percentages

R + G + B =
207 + 113 + 79 = 399 (100%)
R 207 of 399 ~ 51.88%
G 113 of 399 ~ 28.32%
B 79 of 399 ~ 19.8%

%51.88
%28.32
%19.8

CMYK color model

#CF714F color CMYK value is (0,45,62,19).

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 61.84%
  • key color value is 18.82%
CMYK:
(0,45,62,19)
C0M45Y62K19 
(0%,45%,62%,19%)
(0.00/0.45/0.62/0.19)	

CMYK percentages

%0
%45.41
%61.84
%18.82

Codes

Color #CF714F in popluar color models

CF714F
RGB20711379
HSL16°57.14%56.08%
HSB/HSV16°61.84%81.18%
CMYK0.00%45.41%61.84%
18.82%

Color #CF714F in popluar number systems.

HEXCF714F
Decimal20711379
Binary1100111111100011001111
Octal317161117

Shades and tints

Shades of #CF714F

#CF714F
(207,113,79)
#BD6748
(189,103,72)
#AB5D41
(171,93,65)
#99533A
(153,83,58)
#874933
(135,73,51)
#753F2C
(117,63,44)
#633525
(99,53,37)
#512B1E
(81,43,30)
#3F2117
(63,33,23)
#2D1710
(45,23,16)
#1B0D09
(27,13,9)
#000000
(0,0,0)

Tints of #CF714F

#CF714F
(207,113,79)
#D37D5F
(211,125,95)
#D7896F
(215,137,111)
#DB957F
(219,149,127)
#DFA18F
(223,161,143)
#E3AD9F
(227,173,159)
#E7B9AF
(231,185,175)
#EBC5BF
(235,197,191)
#EFD1CF
(239,209,207)
#F3DDDF
(243,221,223)
#F7E9EF
(247,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF714F color. Also use rgb(207,113,79) instead hex code.

Text Font Color

.myTextColor { color: #CF714F; }

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

This text font color is #CF714F.


Background Color

.myBgColor { background-color: #CF714F; }

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

This div background color is #CF714F.


Border color

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

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

This div border color is #CF714F.


Opacity

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

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

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

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

This text has shadow with #CF714F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF714F on black background.


Color preview on white background

This text has color #CF714F on white background.



Black color preview on #CF714F background

This text has black color on #CF714F background.


White color preview on #CF714F background

This text has white color on #CF714F background.