COLOR #C2973F

HEX: #C2973F
RGB: (194,151,63)

Color info

#C2973F contains mainly red and green colors. Web safe color of #C2973F is #CC9933 (or #C93).

RGB color model

#C2973F color RGB value is (194,151,63).

  • red value is 194;
  • green value is 151;
  • blue value is 63.
RGB:
(194,151,63)
(76%,59%,25%)

RGB channels and saturation

R 194 of 255 = 76%
G 151 of 255 = 59%
B 63 of 255 = 25%

194
151
63

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

Portions of RGB colors in percentages

R + G + B =
194 + 151 + 63 = 408 (100%)
R 194 of 408 ~ 47.55%
G 151 of 408 ~ 37.01%
B 63 of 408 ~ 15.44%

%47.55
%37.01
%15.44

CMYK color model

#C2973F color CMYK value is (0,22,68,24).

  • cyan value is 0.00%
  • magenta value is 22.16%
  • yellow value is 67.53%
  • key color value is 23.92%
CMYK:
(0,22,68,24)
C0M22Y68K24 
(0%,22%,68%,24%)
(0.00/0.22/0.68/0.24)	

CMYK percentages

%0
%22.16
%67.53
%23.92

Codes

Color #C2973F in popluar color models

C2973F
RGB19415163
HSL40°51.78%50.39%
HSB/HSV40°67.53%76.08%
CMYK0.00%22.16%67.53%
23.92%

Color #C2973F in popluar number systems.

HEXC2973F
Decimal19415163
Binary1100001010010111111111
Octal30222777

Shades and tints

Shades of #C2973F

#C2973F
(194,151,63)
#B18A3A
(177,138,58)
#A07D35
(160,125,53)
#8F7030
(143,112,48)
#7E632B
(126,99,43)
#6D5626
(109,86,38)
#5C4921
(92,73,33)
#4B3C1C
(75,60,28)
#3A2F17
(58,47,23)
#292212
(41,34,18)
#18150D
(24,21,13)
#000000
(0,0,0)

Tints of #C2973F

#C2973F
(194,151,63)
#C7A050
(199,160,80)
#CCA961
(204,169,97)
#D1B272
(209,178,114)
#D6BB83
(214,187,131)
#DBC494
(219,196,148)
#E0CDA5
(224,205,165)
#E5D6B6
(229,214,182)
#EADFC7
(234,223,199)
#EFE8D8
(239,232,216)
#F4F1E9
(244,241,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2973F color. Also use rgb(194,151,63) instead hex code.

Text Font Color

.myTextColor { color: #C2973F; }

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

This text font color is #C2973F.


Background Color

.myBgColor { background-color: #C2973F; }

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

This div background color is #C2973F.


Border color

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

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

This div border color is #C2973F.


Opacity

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

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

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

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

This text has shadow with #C2973F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2973F on black background.


Color preview on white background

This text has color #C2973F on white background.



Black color preview on #C2973F background

This text has black color on #C2973F background.


White color preview on #C2973F background

This text has white color on #C2973F background.