COLOR #CB6518

HEX: #CB6518
RGB: (203,101,24)

Color info

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

RGB color model

#CB6518 color RGB value is (203,101,24).

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

RGB channels and saturation

R 203 of 255 = 80%
G 101 of 255 = 40%
B 24 of 255 = 9%

203
101
24

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

Portions of RGB colors in percentages

R + G + B =
203 + 101 + 24 = 328 (100%)
R 203 of 328 ~ 61.89%
G 101 of 328 ~ 30.79%
B 24 of 328 ~ 7.32%

%61.89
%30.79

CMYK color model

#CB6518 color CMYK value is (0,50,88,20).

  • cyan value is 0.00%
  • magenta value is 50.25%
  • yellow value is 88.18%
  • key color value is 20.39%
CMYK:
(0,50,88,20)
C0M50Y88K20 
(0%,50%,88%,20%)
(0.00/0.50/0.88/0.20)	

CMYK percentages

%0
%50.25
%88.18
%20.39

Codes

Color #CB6518 in popluar color models

CB6518
RGB20310124
HSL26°78.85%44.51%
HSB/HSV26°88.18%79.61%
CMYK0.00%50.25%88.18%
20.39%

Color #CB6518 in popluar number systems.

HEXCB6518
Decimal20310124
Binary11001011110010111000
Octal31314530

Shades and tints

Shades of #CB6518

#CB6518
(203,101,24)
#B95C16
(185,92,22)
#A75314
(167,83,20)
#954A12
(149,74,18)
#834110
(131,65,16)
#71380E
(113,56,14)
#5F2F0C
(95,47,12)
#4D260A
(77,38,10)
#3B1D08
(59,29,8)
#291406
(41,20,6)
#170B04
(23,11,4)
#000000
(0,0,0)

Tints of #CB6518

#CB6518
(203,101,24)
#CF732D
(207,115,45)
#D38142
(211,129,66)
#D78F57
(215,143,87)
#DB9D6C
(219,157,108)
#DFAB81
(223,171,129)
#E3B996
(227,185,150)
#E7C7AB
(231,199,171)
#EBD5C0
(235,213,192)
#EFE3D5
(239,227,213)
#F3F1EA
(243,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CB6518; }

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

This text font color is #CB6518.


Background Color

.myBgColor { background-color: #CB6518; }

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

This div background color is #CB6518.


Border color

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

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

This div border color is #CB6518.


Opacity

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

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

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

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

This text has shadow with #CB6518 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB6518 on black background.


Color preview on white background

This text has color #CB6518 on white background.



Black color preview on #CB6518 background

This text has black color on #CB6518 background.


White color preview on #CB6518 background

This text has white color on #CB6518 background.