COLOR #CB703F

HEX: #CB703F
RGB: (203,112,63)

Color info

#CB703F contains mainly red color. Web safe color of #CB703F is #CC6633 (or #C63).

RGB color model

#CB703F color RGB value is (203,112,63).

  • red value is 203;
  • green value is 112;
  • blue value is 63.
RGB:
(203,112,63)
(80%,44%,25%)

RGB channels and saturation

R 203 of 255 = 80%
G 112 of 255 = 44%
B 63 of 255 = 25%

203
112
63

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

Portions of RGB colors in percentages

R + G + B =
203 + 112 + 63 = 378 (100%)
R 203 of 378 ~ 53.7%
G 112 of 378 ~ 29.63%
B 63 of 378 ~ 16.67%

%53.7
%29.63
%16.67

CMYK color model

#CB703F color CMYK value is (0,45,69,20).

  • cyan value is 0.00%
  • magenta value is 44.83%
  • yellow value is 68.97%
  • key color value is 20.39%
CMYK:
(0,45,69,20)
C0M45Y69K20 
(0%,45%,69%,20%)
(0.00/0.45/0.69/0.20)	

CMYK percentages

%0
%44.83
%68.97
%20.39

Codes

Color #CB703F in popluar color models

CB703F
RGB20311263
HSL21°57.38%52.16%
HSB/HSV21°68.97%79.61%
CMYK0.00%44.83%68.97%
20.39%

Color #CB703F in popluar number systems.

HEXCB703F
Decimal20311263
Binary110010111110000111111
Octal31316077

Shades and tints

Shades of #CB703F

#CB703F
(203,112,63)
#B9663A
(185,102,58)
#A75C35
(167,92,53)
#955230
(149,82,48)
#83482B
(131,72,43)
#713E26
(113,62,38)
#5F3421
(95,52,33)
#4D2A1C
(77,42,28)
#3B2017
(59,32,23)
#291612
(41,22,18)
#170C0D
(23,12,13)
#000000
(0,0,0)

Tints of #CB703F

#CB703F
(203,112,63)
#CF7D50
(207,125,80)
#D38A61
(211,138,97)
#D79772
(215,151,114)
#DBA483
(219,164,131)
#DFB194
(223,177,148)
#E3BEA5
(227,190,165)
#E7CBB6
(231,203,182)
#EBD8C7
(235,216,199)
#EFE5D8
(239,229,216)
#F3F2E9
(243,242,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CB703F color. Also use rgb(203,112,63) instead hex code.

Text Font Color

.myTextColor { color: #CB703F; }

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

This text font color is #CB703F.


Background Color

.myBgColor { background-color: #CB703F; }

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

This div background color is #CB703F.


Border color

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

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

This div border color is #CB703F.


Opacity

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

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

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

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

This text has shadow with #CB703F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CB703F on black background.


Color preview on white background

This text has color #CB703F on white background.



Black color preview on #CB703F background

This text has black color on #CB703F background.


White color preview on #CB703F background

This text has white color on #CB703F background.