COLOR #CE7629

HEX: #CE7629
RGB: (206,118,41)

Color info

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

RGB color model

#CE7629 color RGB value is (206,118,41).

  • red value is 206;
  • green value is 118;
  • blue value is 41.
RGB:
(206,118,41)
(81%,46%,16%)

RGB channels and saturation

R 206 of 255 = 81%
G 118 of 255 = 46%
B 41 of 255 = 16%

206
118
41

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

Portions of RGB colors in percentages

R + G + B =
206 + 118 + 41 = 365 (100%)
R 206 of 365 ~ 56.44%
G 118 of 365 ~ 32.33%
B 41 of 365 ~ 11.23%

%56.44
%32.33
%11.23

CMYK color model

#CE7629 color CMYK value is (0,43,80,19).

  • cyan value is 0.00%
  • magenta value is 42.72%
  • yellow value is 80.10%
  • key color value is 19.22%
CMYK:
(0,43,80,19)
C0M43Y80K19 
(0%,43%,80%,19%)
(0.00/0.43/0.80/0.19)	

CMYK percentages

%0
%42.72
%80.1
%19.22

Codes

Color #CE7629 in popluar color models

CE7629
RGB20611841
HSL28°66.80%48.43%
HSB/HSV28°80.10%80.78%
CMYK0.00%42.72%80.10%
19.22%

Color #CE7629 in popluar number systems.

HEXCE7629
Decimal20611841
Binary110011101110110101001
Octal31616651

Shades and tints

Shades of #CE7629

#CE7629
(206,118,41)
#BC6C26
(188,108,38)
#AA6223
(170,98,35)
#985820
(152,88,32)
#864E1D
(134,78,29)
#74441A
(116,68,26)
#623A17
(98,58,23)
#503014
(80,48,20)
#3E2611
(62,38,17)
#2C1C0E
(44,28,14)
#1A120B
(26,18,11)
#000000
(0,0,0)

Tints of #CE7629

#CE7629
(206,118,41)
#D2823C
(210,130,60)
#D68E4F
(214,142,79)
#DA9A62
(218,154,98)
#DEA675
(222,166,117)
#E2B288
(226,178,136)
#E6BE9B
(230,190,155)
#EACAAE
(234,202,174)
#EED6C1
(238,214,193)
#F2E2D4
(242,226,212)
#F6EEE7
(246,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE7629 color. Also use rgb(206,118,41) instead hex code.

Text Font Color

.myTextColor { color: #CE7629; }

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

This text font color is #CE7629.


Background Color

.myBgColor { background-color: #CE7629; }

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

This div background color is #CE7629.


Border color

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

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

This div border color is #CE7629.


Opacity

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

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

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

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

This text has shadow with #CE7629 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7629 on black background.


Color preview on white background

This text has color #CE7629 on white background.



Black color preview on #CE7629 background

This text has black color on #CE7629 background.


White color preview on #CE7629 background

This text has white color on #CE7629 background.