COLOR #C29B39

HEX: #C29B39
RGB: (194,155,57)

Color info

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

RGB color model

#C29B39 color RGB value is (194,155,57).

  • red value is 194;
  • green value is 155;
  • blue value is 57.
RGB:
(194,155,57)
(76%,61%,22%)

RGB channels and saturation

R 194 of 255 = 76%
G 155 of 255 = 61%
B 57 of 255 = 22%

194
155
57

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

Portions of RGB colors in percentages

R + G + B =
194 + 155 + 57 = 406 (100%)
R 194 of 406 ~ 47.78%
G 155 of 406 ~ 38.18%
B 57 of 406 ~ 14.04%

%47.78
%38.18
%14.04

CMYK color model

#C29B39 color CMYK value is (0,20,71,24).

  • cyan value is 0.00%
  • magenta value is 20.10%
  • yellow value is 70.62%
  • key color value is 23.92%
CMYK:
(0,20,71,24)
C0M20Y71K24 
(0%,20%,71%,24%)
(0.00/0.20/0.71/0.24)	

CMYK percentages

%0
%20.1
%70.62
%23.92

Codes

Color #C29B39 in popluar color models

C29B39
RGB19415557
HSL43°54.58%49.22%
HSB/HSV43°70.62%76.08%
CMYK0.00%20.10%70.62%
23.92%

Color #C29B39 in popluar number systems.

HEXC29B39
Decimal19415557
Binary1100001010011011111001
Octal30223371

Shades and tints

Shades of #C29B39

#C29B39
(194,155,57)
#B18D34
(177,141,52)
#A07F2F
(160,127,47)
#8F712A
(143,113,42)
#7E6325
(126,99,37)
#6D5520
(109,85,32)
#5C471B
(92,71,27)
#4B3916
(75,57,22)
#3A2B11
(58,43,17)
#291D0C
(41,29,12)
#180F07
(24,15,7)
#000000
(0,0,0)

Tints of #C29B39

#C29B39
(194,155,57)
#C7A44B
(199,164,75)
#CCAD5D
(204,173,93)
#D1B66F
(209,182,111)
#D6BF81
(214,191,129)
#DBC893
(219,200,147)
#E0D1A5
(224,209,165)
#E5DAB7
(229,218,183)
#EAE3C9
(234,227,201)
#EFECDB
(239,236,219)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29B39 color. Also use rgb(194,155,57) instead hex code.

Text Font Color

.myTextColor { color: #C29B39; }

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

This text font color is #C29B39.


Background Color

.myBgColor { background-color: #C29B39; }

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

This div background color is #C29B39.


Border color

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

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

This div border color is #C29B39.


Opacity

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

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

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

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

This text has shadow with #C29B39 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29B39 on black background.


Color preview on white background

This text has color #C29B39 on white background.



Black color preview on #C29B39 background

This text has black color on #C29B39 background.


White color preview on #C29B39 background

This text has white color on #C29B39 background.