COLOR #CE7420

HEX: #CE7420
RGB: (206,116,32)

Color info

#CE7420 contains mainly red color. Web safe color of #CE7420 is #CC6633 (or #C63).

RGB color model

#CE7420 color RGB value is (206,116,32).

  • red value is 206;
  • green value is 116;
  • blue value is 32.
RGB:
(206,116,32)
(81%,45%,13%)

RGB channels and saturation

R 206 of 255 = 81%
G 116 of 255 = 45%
B 32 of 255 = 13%

206
116
32

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

Portions of RGB colors in percentages

R + G + B =
206 + 116 + 32 = 354 (100%)
R 206 of 354 ~ 58.19%
G 116 of 354 ~ 32.77%
B 32 of 354 ~ 9.04%

%58.19
%32.77

CMYK color model

#CE7420 color CMYK value is (0,44,84,19).

  • cyan value is 0.00%
  • magenta value is 43.69%
  • yellow value is 84.47%
  • key color value is 19.22%
CMYK:
(0,44,84,19)
C0M44Y84K19 
(0%,44%,84%,19%)
(0.00/0.44/0.84/0.19)	

CMYK percentages

%0
%43.69
%84.47
%19.22

Codes

Color #CE7420 in popluar color models

CE7420
RGB20611632
HSL29°73.11%46.67%
HSB/HSV29°84.47%80.78%
CMYK0.00%43.69%84.47%
19.22%

Color #CE7420 in popluar number systems.

HEXCE7420
Decimal20611632
Binary110011101110100100000
Octal31616440

Shades and tints

Shades of #CE7420

#CE7420
(206,116,32)
#BC6A1E
(188,106,30)
#AA601C
(170,96,28)
#98561A
(152,86,26)
#864C18
(134,76,24)
#744216
(116,66,22)
#623814
(98,56,20)
#502E12
(80,46,18)
#3E2410
(62,36,16)
#2C1A0E
(44,26,14)
#1A100C
(26,16,12)
#000000
(0,0,0)

Tints of #CE7420

#CE7420
(206,116,32)
#D28034
(210,128,52)
#D68C48
(214,140,72)
#DA985C
(218,152,92)
#DEA470
(222,164,112)
#E2B084
(226,176,132)
#E6BC98
(230,188,152)
#EAC8AC
(234,200,172)
#EED4C0
(238,212,192)
#F2E0D4
(242,224,212)
#F6ECE8
(246,236,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE7420 color. Also use rgb(206,116,32) instead hex code.

Text Font Color

.myTextColor { color: #CE7420; }

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

This text font color is #CE7420.


Background Color

.myBgColor { background-color: #CE7420; }

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

This div background color is #CE7420.


Border color

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

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

This div border color is #CE7420.


Opacity

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

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

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

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

This text has shadow with #CE7420 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7420 on black background.


Color preview on white background

This text has color #CE7420 on white background.



Black color preview on #CE7420 background

This text has black color on #CE7420 background.


White color preview on #CE7420 background

This text has white color on #CE7420 background.