COLOR #C29F33

HEX: #C29F33
RGB: (194,159,51)

Color info

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

RGB color model

#C29F33 color RGB value is (194,159,51).

  • red value is 194;
  • green value is 159;
  • blue value is 51.
RGB:
(194,159,51)
(76%,62%,20%)

RGB channels and saturation

R 194 of 255 = 76%
G 159 of 255 = 62%
B 51 of 255 = 20%

194
159
51

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

Portions of RGB colors in percentages

R + G + B =
194 + 159 + 51 = 404 (100%)
R 194 of 404 ~ 48.02%
G 159 of 404 ~ 39.36%
B 51 of 404 ~ 12.62%

%48.02
%39.36
%12.62

CMYK color model

#C29F33 color CMYK value is (0,18,74,24).

  • cyan value is 0.00%
  • magenta value is 18.04%
  • yellow value is 73.71%
  • key color value is 23.92%
CMYK:
(0,18,74,24)
C0M18Y74K24 
(0%,18%,74%,24%)
(0.00/0.18/0.74/0.24)	

CMYK percentages

%0
%18.04
%73.71
%23.92

Codes

Color #C29F33 in popluar color models

C29F33
RGB19415951
HSL45°58.37%48.04%
HSB/HSV45°73.71%76.08%
CMYK0.00%18.04%73.71%
23.92%

Color #C29F33 in popluar number systems.

HEXC29F33
Decimal19415951
Binary1100001010011111110011
Octal30223763

Shades and tints

Shades of #C29F33

#C29F33
(194,159,51)
#B1912F
(177,145,47)
#A0832B
(160,131,43)
#8F7527
(143,117,39)
#7E6723
(126,103,35)
#6D591F
(109,89,31)
#5C4B1B
(92,75,27)
#4B3D17
(75,61,23)
#3A2F13
(58,47,19)
#29210F
(41,33,15)
#18130B
(24,19,11)
#000000
(0,0,0)

Tints of #C29F33

#C29F33
(194,159,51)
#C7A745
(199,167,69)
#CCAF57
(204,175,87)
#D1B769
(209,183,105)
#D6BF7B
(214,191,123)
#DBC78D
(219,199,141)
#E0CF9F
(224,207,159)
#E5D7B1
(229,215,177)
#EADFC3
(234,223,195)
#EFE7D5
(239,231,213)
#F4EFE7
(244,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29F33 color. Also use rgb(194,159,51) instead hex code.

Text Font Color

.myTextColor { color: #C29F33; }

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

This text font color is #C29F33.


Background Color

.myBgColor { background-color: #C29F33; }

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

This div background color is #C29F33.


Border color

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

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

This div border color is #C29F33.


Opacity

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

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

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

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

This text has shadow with #C29F33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29F33 on black background.


Color preview on white background

This text has color #C29F33 on white background.



Black color preview on #C29F33 background

This text has black color on #C29F33 background.


White color preview on #C29F33 background

This text has white color on #C29F33 background.