COLOR #CB483A

HEX: #CB483A
RGB: (203,72,58)

Color info

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

RGB color model

#CB483A color RGB value is (203,72,58).

  • red value is 203;
  • green value is 72;
  • blue value is 58.
RGB:
(203,72,58)
(80%,28%,23%)

RGB channels and saturation

R 203 of 255 = 80%
G 72 of 255 = 28%
B 58 of 255 = 23%

203
72
58

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

Portions of RGB colors in percentages

R + G + B =
203 + 72 + 58 = 333 (100%)
R 203 of 333 ~ 60.96%
G 72 of 333 ~ 21.62%
B 58 of 333 ~ 17.42%

%60.96
%21.62
%17.42

CMYK color model

#CB483A color CMYK value is (0,65,71,20).

  • cyan value is 0.00%
  • magenta value is 64.53%
  • yellow value is 71.43%
  • key color value is 20.39%
CMYK:
(0,65,71,20)
C0M65Y71K20 
(0%,65%,71%,20%)
(0.00/0.65/0.71/0.20)	

CMYK percentages

%0
%64.53
%71.43
%20.39

Codes

Color #CB483A in popluar color models

CB483A
RGB2037258
HSL58.23%51.18%
HSB/HSV71.43%79.61%
CMYK0.00%64.53%71.43%
20.39%

Color #CB483A in popluar number systems.

HEXCB483A
Decimal2037258
Binary110010111001000111010
Octal31311072

Shades and tints

Shades of #CB483A

#CB483A
(203,72,58)
#B94235
(185,66,53)
#A73C30
(167,60,48)
#95362B
(149,54,43)
#833026
(131,48,38)
#712A21
(113,42,33)
#5F241C
(95,36,28)
#4D1E17
(77,30,23)
#3B1812
(59,24,18)
#29120D
(41,18,13)
#170C08
(23,12,8)
#000000
(0,0,0)

Tints of #CB483A

#CB483A
(203,72,58)
#CF584B
(207,88,75)
#D3685C
(211,104,92)
#D7786D
(215,120,109)
#DB887E
(219,136,126)
#DF988F
(223,152,143)
#E3A8A0
(227,168,160)
#E7B8B1
(231,184,177)
#EBC8C2
(235,200,194)
#EFD8D3
(239,216,211)
#F3E8E4
(243,232,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB483A color. Also use rgb(203,72,58) instead hex code.

Text Font Color

.myTextColor { color: #CB483A; }

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

This text font color is #CB483A.


Background Color

.myBgColor { background-color: #CB483A; }

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

This div background color is #CB483A.


Border color

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

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

This div border color is #CB483A.


Opacity

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

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

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

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

This text has shadow with #CB483A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB483A on black background.


Color preview on white background

This text has color #CB483A on white background.



Black color preview on #CB483A background

This text has black color on #CB483A background.


White color preview on #CB483A background

This text has white color on #CB483A background.