COLOR #C29A34

HEX: #C29A34
RGB: (194,154,52)

Color info

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

RGB color model

#C29A34 color RGB value is (194,154,52).

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

RGB channels and saturation

R 194 of 255 = 76%
G 154 of 255 = 60%
B 52 of 255 = 20%

194
154
52

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

Portions of RGB colors in percentages

R + G + B =
194 + 154 + 52 = 400 (100%)
R 194 of 400 ~ 48.5%
G 154 of 400 ~ 38.5%
B 52 of 400 ~ 13%

%48.5
%38.5
%13

CMYK color model

#C29A34 color CMYK value is (0,21,73,24).

  • cyan value is 0.00%
  • magenta value is 20.62%
  • yellow value is 73.20%
  • key color value is 23.92%
CMYK:
(0,21,73,24)
C0M21Y73K24 
(0%,21%,73%,24%)
(0.00/0.21/0.73/0.24)	

CMYK percentages

%0
%20.62
%73.2
%23.92

Codes

Color #C29A34 in popluar color models

C29A34
RGB19415452
HSL43°57.72%48.24%
HSB/HSV43°73.20%76.08%
CMYK0.00%20.62%73.20%
23.92%

Color #C29A34 in popluar number systems.

HEXC29A34
Decimal19415452
Binary1100001010011010110100
Octal30223264

Shades and tints

Shades of #C29A34

#C29A34
(194,154,52)
#B18C30
(177,140,48)
#A07E2C
(160,126,44)
#8F7028
(143,112,40)
#7E6224
(126,98,36)
#6D5420
(109,84,32)
#5C461C
(92,70,28)
#4B3818
(75,56,24)
#3A2A14
(58,42,20)
#291C10
(41,28,16)
#180E0C
(24,14,12)
#000000
(0,0,0)

Tints of #C29A34

#C29A34
(194,154,52)
#C7A346
(199,163,70)
#CCAC58
(204,172,88)
#D1B56A
(209,181,106)
#D6BE7C
(214,190,124)
#DBC78E
(219,199,142)
#E0D0A0
(224,208,160)
#E5D9B2
(229,217,178)
#EAE2C4
(234,226,196)
#EFEBD6
(239,235,214)
#F4F4E8
(244,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C29A34; }

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

This text font color is #C29A34.


Background Color

.myBgColor { background-color: #C29A34; }

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

This div background color is #C29A34.


Border color

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

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

This div border color is #C29A34.


Opacity

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

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

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

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

This text has shadow with #C29A34 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29A34 on black background.


Color preview on white background

This text has color #C29A34 on white background.



Black color preview on #C29A34 background

This text has black color on #C29A34 background.


White color preview on #C29A34 background

This text has white color on #C29A34 background.