COLOR #CB4B0E

HEX: #CB4B0E
RGB: (203,75,14)

Color info

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

RGB color model

#CB4B0E color RGB value is (203,75,14).

  • red value is 203;
  • green value is 75;
  • blue value is 14.
RGB:
(203,75,14)
(80%,29%,5%)

RGB channels and saturation

R 203 of 255 = 80%
G 75 of 255 = 29%
B 14 of 255 = 5%

203
75
14

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

Portions of RGB colors in percentages

R + G + B =
203 + 75 + 14 = 292 (100%)
R 203 of 292 ~ 69.52%
G 75 of 292 ~ 25.68%
B 14 of 292 ~ 4.79%

%69.52
%25.68

CMYK color model

#CB4B0E color CMYK value is (0,63,93,20).

  • cyan value is 0.00%
  • magenta value is 63.05%
  • yellow value is 93.10%
  • key color value is 20.39%
CMYK:
(0,63,93,20)
C0M63Y93K20 
(0%,63%,93%,20%)
(0.00/0.63/0.93/0.20)	

CMYK percentages

%0
%63.05
%93.1
%20.39

Codes

Color #CB4B0E in popluar color models

CB4B0E
RGB2037514
HSL19°87.10%42.55%
HSB/HSV19°93.10%79.61%
CMYK0.00%63.05%93.10%
20.39%

Color #CB4B0E in popluar number systems.

HEXCB4B0E
Decimal2037514
Binary1100101110010111110
Octal31311316

Shades and tints

Shades of #CB4B0E

#CB4B0E
(203,75,14)
#B9450D
(185,69,13)
#A73F0C
(167,63,12)
#95390B
(149,57,11)
#83330A
(131,51,10)
#712D09
(113,45,9)
#5F2708
(95,39,8)
#4D2107
(77,33,7)
#3B1B06
(59,27,6)
#291505
(41,21,5)
#170F04
(23,15,4)
#000000
(0,0,0)

Tints of #CB4B0E

#CB4B0E
(203,75,14)
#CF5B23
(207,91,35)
#D36B38
(211,107,56)
#D77B4D
(215,123,77)
#DB8B62
(219,139,98)
#DF9B77
(223,155,119)
#E3AB8C
(227,171,140)
#E7BBA1
(231,187,161)
#EBCBB6
(235,203,182)
#EFDBCB
(239,219,203)
#F3EBE0
(243,235,224)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB4B0E color. Also use rgb(203,75,14) instead hex code.

Text Font Color

.myTextColor { color: #CB4B0E; }

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

This text font color is #CB4B0E.


Background Color

.myBgColor { background-color: #CB4B0E; }

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

This div background color is #CB4B0E.


Border color

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

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

This div border color is #CB4B0E.


Opacity

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

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

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

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

This text has shadow with #CB4B0E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB4B0E on black background.


Color preview on white background

This text has color #CB4B0E on white background.



Black color preview on #CB4B0E background

This text has black color on #CB4B0E background.


White color preview on #CB4B0E background

This text has white color on #CB4B0E background.