COLOR #C4984D

HEX: #C4984D
RGB: (196,152,77)

Color info

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

RGB color model

#C4984D color RGB value is (196,152,77).

  • red value is 196;
  • green value is 152;
  • blue value is 77.
RGB:
(196,152,77)
(77%,60%,30%)

RGB channels and saturation

R 196 of 255 = 77%
G 152 of 255 = 60%
B 77 of 255 = 30%

196
152
77

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

Portions of RGB colors in percentages

R + G + B =
196 + 152 + 77 = 425 (100%)
R 196 of 425 ~ 46.12%
G 152 of 425 ~ 35.76%
B 77 of 425 ~ 18.12%

%46.12
%35.76
%18.12

CMYK color model

#C4984D color CMYK value is (0,22,61,23).

  • cyan value is 0.00%
  • magenta value is 22.45%
  • yellow value is 60.71%
  • key color value is 23.14%
CMYK:
(0,22,61,23)
C0M22Y61K23 
(0%,22%,61%,23%)
(0.00/0.22/0.61/0.23)	

CMYK percentages

%0
%22.45
%60.71
%23.14

Codes

Color #C4984D in popluar color models

C4984D
RGB19615277
HSL38°50.21%53.53%
HSB/HSV38°60.71%76.86%
CMYK0.00%22.45%60.71%
23.14%

Color #C4984D in popluar number systems.

HEXC4984D
Decimal19615277
Binary11000100100110001001101
Octal304230115

Shades and tints

Shades of #C4984D

#C4984D
(196,152,77)
#B38B46
(179,139,70)
#A27E3F
(162,126,63)
#917138
(145,113,56)
#806431
(128,100,49)
#6F572A
(111,87,42)
#5E4A23
(94,74,35)
#4D3D1C
(77,61,28)
#3C3015
(60,48,21)
#2B230E
(43,35,14)
#1A1607
(26,22,7)
#000000
(0,0,0)

Tints of #C4984D

#C4984D
(196,152,77)
#C9A15D
(201,161,93)
#CEAA6D
(206,170,109)
#D3B37D
(211,179,125)
#D8BC8D
(216,188,141)
#DDC59D
(221,197,157)
#E2CEAD
(226,206,173)
#E7D7BD
(231,215,189)
#ECE0CD
(236,224,205)
#F1E9DD
(241,233,221)
#F6F2ED
(246,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4984D color. Also use rgb(196,152,77) instead hex code.

Text Font Color

.myTextColor { color: #C4984D; }

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

This text font color is #C4984D.


Background Color

.myBgColor { background-color: #C4984D; }

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

This div background color is #C4984D.


Border color

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

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

This div border color is #C4984D.


Opacity

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

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

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

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

This text has shadow with #C4984D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4984D on black background.


Color preview on white background

This text has color #C4984D on white background.



Black color preview on #C4984D background

This text has black color on #C4984D background.


White color preview on #C4984D background

This text has white color on #C4984D background.