COLOR #C97503

HEX: #C97503
RGB: (201,117,3)

Color info

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

RGB color model

#C97503 color RGB value is (201,117,3).

  • red value is 201;
  • green value is 117;
  • blue value is 3.
RGB:
(201,117,3)
(79%,46%,1%)

RGB channels and saturation

R 201 of 255 = 79%
G 117 of 255 = 46%
B 3 of 255 = 1%

201
117
3

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

Portions of RGB colors in percentages

R + G + B =
201 + 117 + 3 = 321 (100%)
R 201 of 321 ~ 62.62%
G 117 of 321 ~ 36.45%
B 3 of 321 ~ 0.93%

%62.62
%36.45

CMYK color model

#C97503 color CMYK value is (0,42,99,21).

  • cyan value is 0.00%
  • magenta value is 41.79%
  • yellow value is 98.51%
  • key color value is 21.18%
CMYK:
(0,42,99,21)
C0M42Y99K21 
(0%,42%,99%,21%)
(0.00/0.42/0.99/0.21)	

CMYK percentages

%0
%41.79
%98.51
%21.18

Codes

Color #C97503 in popluar color models

C97503
RGB2011173
HSL35°97.06%40.00%
HSB/HSV35°98.51%78.82%
CMYK0.00%41.79%98.51%
21.18%

Color #C97503 in popluar number systems.

HEXC97503
Decimal2011173
Binary11001001111010111
Octal3111653

Shades and tints

Shades of #C97503

#C97503
(201,117,3)
#B76B03
(183,107,3)
#A56103
(165,97,3)
#935703
(147,87,3)
#814D03
(129,77,3)
#6F4303
(111,67,3)
#5D3903
(93,57,3)
#4B2F03
(75,47,3)
#392503
(57,37,3)
#271B03
(39,27,3)
#151103
(21,17,3)
#000000
(0,0,0)

Tints of #C97503

#C97503
(201,117,3)
#CD8119
(205,129,25)
#D18D2F
(209,141,47)
#D59945
(213,153,69)
#D9A55B
(217,165,91)
#DDB171
(221,177,113)
#E1BD87
(225,189,135)
#E5C99D
(229,201,157)
#E9D5B3
(233,213,179)
#EDE1C9
(237,225,201)
#F1EDDF
(241,237,223)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C97503 color. Also use rgb(201,117,3) instead hex code.

Text Font Color

.myTextColor { color: #C97503; }

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

This text font color is #C97503.


Background Color

.myBgColor { background-color: #C97503; }

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

This div background color is #C97503.


Border color

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

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

This div border color is #C97503.


Opacity

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

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

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

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

This text has shadow with #C97503 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C97503 on black background.


Color preview on white background

This text has color #C97503 on white background.



Black color preview on #C97503 background

This text has black color on #C97503 background.


White color preview on #C97503 background

This text has white color on #C97503 background.