COLOR #C29A4F

HEX: #C29A4F
RGB: (194,154,79)

Color info

#C29A4F contains mainly red and green colors. Web safe color of #C29A4F is #CC9966 (or #C96).

RGB color model

#C29A4F color RGB value is (194,154,79).

  • red value is 194;
  • green value is 154;
  • blue value is 79.
RGB:
(194,154,79)
(76%,60%,31%)

RGB channels and saturation

R 194 of 255 = 76%
G 154 of 255 = 60%
B 79 of 255 = 31%

194
154
79

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

Portions of RGB colors in percentages

R + G + B =
194 + 154 + 79 = 427 (100%)
R 194 of 427 ~ 45.43%
G 154 of 427 ~ 36.07%
B 79 of 427 ~ 18.5%

%45.43
%36.07
%18.5

CMYK color model

#C29A4F color CMYK value is (0,21,59,24).

  • cyan value is 0.00%
  • magenta value is 20.62%
  • yellow value is 59.28%
  • key color value is 23.92%
CMYK:
(0,21,59,24)
C0M21Y59K24 
(0%,21%,59%,24%)
(0.00/0.21/0.59/0.24)	

CMYK percentages

%0
%20.62
%59.28
%23.92

Codes

Color #C29A4F in popluar color models

C29A4F
RGB19415479
HSL39°48.52%53.53%
HSB/HSV39°59.28%76.08%
CMYK0.00%20.62%59.28%
23.92%

Color #C29A4F in popluar number systems.

HEXC29A4F
Decimal19415479
Binary11000010100110101001111
Octal302232117

Shades and tints

Shades of #C29A4F

#C29A4F
(194,154,79)
#B18C48
(177,140,72)
#A07E41
(160,126,65)
#8F703A
(143,112,58)
#7E6233
(126,98,51)
#6D542C
(109,84,44)
#5C4625
(92,70,37)
#4B381E
(75,56,30)
#3A2A17
(58,42,23)
#291C10
(41,28,16)
#180E09
(24,14,9)
#000000
(0,0,0)

Tints of #C29A4F

#C29A4F
(194,154,79)
#C7A35F
(199,163,95)
#CCAC6F
(204,172,111)
#D1B57F
(209,181,127)
#D6BE8F
(214,190,143)
#DBC79F
(219,199,159)
#E0D0AF
(224,208,175)
#E5D9BF
(229,217,191)
#EAE2CF
(234,226,207)
#EFEBDF
(239,235,223)
#F4F4EF
(244,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29A4F color. Also use rgb(194,154,79) instead hex code.

Text Font Color

.myTextColor { color: #C29A4F; }

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

This text font color is #C29A4F.


Background Color

.myBgColor { background-color: #C29A4F; }

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

This div background color is #C29A4F.


Border color

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

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

This div border color is #C29A4F.


Opacity

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

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

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

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

This text has shadow with #C29A4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29A4F on black background.


Color preview on white background

This text has color #C29A4F on white background.



Black color preview on #C29A4F background

This text has black color on #C29A4F background.


White color preview on #C29A4F background

This text has white color on #C29A4F background.