COLOR #CE7B44

HEX: #CE7B44
RGB: (206,123,68)

Color info

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

RGB color model

#CE7B44 color RGB value is (206,123,68).

  • red value is 206;
  • green value is 123;
  • blue value is 68.
RGB:
(206,123,68)
(81%,48%,27%)

RGB channels and saturation

R 206 of 255 = 81%
G 123 of 255 = 48%
B 68 of 255 = 27%

206
123
68

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

Portions of RGB colors in percentages

R + G + B =
206 + 123 + 68 = 397 (100%)
R 206 of 397 ~ 51.89%
G 123 of 397 ~ 30.98%
B 68 of 397 ~ 17.13%

%51.89
%30.98
%17.13

CMYK color model

#CE7B44 color CMYK value is (0,40,67,19).

  • cyan value is 0.00%
  • magenta value is 40.29%
  • yellow value is 66.99%
  • key color value is 19.22%
CMYK:
(0,40,67,19)
C0M40Y67K19 
(0%,40%,67%,19%)
(0.00/0.40/0.67/0.19)	

CMYK percentages

%0
%40.29
%66.99
%19.22

Codes

Color #CE7B44 in popluar color models

CE7B44
RGB20612368
HSL24°58.47%53.73%
HSB/HSV24°66.99%80.78%
CMYK0.00%40.29%66.99%
19.22%

Color #CE7B44 in popluar number systems.

HEXCE7B44
Decimal20612368
Binary1100111011110111000100
Octal316173104

Shades and tints

Shades of #CE7B44

#CE7B44
(206,123,68)
#BC703E
(188,112,62)
#AA6538
(170,101,56)
#985A32
(152,90,50)
#864F2C
(134,79,44)
#744426
(116,68,38)
#623920
(98,57,32)
#502E1A
(80,46,26)
#3E2314
(62,35,20)
#2C180E
(44,24,14)
#1A0D08
(26,13,8)
#000000
(0,0,0)

Tints of #CE7B44

#CE7B44
(206,123,68)
#D28755
(210,135,85)
#D69366
(214,147,102)
#DA9F77
(218,159,119)
#DEAB88
(222,171,136)
#E2B799
(226,183,153)
#E6C3AA
(230,195,170)
#EACFBB
(234,207,187)
#EEDBCC
(238,219,204)
#F2E7DD
(242,231,221)
#F6F3EE
(246,243,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CE7B44 color. Also use rgb(206,123,68) instead hex code.

Text Font Color

.myTextColor { color: #CE7B44; }

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

This text font color is #CE7B44.


Background Color

.myBgColor { background-color: #CE7B44; }

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

This div background color is #CE7B44.


Border color

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

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

This div border color is #CE7B44.


Opacity

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

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

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

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

This text has shadow with #CE7B44 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CE7B44 on black background.


Color preview on white background

This text has color #CE7B44 on white background.



Black color preview on #CE7B44 background

This text has black color on #CE7B44 background.


White color preview on #CE7B44 background

This text has white color on #CE7B44 background.