COLOR #CF9752

HEX: #CF9752
RGB: (207,151,82)

Color info

#CF9752 contains mainly red and green colors. Web safe color of #CF9752 is #CC9966 (or #C96).

RGB color model

#CF9752 color RGB value is (207,151,82).

  • red value is 207;
  • green value is 151;
  • blue value is 82.
RGB:
(207,151,82)
(81%,59%,32%)

RGB channels and saturation

R 207 of 255 = 81%
G 151 of 255 = 59%
B 82 of 255 = 32%

207
151
82

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

Portions of RGB colors in percentages

R + G + B =
207 + 151 + 82 = 440 (100%)
R 207 of 440 ~ 47.05%
G 151 of 440 ~ 34.32%
B 82 of 440 ~ 18.64%

%47.05
%34.32
%18.64

CMYK color model

#CF9752 color CMYK value is (0,27,60,19).

  • cyan value is 0.00%
  • magenta value is 27.05%
  • yellow value is 60.39%
  • key color value is 18.82%
CMYK:
(0,27,60,19)
C0M27Y60K19 
(0%,27%,60%,19%)
(0.00/0.27/0.60/0.19)	

CMYK percentages

%0
%27.05
%60.39
%18.82

Codes

Color #CF9752 in popluar color models

CF9752
RGB20715182
HSL33°56.56%56.67%
HSB/HSV33°60.39%81.18%
CMYK0.00%27.05%60.39%
18.82%

Color #CF9752 in popluar number systems.

HEXCF9752
Decimal20715182
Binary11001111100101111010010
Octal317227122

Shades and tints

Shades of #CF9752

#CF9752
(207,151,82)
#BD8A4B
(189,138,75)
#AB7D44
(171,125,68)
#99703D
(153,112,61)
#876336
(135,99,54)
#75562F
(117,86,47)
#634928
(99,73,40)
#513C21
(81,60,33)
#3F2F1A
(63,47,26)
#2D2213
(45,34,19)
#1B150C
(27,21,12)
#000000
(0,0,0)

Tints of #CF9752

#CF9752
(207,151,82)
#D3A061
(211,160,97)
#D7A970
(215,169,112)
#DBB27F
(219,178,127)
#DFBB8E
(223,187,142)
#E3C49D
(227,196,157)
#E7CDAC
(231,205,172)
#EBD6BB
(235,214,187)
#EFDFCA
(239,223,202)
#F3E8D9
(243,232,217)
#F7F1E8
(247,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF9752 color. Also use rgb(207,151,82) instead hex code.

Text Font Color

.myTextColor { color: #CF9752; }

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

This text font color is #CF9752.


Background Color

.myBgColor { background-color: #CF9752; }

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

This div background color is #CF9752.


Border color

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

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

This div border color is #CF9752.


Opacity

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

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

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

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

This text has shadow with #CF9752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF9752 on black background.


Color preview on white background

This text has color #CF9752 on white background.



Black color preview on #CF9752 background

This text has black color on #CF9752 background.


White color preview on #CF9752 background

This text has white color on #CF9752 background.