COLOR #CE6834

HEX: #CE6834
RGB: (206,104,52)

Color info

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

RGB color model

#CE6834 color RGB value is (206,104,52).

  • red value is 206;
  • green value is 104;
  • blue value is 52.
RGB:
(206,104,52)
(81%,41%,20%)

RGB channels and saturation

R 206 of 255 = 81%
G 104 of 255 = 41%
B 52 of 255 = 20%

206
104
52

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

Portions of RGB colors in percentages

R + G + B =
206 + 104 + 52 = 362 (100%)
R 206 of 362 ~ 56.91%
G 104 of 362 ~ 28.73%
B 52 of 362 ~ 14.36%

%56.91
%28.73
%14.36

CMYK color model

#CE6834 color CMYK value is (0,50,75,19).

  • cyan value is 0.00%
  • magenta value is 49.51%
  • yellow value is 74.76%
  • key color value is 19.22%
CMYK:
(0,50,75,19)
C0M50Y75K19 
(0%,50%,75%,19%)
(0.00/0.50/0.75/0.19)	

CMYK percentages

%0
%49.51
%74.76
%19.22

Codes

Color #CE6834 in popluar color models

CE6834
RGB20610452
HSL20°61.11%50.59%
HSB/HSV20°74.76%80.78%
CMYK0.00%49.51%74.76%
19.22%

Color #CE6834 in popluar number systems.

HEXCE6834
Decimal20610452
Binary110011101101000110100
Octal31615064

Shades and tints

Shades of #CE6834

#CE6834
(206,104,52)
#BC5F30
(188,95,48)
#AA562C
(170,86,44)
#984D28
(152,77,40)
#864424
(134,68,36)
#743B20
(116,59,32)
#62321C
(98,50,28)
#502918
(80,41,24)
#3E2014
(62,32,20)
#2C1710
(44,23,16)
#1A0E0C
(26,14,12)
#000000
(0,0,0)

Tints of #CE6834

#CE6834
(206,104,52)
#D27546
(210,117,70)
#D68258
(214,130,88)
#DA8F6A
(218,143,106)
#DE9C7C
(222,156,124)
#E2A98E
(226,169,142)
#E6B6A0
(230,182,160)
#EAC3B2
(234,195,178)
#EED0C4
(238,208,196)
#F2DDD6
(242,221,214)
#F6EAE8
(246,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE6834 color. Also use rgb(206,104,52) instead hex code.

Text Font Color

.myTextColor { color: #CE6834; }

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

This text font color is #CE6834.


Background Color

.myBgColor { background-color: #CE6834; }

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

This div background color is #CE6834.


Border color

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

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

This div border color is #CE6834.


Opacity

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

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

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

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

This text has shadow with #CE6834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE6834 on black background.


Color preview on white background

This text has color #CE6834 on white background.



Black color preview on #CE6834 background

This text has black color on #CE6834 background.


White color preview on #CE6834 background

This text has white color on #CE6834 background.