COLOR #CF883B

HEX: #CF883B
RGB: (207,136,59)

Color info

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

RGB color model

#CF883B color RGB value is (207,136,59).

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

RGB channels and saturation

R 207 of 255 = 81%
G 136 of 255 = 53%
B 59 of 255 = 23%

207
136
59

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

Portions of RGB colors in percentages

R + G + B =
207 + 136 + 59 = 402 (100%)
R 207 of 402 ~ 51.49%
G 136 of 402 ~ 33.83%
B 59 of 402 ~ 14.68%

%51.49
%33.83
%14.68

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 34.30%
  • yellow value is 71.50%
  • 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.5
%18.82

Codes

Color #CF883B in popluar color models

CF883B
RGB20713659
HSL31°60.66%52.16%
HSB/HSV31°71.50%81.18%
CMYK0.00%34.30%71.50%
18.82%

Color #CF883B in popluar number systems.

HEXCF883B
Decimal20713659
Binary1100111110001000111011
Octal31721073

Shades and tints

Shades of #CF883B

#CF883B
(207,136,59)
#BD7C36
(189,124,54)
#AB7031
(171,112,49)
#99642C
(153,100,44)
#875827
(135,88,39)
#754C22
(117,76,34)
#63401D
(99,64,29)
#513418
(81,52,24)
#3F2813
(63,40,19)
#2D1C0E
(45,28,14)
#1B1009
(27,16,9)
#000000
(0,0,0)

Tints of #CF883B

#CF883B
(207,136,59)
#D3924C
(211,146,76)
#D79C5D
(215,156,93)
#DBA66E
(219,166,110)
#DFB07F
(223,176,127)
#E3BA90
(227,186,144)
#E7C4A1
(231,196,161)
#EBCEB2
(235,206,178)
#EFD8C3
(239,216,195)
#F3E2D4
(243,226,212)
#F7ECE5
(247,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CF883B; }

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

This text font color is #CF883B.


Background Color

.myBgColor { background-color: #CF883B; }

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

This div background color is #CF883B.


Border color

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

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

This div border color is #CF883B.


Opacity

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

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

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

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

This text has shadow with #CF883B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF883B on black background.


Color preview on white background

This text has color #CF883B on white background.



Black color preview on #CF883B background

This text has black color on #CF883B background.


White color preview on #CF883B background

This text has white color on #CF883B background.