COLOR #CE9353

HEX: #CE9353
RGB: (206,147,83)

Color info

#CE9353 contains mainly red and green colors. Web safe color of #CE9353 is #CC9966 (or #C96).

RGB color model

#CE9353 color RGB value is (206,147,83).

  • red value is 206;
  • green value is 147;
  • blue value is 83.
RGB:
(206,147,83)
(81%,58%,33%)

RGB channels and saturation

R 206 of 255 = 81%
G 147 of 255 = 58%
B 83 of 255 = 33%

206
147
83

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

Portions of RGB colors in percentages

R + G + B =
206 + 147 + 83 = 436 (100%)
R 206 of 436 ~ 47.25%
G 147 of 436 ~ 33.72%
B 83 of 436 ~ 19.04%

%47.25
%33.72
%19.04

CMYK color model

#CE9353 color CMYK value is (0,29,60,19).

  • cyan value is 0.00%
  • magenta value is 28.64%
  • yellow value is 59.71%
  • key color value is 19.22%
CMYK:
(0,29,60,19)
C0M29Y60K19 
(0%,29%,60%,19%)
(0.00/0.29/0.60/0.19)	

CMYK percentages

%0
%28.64
%59.71
%19.22

Codes

Color #CE9353 in popluar color models

CE9353
RGB20614783
HSL31°55.66%56.67%
HSB/HSV31°59.71%80.78%
CMYK0.00%28.64%59.71%
19.22%

Color #CE9353 in popluar number systems.

HEXCE9353
Decimal20614783
Binary11001110100100111010011
Octal316223123

Shades and tints

Shades of #CE9353

#CE9353
(206,147,83)
#BC864C
(188,134,76)
#AA7945
(170,121,69)
#986C3E
(152,108,62)
#865F37
(134,95,55)
#745230
(116,82,48)
#624529
(98,69,41)
#503822
(80,56,34)
#3E2B1B
(62,43,27)
#2C1E14
(44,30,20)
#1A110D
(26,17,13)
#000000
(0,0,0)

Tints of #CE9353

#CE9353
(206,147,83)
#D29C62
(210,156,98)
#D6A571
(214,165,113)
#DAAE80
(218,174,128)
#DEB78F
(222,183,143)
#E2C09E
(226,192,158)
#E6C9AD
(230,201,173)
#EAD2BC
(234,210,188)
#EEDBCB
(238,219,203)
#F2E4DA
(242,228,218)
#F6EDE9
(246,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE9353 color. Also use rgb(206,147,83) instead hex code.

Text Font Color

.myTextColor { color: #CE9353; }

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

This text font color is #CE9353.


Background Color

.myBgColor { background-color: #CE9353; }

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

This div background color is #CE9353.


Border color

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

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

This div border color is #CE9353.


Opacity

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

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

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

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

This text has shadow with #CE9353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE9353 on black background.


Color preview on white background

This text has color #CE9353 on white background.



Black color preview on #CE9353 background

This text has black color on #CE9353 background.


White color preview on #CE9353 background

This text has white color on #CE9353 background.