COLOR #C29843

HEX: #C29843
RGB: (194,152,67)

Color info

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

RGB color model

#C29843 color RGB value is (194,152,67).

  • red value is 194;
  • green value is 152;
  • blue value is 67.
RGB:
(194,152,67)
(76%,60%,26%)

RGB channels and saturation

R 194 of 255 = 76%
G 152 of 255 = 60%
B 67 of 255 = 26%

194
152
67

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

Portions of RGB colors in percentages

R + G + B =
194 + 152 + 67 = 413 (100%)
R 194 of 413 ~ 46.97%
G 152 of 413 ~ 36.8%
B 67 of 413 ~ 16.22%

%46.97
%36.8
%16.22

CMYK color model

#C29843 color CMYK value is (0,22,65,24).

  • cyan value is 0.00%
  • magenta value is 21.65%
  • yellow value is 65.46%
  • key color value is 23.92%
CMYK:
(0,22,65,24)
C0M22Y65K24 
(0%,22%,65%,24%)
(0.00/0.22/0.65/0.24)	

CMYK percentages

%0
%21.65
%65.46
%23.92

Codes

Color #C29843 in popluar color models

C29843
RGB19415267
HSL40°51.00%51.18%
HSB/HSV40°65.46%76.08%
CMYK0.00%21.65%65.46%
23.92%

Color #C29843 in popluar number systems.

HEXC29843
Decimal19415267
Binary11000010100110001000011
Octal302230103

Shades and tints

Shades of #C29843

#C29843
(194,152,67)
#B18B3D
(177,139,61)
#A07E37
(160,126,55)
#8F7131
(143,113,49)
#7E642B
(126,100,43)
#6D5725
(109,87,37)
#5C4A1F
(92,74,31)
#4B3D19
(75,61,25)
#3A3013
(58,48,19)
#29230D
(41,35,13)
#181607
(24,22,7)
#000000
(0,0,0)

Tints of #C29843

#C29843
(194,152,67)
#C7A154
(199,161,84)
#CCAA65
(204,170,101)
#D1B376
(209,179,118)
#D6BC87
(214,188,135)
#DBC598
(219,197,152)
#E0CEA9
(224,206,169)
#E5D7BA
(229,215,186)
#EAE0CB
(234,224,203)
#EFE9DC
(239,233,220)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29843 color. Also use rgb(194,152,67) instead hex code.

Text Font Color

.myTextColor { color: #C29843; }

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

This text font color is #C29843.


Background Color

.myBgColor { background-color: #C29843; }

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

This div background color is #C29843.


Border color

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

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

This div border color is #C29843.


Opacity

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

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

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

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

This text has shadow with #C29843 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29843 on black background.


Color preview on white background

This text has color #C29843 on white background.



Black color preview on #C29843 background

This text has black color on #C29843 background.


White color preview on #C29843 background

This text has white color on #C29843 background.