COLOR #CE7719

HEX: #CE7719
RGB: (206,119,25)

Color info

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

RGB color model

#CE7719 color RGB value is (206,119,25).

  • red value is 206;
  • green value is 119;
  • blue value is 25.
RGB:
(206,119,25)
(81%,47%,10%)

RGB channels and saturation

R 206 of 255 = 81%
G 119 of 255 = 47%
B 25 of 255 = 10%

206
119
25

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

Portions of RGB colors in percentages

R + G + B =
206 + 119 + 25 = 350 (100%)
R 206 of 350 ~ 58.86%
G 119 of 350 ~ 34%
B 25 of 350 ~ 7.14%

%58.86
%34

CMYK color model

#CE7719 color CMYK value is (0,42,88,19).

  • cyan value is 0.00%
  • magenta value is 42.23%
  • yellow value is 87.86%
  • key color value is 19.22%
CMYK:
(0,42,88,19)
C0M42Y88K19 
(0%,42%,88%,19%)
(0.00/0.42/0.88/0.19)	

CMYK percentages

%0
%42.23
%87.86
%19.22

Codes

Color #CE7719 in popluar color models

CE7719
RGB20611925
HSL31°78.35%45.29%
HSB/HSV31°87.86%80.78%
CMYK0.00%42.23%87.86%
19.22%

Color #CE7719 in popluar number systems.

HEXCE7719
Decimal20611925
Binary11001110111011111001
Octal31616731

Shades and tints

Shades of #CE7719

#CE7719
(206,119,25)
#BC6D17
(188,109,23)
#AA6315
(170,99,21)
#985913
(152,89,19)
#864F11
(134,79,17)
#74450F
(116,69,15)
#623B0D
(98,59,13)
#50310B
(80,49,11)
#3E2709
(62,39,9)
#2C1D07
(44,29,7)
#1A1305
(26,19,5)
#000000
(0,0,0)

Tints of #CE7719

#CE7719
(206,119,25)
#D2832D
(210,131,45)
#D68F41
(214,143,65)
#DA9B55
(218,155,85)
#DEA769
(222,167,105)
#E2B37D
(226,179,125)
#E6BF91
(230,191,145)
#EACBA5
(234,203,165)
#EED7B9
(238,215,185)
#F2E3CD
(242,227,205)
#F6EFE1
(246,239,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE7719 color. Also use rgb(206,119,25) instead hex code.

Text Font Color

.myTextColor { color: #CE7719; }

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

This text font color is #CE7719.


Background Color

.myBgColor { background-color: #CE7719; }

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

This div background color is #CE7719.


Border color

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

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

This div border color is #CE7719.


Opacity

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

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

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

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

This text has shadow with #CE7719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7719 on black background.


Color preview on white background

This text has color #CE7719 on white background.



Black color preview on #CE7719 background

This text has black color on #CE7719 background.


White color preview on #CE7719 background

This text has white color on #CE7719 background.