COLOR #CE5539

HEX: #CE5539
RGB: (206,85,57)

Color info

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

RGB color model

#CE5539 color RGB value is (206,85,57).

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

RGB channels and saturation

R 206 of 255 = 81%
G 85 of 255 = 33%
B 57 of 255 = 22%

206
85
57

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

Portions of RGB colors in percentages

R + G + B =
206 + 85 + 57 = 348 (100%)
R 206 of 348 ~ 59.2%
G 85 of 348 ~ 24.43%
B 57 of 348 ~ 16.38%

%59.2
%24.43
%16.38

CMYK color model

#CE5539 color CMYK value is (0,59,72,19).

  • cyan value is 0.00%
  • magenta value is 58.74%
  • yellow value is 72.33%
  • key color value is 19.22%
CMYK:
(0,59,72,19)
C0M59Y72K19 
(0%,59%,72%,19%)
(0.00/0.59/0.72/0.19)	

CMYK percentages

%0
%58.74
%72.33
%19.22

Codes

Color #CE5539 in popluar color models

CE5539
RGB2068557
HSL11°60.32%51.57%
HSB/HSV11°72.33%80.78%
CMYK0.00%58.74%72.33%
19.22%

Color #CE5539 in popluar number systems.

HEXCE5539
Decimal2068557
Binary110011101010101111001
Octal31612571

Shades and tints

Shades of #CE5539

#CE5539
(206,85,57)
#BC4E34
(188,78,52)
#AA472F
(170,71,47)
#98402A
(152,64,42)
#863925
(134,57,37)
#743220
(116,50,32)
#622B1B
(98,43,27)
#502416
(80,36,22)
#3E1D11
(62,29,17)
#2C160C
(44,22,12)
#1A0F07
(26,15,7)
#000000
(0,0,0)

Tints of #CE5539

#CE5539
(206,85,57)
#D2644B
(210,100,75)
#D6735D
(214,115,93)
#DA826F
(218,130,111)
#DE9181
(222,145,129)
#E2A093
(226,160,147)
#E6AFA5
(230,175,165)
#EABEB7
(234,190,183)
#EECDC9
(238,205,201)
#F2DCDB
(242,220,219)
#F6EBED
(246,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE5539; }

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

This text font color is #CE5539.


Background Color

.myBgColor { background-color: #CE5539; }

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

This div background color is #CE5539.


Border color

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

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

This div border color is #CE5539.


Opacity

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

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

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

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

This text has shadow with #CE5539 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE5539 on black background.


Color preview on white background

This text has color #CE5539 on white background.



Black color preview on #CE5539 background

This text has black color on #CE5539 background.


White color preview on #CE5539 background

This text has white color on #CE5539 background.