COLOR #CF9377

HEX: #CF9377
RGB: (207,147,119)

Color info

#CF9377 contains mainly red color. Web safe color of #CF9377 is #CC9966 (or #C96).

RGB color model

#CF9377 color RGB value is (207,147,119).

  • red value is 207;
  • green value is 147;
  • blue value is 119.
RGB:
(207,147,119)
(81%,58%,47%)

RGB channels and saturation

R 207 of 255 = 81%
G 147 of 255 = 58%
B 119 of 255 = 47%

207
147
119

R + G + B ~ 62%. #CF9377 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 147 + 119 = 473 (100%)
R 207 of 473 ~ 43.76%
G 147 of 473 ~ 31.08%
B 119 of 473 ~ 25.16%

%43.76
%31.08
%25.16

CMYK color model

#CF9377 color CMYK value is (0,29,43,19).

  • cyan value is 0.00%
  • magenta value is 28.99%
  • yellow value is 42.51%
  • key color value is 18.82%
CMYK:
(0,29,43,19)
C0M29Y43K19 
(0%,29%,43%,19%)
(0.00/0.29/0.43/0.19)	

CMYK percentages

%0
%28.99
%42.51
%18.82

Codes

Color #CF9377 in popluar color models

CF9377
RGB207147119
HSL19°47.83%63.92%
HSB/HSV19°42.51%81.18%
CMYK0.00%28.99%42.51%
18.82%

Color #CF9377 in popluar number systems.

HEXCF9377
Decimal207147119
Binary11001111100100111110111
Octal317223167

Shades and tints

Shades of #CF9377

#CF9377
(207,147,119)
#BD866D
(189,134,109)
#AB7963
(171,121,99)
#996C59
(153,108,89)
#875F4F
(135,95,79)
#755245
(117,82,69)
#63453B
(99,69,59)
#513831
(81,56,49)
#3F2B27
(63,43,39)
#2D1E1D
(45,30,29)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #CF9377

#CF9377
(207,147,119)
#D39C83
(211,156,131)
#D7A58F
(215,165,143)
#DBAE9B
(219,174,155)
#DFB7A7
(223,183,167)
#E3C0B3
(227,192,179)
#E7C9BF
(231,201,191)
#EBD2CB
(235,210,203)
#EFDBD7
(239,219,215)
#F3E4E3
(243,228,227)
#F7EDEF
(247,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF9377 color. Also use rgb(207,147,119) instead hex code.

Text Font Color

.myTextColor { color: #CF9377; }

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

This text font color is #CF9377.


Background Color

.myBgColor { background-color: #CF9377; }

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

This div background color is #CF9377.


Border color

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

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

This div border color is #CF9377.


Opacity

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

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

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

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

This text has shadow with #CF9377 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF9377 on black background.


Color preview on white background

This text has color #CF9377 on white background.



Black color preview on #CF9377 background

This text has black color on #CF9377 background.


White color preview on #CF9377 background

This text has white color on #CF9377 background.