COLOR #CE9343

HEX: #CE9343 RGB: (206,147,67)

Color info

#CE9343 contains mainly red and green colors. Web safe color of #CE9343 is #CC9933 (or #C93).

RGB color model

#CE9343 color RGB value is (206,147,67).

RGB: (206,147,67) (81%, 58%, 26%)

RGB channels and saturation

R 206 of 255 = 81%
G 147 of 255 = 58%
B 67 of 255 = 26%

206
147
67

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

Portions of RGB colors in percentages

R + G + B = 206 + 147 + 67 = 420 (100%)
R 206 of 420 ~ 49.05%
G 147 of 420 ~ 35%
B 67 of 420 ~ 15.95'%

%49.05
%35
%15.95

CMYK color model

#CE9343 color CMYK value is (0,29,67,19).

  • cyan value is 0.00%
  • magenta value is 28.64%
  • yellow value is 67.48%
  • key color value is 19.22%

CMYK: (0,29,67,19)
C0M29Y67K19 (0%, 29%, 67%, 19%)
(0.00 / 0.29 / 0.67 / 0.19)

CMYK percentages

%0
%28.64
%67.48
%19.22

Codes

Color #CE9343 in popluar color models

CE 93 43
RGB 206 147 67
HSL 35° 58.65% 53.53%
HSB/HSV 35° 67.48% 80.78%
CMYK 0.00% 28.64% 67.48%
19.22%

Color #CE9343 in popluar number systems.

HEX CE 93 43
Decimal 206 147 67
Binary 11001110 10010011 1000011
Octal 316 223 103

Shades and tints

Shades of #CE9343

#CE9343
(206,147,67)
#BC863D
(188,134,61)
#AA7937
(170,121,55)
#986C31
(152,108,49)
#865F2B
(134,95,43)
#745225
(116,82,37)
#62451F
(98,69,31)
#503819
(80,56,25)
#3E2B13
(62,43,19)
#2C1E0D
(44,30,13)
#1A1107
(26,17,7)
#000000
(0,0,0)

Tints of #CE9343

#CE9343
(206,147,67)
#D29C54
(210,156,84)
#D6A565
(214,165,101)
#DAAE76
(218,174,118)
#DEB787
(222,183,135)
#E2C098
(226,192,152)
#E6C9A9
(230,201,169)
#EAD2BA
(234,210,186)
#EEDBCB
(238,219,203)
#F2E4DC
(242,228,220)
#F6EDED
(246,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CE9343; }

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

This text font color is #CE9343.

Background Color

.myBgColor { background-color: #CE9343; }

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

This div background color is #CE9343.

Border color

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

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

This div border color is #CE9343.

Opacity

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

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

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

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

This text has shadow with #CE9343 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CE9343.

Preview

Color preview on black background

This text has color #CE9343 on black background.


Color preview on white background

This text has color #CE9343 on white background.


Black color preview on #CE9343 background

This text has black color on #CE9343 background.


White color preview on #CE9343 background

This text has white color on #CE9343 background.


Related colors

Complementary color

Complementary color for #hex is #316CBC.


I love getcolorcode.com

Triadic colors

1 #43CE93 and #9343CE with #CE9343 are triadic colors.

2 #4393CE and #93CE43 with #CE9343 are triadic colors.