COLOR #CE5507

HEX: #CE5507
RGB: (206,85,7)

Color info

#CE5507 contains mainly red color. Web safe color of #CE5507 is #CC6600 (or #C60).

RGB color model

#CE5507 color RGB value is (206,85,7).

  • red value is 206;
  • green value is 85;
  • blue value is 7.
RGB:
(206,85,7)
(81%,33%,3%)

RGB channels and saturation

R 206 of 255 = 81%
G 85 of 255 = 33%
B 7 of 255 = 3%

206
85
7

R + G + B ~ 39%. #CE5507 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
206 + 85 + 7 = 298 (100%)
R 206 of 298 ~ 69.13%
G 85 of 298 ~ 28.52%
B 7 of 298 ~ 2.35%

%69.13
%28.52

CMYK color model

#CE5507 color CMYK value is (0,59,97,19).

  • cyan value is 0.00%
  • magenta value is 58.74%
  • yellow value is 96.60%
  • key color value is 19.22%
CMYK:
(0,59,97,19)
C0M59Y97K19 
(0%,59%,97%,19%)
(0.00/0.59/0.97/0.19)	

CMYK percentages

%0
%58.74
%96.6
%19.22

Codes

Color #CE5507 in popluar color models

CE5507
RGB206857
HSL24°93.43%41.76%
HSB/HSV24°96.60%80.78%
CMYK0.00%58.74%96.60%
19.22%

Color #CE5507 in popluar number systems.

HEXCE5507
Decimal206857
Binary110011101010101111
Octal3161257

Shades and tints

Shades of #CE5507

#CE5507
(206,85,7)
#BC4E07
(188,78,7)
#AA4707
(170,71,7)
#984007
(152,64,7)
#863907
(134,57,7)
#743207
(116,50,7)
#622B07
(98,43,7)
#502407
(80,36,7)
#3E1D07
(62,29,7)
#2C1607
(44,22,7)
#1A0F07
(26,15,7)
#000000
(0,0,0)

Tints of #CE5507

#CE5507
(206,85,7)
#D2641D
(210,100,29)
#D67333
(214,115,51)
#DA8249
(218,130,73)
#DE915F
(222,145,95)
#E2A075
(226,160,117)
#E6AF8B
(230,175,139)
#EABEA1
(234,190,161)
#EECDB7
(238,205,183)
#F2DCCD
(242,220,205)
#F6EBE3
(246,235,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE5507 color. Also use rgb(206,85,7) instead hex code.

Text Font Color

.myTextColor { color: #CE5507; }

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

This text font color is #CE5507.


Background Color

.myBgColor { background-color: #CE5507; }

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

This div background color is #CE5507.


Border color

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

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

This div border color is #CE5507.


Opacity

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

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

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

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

This text has shadow with #CE5507 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE5507 on black background.


Color preview on white background

This text has color #CE5507 on white background.



Black color preview on #CE5507 background

This text has black color on #CE5507 background.


White color preview on #CE5507 background

This text has white color on #CE5507 background.