COLOR #CB5018

HEX: #CB5018
RGB: (203,80,24)

Color info

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

RGB color model

#CB5018 color RGB value is (203,80,24).

  • red value is 203;
  • green value is 80;
  • blue value is 24.
RGB:
(203,80,24)
(80%,31%,9%)

RGB channels and saturation

R 203 of 255 = 80%
G 80 of 255 = 31%
B 24 of 255 = 9%

203
80
24

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

Portions of RGB colors in percentages

R + G + B =
203 + 80 + 24 = 307 (100%)
R 203 of 307 ~ 66.12%
G 80 of 307 ~ 26.06%
B 24 of 307 ~ 7.82%

%66.12
%26.06

CMYK color model

#CB5018 color CMYK value is (0,61,88,20).

  • cyan value is 0.00%
  • magenta value is 60.59%
  • yellow value is 88.18%
  • key color value is 20.39%
CMYK:
(0,61,88,20)
C0M61Y88K20 
(0%,61%,88%,20%)
(0.00/0.61/0.88/0.20)	

CMYK percentages

%0
%60.59
%88.18
%20.39

Codes

Color #CB5018 in popluar color models

CB5018
RGB2038024
HSL19°78.85%44.51%
HSB/HSV19°88.18%79.61%
CMYK0.00%60.59%88.18%
20.39%

Color #CB5018 in popluar number systems.

HEXCB5018
Decimal2038024
Binary11001011101000011000
Octal31312030

Shades and tints

Shades of #CB5018

#CB5018
(203,80,24)
#B94916
(185,73,22)
#A74214
(167,66,20)
#953B12
(149,59,18)
#833410
(131,52,16)
#712D0E
(113,45,14)
#5F260C
(95,38,12)
#4D1F0A
(77,31,10)
#3B1808
(59,24,8)
#291106
(41,17,6)
#170A04
(23,10,4)
#000000
(0,0,0)

Tints of #CB5018

#CB5018
(203,80,24)
#CF5F2D
(207,95,45)
#D36E42
(211,110,66)
#D77D57
(215,125,87)
#DB8C6C
(219,140,108)
#DF9B81
(223,155,129)
#E3AA96
(227,170,150)
#E7B9AB
(231,185,171)
#EBC8C0
(235,200,192)
#EFD7D5
(239,215,213)
#F3E6EA
(243,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB5018 color. Also use rgb(203,80,24) instead hex code.

Text Font Color

.myTextColor { color: #CB5018; }

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

This text font color is #CB5018.


Background Color

.myBgColor { background-color: #CB5018; }

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

This div background color is #CB5018.


Border color

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

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

This div border color is #CB5018.


Opacity

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

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

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

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

This text has shadow with #CB5018 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB5018 on black background.


Color preview on white background

This text has color #CB5018 on white background.



Black color preview on #CB5018 background

This text has black color on #CB5018 background.


White color preview on #CB5018 background

This text has white color on #CB5018 background.