COLOR #CF883C

HEX: #CF883C
RGB: (207,136,60)

Color info

#CF883C contains mainly red color. Web safe color of #CF883C is #CC9933 (or #C93).

RGB color model

#CF883C color RGB value is (207,136,60).

  • red value is 207;
  • green value is 136;
  • blue value is 60.
RGB:
(207,136,60)
(81%,53%,24%)

RGB channels and saturation

R 207 of 255 = 81%
G 136 of 255 = 53%
B 60 of 255 = 24%

207
136
60

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

Portions of RGB colors in percentages

R + G + B =
207 + 136 + 60 = 403 (100%)
R 207 of 403 ~ 51.36%
G 136 of 403 ~ 33.75%
B 60 of 403 ~ 14.89%

%51.36
%33.75
%14.89

CMYK color model

#CF883C color CMYK value is (0,34,71,19).

  • cyan value is 0.00%
  • magenta value is 34.30%
  • yellow value is 71.01%
  • key color value is 18.82%
CMYK:
(0,34,71,19)
C0M34Y71K19 
(0%,34%,71%,19%)
(0.00/0.34/0.71/0.19)	

CMYK percentages

%0
%34.3
%71.01
%18.82

Codes

Color #CF883C in popluar color models

CF883C
RGB20713660
HSL31°60.49%52.35%
HSB/HSV31°71.01%81.18%
CMYK0.00%34.30%71.01%
18.82%

Color #CF883C in popluar number systems.

HEXCF883C
Decimal20713660
Binary1100111110001000111100
Octal31721074

Shades and tints

Shades of #CF883C

#CF883C
(207,136,60)
#BD7C37
(189,124,55)
#AB7032
(171,112,50)
#99642D
(153,100,45)
#875828
(135,88,40)
#754C23
(117,76,35)
#63401E
(99,64,30)
#513419
(81,52,25)
#3F2814
(63,40,20)
#2D1C0F
(45,28,15)
#1B100A
(27,16,10)
#000000
(0,0,0)

Tints of #CF883C

#CF883C
(207,136,60)
#D3924D
(211,146,77)
#D79C5E
(215,156,94)
#DBA66F
(219,166,111)
#DFB080
(223,176,128)
#E3BA91
(227,186,145)
#E7C4A2
(231,196,162)
#EBCEB3
(235,206,179)
#EFD8C4
(239,216,196)
#F3E2D5
(243,226,213)
#F7ECE6
(247,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF883C color. Also use rgb(207,136,60) instead hex code.

Text Font Color

.myTextColor { color: #CF883C; }

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

This text font color is #CF883C.


Background Color

.myBgColor { background-color: #CF883C; }

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

This div background color is #CF883C.


Border color

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

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

This div border color is #CF883C.


Opacity

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

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

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

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

This text has shadow with #CF883C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF883C on black background.


Color preview on white background

This text has color #CF883C on white background.



Black color preview on #CF883C background

This text has black color on #CF883C background.


White color preview on #CF883C background

This text has white color on #CF883C background.