COLOR #29825F

HEX: #29825F
RGB: (41,130,95)

Color info

#29825F contains mainly green and blue colors. Web safe color of #29825F is #339966 (or #396).

RGB color model

#29825F color RGB value is (41,130,95).

  • red value is 41;
  • green value is 130;
  • blue value is 95.
RGB:
(41,130,95)
(16%,51%,37%)

RGB channels and saturation

R 41 of 255 = 16%
G 130 of 255 = 51%
B 95 of 255 = 37%

41
130
95

R + G + B ~ 35%. #29825F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 130 + 95 = 266 (100%)
R 41 of 266 ~ 15.41%
G 130 of 266 ~ 48.87%
B 95 of 266 ~ 35.71%

%15.41
%48.87
%35.71

CMYK color model

#29825F color CMYK value is (68,0,27,49).

  • cyan value is 68.46%
  • magenta value is 0.00%
  • yellow value is 26.92%
  • key color value is 49.02%
CMYK:
(68,0,27,49)
C68M0Y27K49 
(68%,0%,27%,49%)
(0.68/0.00/0.27/0.49)	

CMYK percentages

%68.46
%0
%26.92
%49.02

Codes

Color #29825F in popluar color models

29825F
RGB4113095
HSL156°52.05%33.53%
HSB/HSV156°68.46%50.98%
CMYK68.46%0.00%26.92%
49.02%

Color #29825F in popluar number systems.

HEX29825F
Decimal4113095
Binary101001100000101011111
Octal51202137

Shades and tints

Shades of #29825F

#29825F
(41,130,95)
#267757
(38,119,87)
#236C4F
(35,108,79)
#206147
(32,97,71)
#1D563F
(29,86,63)
#1A4B37
(26,75,55)
#17402F
(23,64,47)
#143527
(20,53,39)
#112A1F
(17,42,31)
#0E1F17
(14,31,23)
#0B140F
(11,20,15)
#000000
(0,0,0)

Tints of #29825F

#29825F
(41,130,95)
#3C8D6D
(60,141,109)
#4F987B
(79,152,123)
#62A389
(98,163,137)
#75AE97
(117,174,151)
#88B9A5
(136,185,165)
#9BC4B3
(155,196,179)
#AECFC1
(174,207,193)
#C1DACF
(193,218,207)
#D4E5DD
(212,229,221)
#E7F0EB
(231,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29825F color. Also use rgb(41,130,95) instead hex code.

Text Font Color

.myTextColor { color: #29825F; }

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

This text font color is #29825F.


Background Color

.myBgColor { background-color: #29825F; }

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

This div background color is #29825F.


Border color

.myBorderColor { border: 1px solid #29825F; }

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

This div border color is #29825F.


Opacity

.myOpacity80 { color: #29825F; opacity: 0.8; }

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

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

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

This text has shadow with #29825F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29825F on black background.


Color preview on white background

This text has color #29825F on white background.



Black color preview on #29825F background

This text has black color on #29825F background.


White color preview on #29825F background

This text has white color on #29825F background.