COLOR #CB3D19

HEX: #CB3D19
RGB: (203,61,25)

Color info

#CB3D19 contains mainly red color. Web safe color of #CB3D19 is #CC3300 (or #C30).

RGB color model

#CB3D19 color RGB value is (203,61,25).

  • red value is 203;
  • green value is 61;
  • blue value is 25.
RGB:
(203,61,25)
(80%,24%,10%)

RGB channels and saturation

R 203 of 255 = 80%
G 61 of 255 = 24%
B 25 of 255 = 10%

203
61
25

R + G + B ~ 38%. #CB3D19 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
203 + 61 + 25 = 289 (100%)
R 203 of 289 ~ 70.24%
G 61 of 289 ~ 21.11%
B 25 of 289 ~ 8.65%

%70.24
%21.11

CMYK color model

#CB3D19 color CMYK value is (0,70,88,20).

  • cyan value is 0.00%
  • magenta value is 69.95%
  • yellow value is 87.68%
  • key color value is 20.39%
CMYK:
(0,70,88,20)
C0M70Y88K20 
(0%,70%,88%,20%)
(0.00/0.70/0.88/0.20)	

CMYK percentages

%0
%69.95
%87.68
%20.39

Codes

Color #CB3D19 in popluar color models

CB3D19
RGB2036125
HSL12°78.07%44.71%
HSB/HSV12°87.68%79.61%
CMYK0.00%69.95%87.68%
20.39%

Color #CB3D19 in popluar number systems.

HEXCB3D19
Decimal2036125
Binary1100101111110111001
Octal3137531

Shades and tints

Shades of #CB3D19

#CB3D19
(203,61,25)
#B93817
(185,56,23)
#A73315
(167,51,21)
#952E13
(149,46,19)
#832911
(131,41,17)
#71240F
(113,36,15)
#5F1F0D
(95,31,13)
#4D1A0B
(77,26,11)
#3B1509
(59,21,9)
#291007
(41,16,7)
#170B05
(23,11,5)
#000000
(0,0,0)

Tints of #CB3D19

#CB3D19
(203,61,25)
#CF4E2D
(207,78,45)
#D35F41
(211,95,65)
#D77055
(215,112,85)
#DB8169
(219,129,105)
#DF927D
(223,146,125)
#E3A391
(227,163,145)
#E7B4A5
(231,180,165)
#EBC5B9
(235,197,185)
#EFD6CD
(239,214,205)
#F3E7E1
(243,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB3D19 color. Also use rgb(203,61,25) instead hex code.

Text Font Color

.myTextColor { color: #CB3D19; }

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

This text font color is #CB3D19.


Background Color

.myBgColor { background-color: #CB3D19; }

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

This div background color is #CB3D19.


Border color

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

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

This div border color is #CB3D19.


Opacity

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

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

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

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

This text has shadow with #CB3D19 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB3D19 on black background.


Color preview on white background

This text has color #CB3D19 on white background.



Black color preview on #CB3D19 background

This text has black color on #CB3D19 background.


White color preview on #CB3D19 background

This text has white color on #CB3D19 background.