COLOR #29663C

HEX: #29663C
RGB: (41,102,60)

Color info

#29663C contains mainly green and blue colors. Web safe color of #29663C is #336633 (or #363).

RGB color model

#29663C color RGB value is (41,102,60).

  • red value is 41;
  • green value is 102;
  • blue value is 60.
RGB:
(41,102,60)
(16%,40%,24%)

RGB channels and saturation

R 41 of 255 = 16%
G 102 of 255 = 40%
B 60 of 255 = 24%

41
102
60

R + G + B ~ 27%. #29663C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 102 + 60 = 203 (100%)
R 41 of 203 ~ 20.2%
G 102 of 203 ~ 50.25%
B 60 of 203 ~ 29.56%

%20.2
%50.25
%29.56

CMYK color model

#29663C color CMYK value is (60,0,41,60).

  • cyan value is 59.80%
  • magenta value is 0.00%
  • yellow value is 41.18%
  • key color value is 60.00%
CMYK:
(60,0,41,60)
C60M0Y41K60 
(60%,0%,41%,60%)
(0.60/0.00/0.41/0.60)	

CMYK percentages

%59.8
%0
%41.18
%60

Codes

Color #29663C in popluar color models

29663C
RGB4110260
HSL139°42.66%28.04%
HSB/HSV139°59.80%40.00%
CMYK59.80%0.00%41.18%
60.00%

Color #29663C in popluar number systems.

HEX29663C
Decimal4110260
Binary1010011100110111100
Octal5114674

Shades and tints

Shades of #29663C

#29663C
(41,102,60)
#265D37
(38,93,55)
#235432
(35,84,50)
#204B2D
(32,75,45)
#1D4228
(29,66,40)
#1A3923
(26,57,35)
#17301E
(23,48,30)
#142719
(20,39,25)
#111E14
(17,30,20)
#0E150F
(14,21,15)
#0B0C0A
(11,12,10)
#000000
(0,0,0)

Tints of #29663C

#29663C
(41,102,60)
#3C734D
(60,115,77)
#4F805E
(79,128,94)
#628D6F
(98,141,111)
#759A80
(117,154,128)
#88A791
(136,167,145)
#9BB4A2
(155,180,162)
#AEC1B3
(174,193,179)
#C1CEC4
(193,206,196)
#D4DBD5
(212,219,213)
#E7E8E6
(231,232,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29663C color. Also use rgb(41,102,60) instead hex code.

Text Font Color

.myTextColor { color: #29663C; }

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

This text font color is #29663C.


Background Color

.myBgColor { background-color: #29663C; }

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

This div background color is #29663C.


Border color

.myBorderColor { border: 1px solid #29663C; }

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

This div border color is #29663C.


Opacity

.myOpacity80 { color: #29663C; opacity: 0.8; }

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

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

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

This text has shadow with #29663C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29663C on black background.


Color preview on white background

This text has color #29663C on white background.



Black color preview on #29663C background

This text has black color on #29663C background.


White color preview on #29663C background

This text has white color on #29663C background.