COLOR #C4904A

HEX: #C4904A RGB: (196,144,74)

Color info

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

RGB color model

#C4904A color RGB value is (196,144,74).

RGB: (196,144,74) (77%, 56%, 29%)

RGB channels and saturation

R 196 of 255 = 77%
G 144 of 255 = 56%
B 74 of 255 = 29%

196
144
74

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

Portions of RGB colors in percentages

R + G + B = 196 + 144 + 74 = 414 (100%)
R 196 of 414 ~ 47.34%
G 144 of 414 ~ 34.78%
B 74 of 414 ~ 17.87'%

%47.34
%34.78
%17.87

CMYK color model

#C4904A color CMYK value is (0,27,62,23).

  • cyan value is 0.00%
  • magenta value is 26.53%
  • yellow value is 62.24%
  • key color value is 23.14%

CMYK: (0,27,62,23)
C0M27Y62K23 (0%, 27%, 62%, 23%)
(0.00 / 0.27 / 0.62 / 0.23)

CMYK percentages

%0
%26.53
%62.24
%23.14

Codes

Color #C4904A in popluar color models

C4 90 4A
RGB 196 144 74
HSL 34° 50.83% 52.94%
HSB/HSV 34° 62.24% 76.86%
CMYK 0.00% 26.53% 62.24%
23.14%

Color #C4904A in popluar number systems.

HEX C4 90 4A
Decimal 196 144 74
Binary 11000100 10010000 1001010
Octal 304 220 112

Shades and tints

Shades of #C4904A

#C4904A
(196,144,74)
#B38344
(179,131,68)
#A2763E
(162,118,62)
#916938
(145,105,56)
#805C32
(128,92,50)
#6F4F2C
(111,79,44)
#5E4226
(94,66,38)
#4D3520
(77,53,32)
#3C281A
(60,40,26)
#2B1B14
(43,27,20)
#1A0E0E
(26,14,14)
#000000
(0,0,0)

Tints of #C4904A

#C4904A
(196,144,74)
#C99A5A
(201,154,90)
#CEA46A
(206,164,106)
#D3AE7A
(211,174,122)
#D8B88A
(216,184,138)
#DDC29A
(221,194,154)
#E2CCAA
(226,204,170)
#E7D6BA
(231,214,186)
#ECE0CA
(236,224,202)
#F1EADA
(241,234,218)
#F6F4EA
(246,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4904A color. Also use rgb(196,144,74) instead hex code.

Text Font Color

.myTextColor { color: #C4904A; }

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

This text font color is #C4904A.

Background Color

.myBgColor { background-color: #C4904A; }

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

This div background color is #C4904A.

Border color

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

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

This div border color is #C4904A.

Opacity

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

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

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

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

This text has shadow with #C4904A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4904A.

Preview

Color preview on black background

This text has color #C4904A on black background.


Color preview on white background

This text has color #C4904A on white background.


Black color preview on #C4904A background

This text has black color on #C4904A background.


White color preview on #C4904A background

This text has white color on #C4904A background.


Related colors

Complementary color

Complementary color for #hex is #3B6FB5.


I love getcolorcode.com

Triadic colors

1 #4AC490 and #904AC4 with #C4904A are triadic colors.

2 #4A90C4 and #90C44A with #C4904A are triadic colors.