COLOR #29582E

HEX: #29582E
RGB: (41,88,46)

Color info

#29582E contains red, green and blue colors in about the same proportion. Web safe color of #29582E is #336633 (or #363).

RGB color model

#29582E color RGB value is (41,88,46).

  • red value is 41;
  • green value is 88;
  • blue value is 46.
RGB:
(41,88,46)
(16%,35%,18%)

RGB channels and saturation

R 41 of 255 = 16%
G 88 of 255 = 35%
B 46 of 255 = 18%

41
88
46

R + G + B ~ 23%. #29582E is dark color.

Portions of RGB colors in percentages

R + G + B =
41 + 88 + 46 = 175 (100%)
R 41 of 175 ~ 23.43%
G 88 of 175 ~ 50.29%
B 46 of 175 ~ 26.29%

%23.43
%50.29
%26.29

CMYK color model

#29582E color CMYK value is (53,0,48,65).

  • cyan value is 53.41%
  • magenta value is 0.00%
  • yellow value is 47.73%
  • key color value is 65.49%
CMYK:
(53,0,48,65)
C53M0Y48K65 
(53%,0%,48%,65%)
(0.53/0.00/0.48/0.65)	

CMYK percentages

%53.41
%0
%47.73
%65.49

Codes

Color #29582E in popluar color models

29582E
RGB418846
HSL126°36.43%25.29%
HSB/HSV126°53.41%34.51%
CMYK53.41%0.00%47.73%
65.49%

Color #29582E in popluar number systems.

HEX29582E
Decimal418846
Binary1010011011000101110
Octal5113056

Shades and tints

Shades of #29582E

#29582E
(41,88,46)
#26502A
(38,80,42)
#234826
(35,72,38)
#204022
(32,64,34)
#1D381E
(29,56,30)
#1A301A
(26,48,26)
#172816
(23,40,22)
#142012
(20,32,18)
#11180E
(17,24,14)
#0E100A
(14,16,10)
#0B0806
(11,8,6)
#000000
(0,0,0)

Tints of #29582E

#29582E
(41,88,46)
#3C6741
(60,103,65)
#4F7654
(79,118,84)
#628567
(98,133,103)
#75947A
(117,148,122)
#88A38D
(136,163,141)
#9BB2A0
(155,178,160)
#AEC1B3
(174,193,179)
#C1D0C6
(193,208,198)
#D4DFD9
(212,223,217)
#E7EEEC
(231,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29582E color. Also use rgb(41,88,46) instead hex code.

Text Font Color

.myTextColor { color: #29582E; }

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

This text font color is #29582E.


Background Color

.myBgColor { background-color: #29582E; }

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

This div background color is #29582E.


Border color

.myBorderColor { border: 1px solid #29582E; }

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

This div border color is #29582E.


Opacity

.myOpacity80 { color: #29582E; opacity: 0.8; }

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

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

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

This text has shadow with #29582E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29582E on black background.


Color preview on white background

This text has color #29582E on white background.



Black color preview on #29582E background

This text has black color on #29582E background.


White color preview on #29582E background

This text has white color on #29582E background.