COLOR #C4950D

HEX: #C4950D
RGB: (196,149,13)

Color info

#C4950D contains mainly red and green colors. Web safe color of #C4950D is #CC9900 (or #C90).

RGB color model

#C4950D color RGB value is (196,149,13).

  • red value is 196;
  • green value is 149;
  • blue value is 13.
RGB:
(196,149,13)
(77%,58%,5%)

RGB channels and saturation

R 196 of 255 = 77%
G 149 of 255 = 58%
B 13 of 255 = 5%

196
149
13

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

Portions of RGB colors in percentages

R + G + B =
196 + 149 + 13 = 358 (100%)
R 196 of 358 ~ 54.75%
G 149 of 358 ~ 41.62%
B 13 of 358 ~ 3.63%

%54.75
%41.62

CMYK color model

#C4950D color CMYK value is (0,24,93,23).

  • cyan value is 0.00%
  • magenta value is 23.98%
  • yellow value is 93.37%
  • key color value is 23.14%
CMYK:
(0,24,93,23)
C0M24Y93K23 
(0%,24%,93%,23%)
(0.00/0.24/0.93/0.23)	

CMYK percentages

%0
%23.98
%93.37
%23.14

Codes

Color #C4950D in popluar color models

C4950D
RGB19614913
HSL45°87.56%40.98%
HSB/HSV45°93.37%76.86%
CMYK0.00%23.98%93.37%
23.14%

Color #C4950D in popluar number systems.

HEXC4950D
Decimal19614913
Binary11000100100101011101
Octal30422515

Shades and tints

Shades of #C4950D

#C4950D
(196,149,13)
#B3880C
(179,136,12)
#A27B0B
(162,123,11)
#916E0A
(145,110,10)
#806109
(128,97,9)
#6F5408
(111,84,8)
#5E4707
(94,71,7)
#4D3A06
(77,58,6)
#3C2D05
(60,45,5)
#2B2004
(43,32,4)
#1A1303
(26,19,3)
#000000
(0,0,0)

Tints of #C4950D

#C4950D
(196,149,13)
#C99E23
(201,158,35)
#CEA739
(206,167,57)
#D3B04F
(211,176,79)
#D8B965
(216,185,101)
#DDC27B
(221,194,123)
#E2CB91
(226,203,145)
#E7D4A7
(231,212,167)
#ECDDBD
(236,221,189)
#F1E6D3
(241,230,211)
#F6EFE9
(246,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4950D color. Also use rgb(196,149,13) instead hex code.

Text Font Color

.myTextColor { color: #C4950D; }

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

This text font color is #C4950D.


Background Color

.myBgColor { background-color: #C4950D; }

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

This div background color is #C4950D.


Border color

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

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

This div border color is #C4950D.


Opacity

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

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

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

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

This text has shadow with #C4950D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4950D on black background.


Color preview on white background

This text has color #C4950D on white background.



Black color preview on #C4950D background

This text has black color on #C4950D background.


White color preview on #C4950D background

This text has white color on #C4950D background.