COLOR #CF493B

HEX: #CF493B
RGB: (207,73,59)

Color info

#CF493B contains mainly red color. Web safe color of #CF493B is #CC3333 (or #C33).

RGB color model

#CF493B color RGB value is (207,73,59).

  • red value is 207;
  • green value is 73;
  • blue value is 59.
RGB:
(207,73,59)
(81%,29%,23%)

RGB channels and saturation

R 207 of 255 = 81%
G 73 of 255 = 29%
B 59 of 255 = 23%

207
73
59

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

Portions of RGB colors in percentages

R + G + B =
207 + 73 + 59 = 339 (100%)
R 207 of 339 ~ 61.06%
G 73 of 339 ~ 21.53%
B 59 of 339 ~ 17.4%

%61.06
%21.53
%17.4

CMYK color model

#CF493B color CMYK value is (0,65,71,19).

  • cyan value is 0.00%
  • magenta value is 64.73%
  • yellow value is 71.50%
  • key color value is 18.82%
CMYK:
(0,65,71,19)
C0M65Y71K19 
(0%,65%,71%,19%)
(0.00/0.65/0.71/0.19)	

CMYK percentages

%0
%64.73
%71.5
%18.82

Codes

Color #CF493B in popluar color models

CF493B
RGB2077359
HSL60.66%52.16%
HSB/HSV71.50%81.18%
CMYK0.00%64.73%71.50%
18.82%

Color #CF493B in popluar number systems.

HEXCF493B
Decimal2077359
Binary110011111001001111011
Octal31711173

Shades and tints

Shades of #CF493B

#CF493B
(207,73,59)
#BD4336
(189,67,54)
#AB3D31
(171,61,49)
#99372C
(153,55,44)
#873127
(135,49,39)
#752B22
(117,43,34)
#63251D
(99,37,29)
#511F18
(81,31,24)
#3F1913
(63,25,19)
#2D130E
(45,19,14)
#1B0D09
(27,13,9)
#000000
(0,0,0)

Tints of #CF493B

#CF493B
(207,73,59)
#D3594C
(211,89,76)
#D7695D
(215,105,93)
#DB796E
(219,121,110)
#DF897F
(223,137,127)
#E39990
(227,153,144)
#E7A9A1
(231,169,161)
#EBB9B2
(235,185,178)
#EFC9C3
(239,201,195)
#F3D9D4
(243,217,212)
#F7E9E5
(247,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CF493B color. Also use rgb(207,73,59) instead hex code.

Text Font Color

.myTextColor { color: #CF493B; }

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

This text font color is #CF493B.


Background Color

.myBgColor { background-color: #CF493B; }

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

This div background color is #CF493B.


Border color

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

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

This div border color is #CF493B.


Opacity

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

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

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

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

This text has shadow with #CF493B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CF493B on black background.


Color preview on white background

This text has color #CF493B on white background.



Black color preview on #CF493B background

This text has black color on #CF493B background.


White color preview on #CF493B background

This text has white color on #CF493B background.