COLOR #CF7D59

HEX: #CF7D59
RGB: (207,125,89)

Color info

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

RGB color model

#CF7D59 color RGB value is (207,125,89).

  • red value is 207;
  • green value is 125;
  • blue value is 89.
RGB:
(207,125,89)
(81%,49%,35%)

RGB channels and saturation

R 207 of 255 = 81%
G 125 of 255 = 49%
B 89 of 255 = 35%

207
125
89

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

Portions of RGB colors in percentages

R + G + B =
207 + 125 + 89 = 421 (100%)
R 207 of 421 ~ 49.17%
G 125 of 421 ~ 29.69%
B 89 of 421 ~ 21.14%

%49.17
%29.69
%21.14

CMYK color model

#CF7D59 color CMYK value is (0,40,57,19).

  • cyan value is 0.00%
  • magenta value is 39.61%
  • yellow value is 57.00%
  • key color value is 18.82%
CMYK:
(0,40,57,19)
C0M40Y57K19 
(0%,40%,57%,19%)
(0.00/0.40/0.57/0.19)	

CMYK percentages

%0
%39.61
%57
%18.82

Codes

Color #CF7D59 in popluar color models

CF7D59
RGB20712589
HSL18°55.14%58.04%
HSB/HSV18°57.00%81.18%
CMYK0.00%39.61%57.00%
18.82%

Color #CF7D59 in popluar number systems.

HEXCF7D59
Decimal20712589
Binary1100111111111011011001
Octal317175131

Shades and tints

Shades of #CF7D59

#CF7D59
(207,125,89)
#BD7251
(189,114,81)
#AB6749
(171,103,73)
#995C41
(153,92,65)
#875139
(135,81,57)
#754631
(117,70,49)
#633B29
(99,59,41)
#513021
(81,48,33)
#3F2519
(63,37,25)
#2D1A11
(45,26,17)
#1B0F09
(27,15,9)
#000000
(0,0,0)

Tints of #CF7D59

#CF7D59
(207,125,89)
#D38868
(211,136,104)
#D79377
(215,147,119)
#DB9E86
(219,158,134)
#DFA995
(223,169,149)
#E3B4A4
(227,180,164)
#E7BFB3
(231,191,179)
#EBCAC2
(235,202,194)
#EFD5D1
(239,213,209)
#F3E0E0
(243,224,224)
#F7EBEF
(247,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF7D59 color. Also use rgb(207,125,89) instead hex code.

Text Font Color

.myTextColor { color: #CF7D59; }

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

This text font color is #CF7D59.


Background Color

.myBgColor { background-color: #CF7D59; }

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

This div background color is #CF7D59.


Border color

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

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

This div border color is #CF7D59.


Opacity

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

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

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

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

This text has shadow with #CF7D59 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF7D59 on black background.


Color preview on white background

This text has color #CF7D59 on white background.



Black color preview on #CF7D59 background

This text has black color on #CF7D59 background.


White color preview on #CF7D59 background

This text has white color on #CF7D59 background.