COLOR #CF714A

HEX: #CF714A
RGB: (207,113,74)

Color info

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

RGB color model

#CF714A color RGB value is (207,113,74).

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

RGB channels and saturation

R 207 of 255 = 81%
G 113 of 255 = 44%
B 74 of 255 = 29%

207
113
74

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

Portions of RGB colors in percentages

R + G + B =
207 + 113 + 74 = 394 (100%)
R 207 of 394 ~ 52.54%
G 113 of 394 ~ 28.68%
B 74 of 394 ~ 18.78%

%52.54
%28.68
%18.78

CMYK color model

#CF714A color CMYK value is (0,45,64,19).

  • cyan value is 0.00%
  • magenta value is 45.41%
  • yellow value is 64.25%
  • key color value is 18.82%
CMYK:
(0,45,64,19)
C0M45Y64K19 
(0%,45%,64%,19%)
(0.00/0.45/0.64/0.19)	

CMYK percentages

%0
%45.41
%64.25
%18.82

Codes

Color #CF714A in popluar color models

CF714A
RGB20711374
HSL18°58.08%55.10%
HSB/HSV18°64.25%81.18%
CMYK0.00%45.41%64.25%
18.82%

Color #CF714A in popluar number systems.

HEXCF714A
Decimal20711374
Binary1100111111100011001010
Octal317161112

Shades and tints

Shades of #CF714A

#CF714A
(207,113,74)
#BD6744
(189,103,68)
#AB5D3E
(171,93,62)
#995338
(153,83,56)
#874932
(135,73,50)
#753F2C
(117,63,44)
#633526
(99,53,38)
#512B20
(81,43,32)
#3F211A
(63,33,26)
#2D1714
(45,23,20)
#1B0D0E
(27,13,14)
#000000
(0,0,0)

Tints of #CF714A

#CF714A
(207,113,74)
#D37D5A
(211,125,90)
#D7896A
(215,137,106)
#DB957A
(219,149,122)
#DFA18A
(223,161,138)
#E3AD9A
(227,173,154)
#E7B9AA
(231,185,170)
#EBC5BA
(235,197,186)
#EFD1CA
(239,209,202)
#F3DDDA
(243,221,218)
#F7E9EA
(247,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF714A; }

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

This text font color is #CF714A.


Background Color

.myBgColor { background-color: #CF714A; }

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

This div background color is #CF714A.


Border color

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

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

This div border color is #CF714A.


Opacity

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

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

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

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

This text has shadow with #CF714A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF714A on black background.


Color preview on white background

This text has color #CF714A on white background.



Black color preview on #CF714A background

This text has black color on #CF714A background.


White color preview on #CF714A background

This text has white color on #CF714A background.