COLOR #356E29

HEX: #356E29 RGB: (53,110,41)

Color info

#356E29 contains mainly red and green colors. Web safe color of #356E29 is #336633 (or #363).

RGB color model

#356E29 color RGB value is (53,110,41).

RGB: (53,110,41) (21%, 43%, 16%)

RGB channels and saturation

R 53 of 255 = 21%
G 110 of 255 = 43%
B 41 of 255 = 16%

53
110
41

R + G + B ~ 27%. #356E29 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 110 + 41 = 204 (100%)
R 53 of 204 ~ 25.98%
G 110 of 204 ~ 53.92%
B 41 of 204 ~ 20.1'%

%25.98
%53.92
%20.1

CMYK color model

#356E29 color CMYK value is (52,0,63,57).

  • cyan value is 51.82%
  • magenta value is 0.00%
  • yellow value is 62.73%
  • key color value is 56.86%

CMYK: (52,0,63,57)
C52M0Y63K57 (52%, 0%, 63%, 57%)
(0.52 / 0.00 / 0.63 / 0.57)

CMYK percentages

%51.82
%0
%62.73
%56.86

Codes

Color #356E29 in popluar color models

35 6E 29
RGB 53 110 41
HSL 110° 45.70% 29.61%
HSB/HSV 110° 62.73% 43.14%
CMYK 51.82% 0.00% 62.73%
56.86%

Color #356E29 in popluar number systems.

HEX 35 6E 29
Decimal 53 110 41
Binary 110101 1101110 101001
Octal 65 156 51

Shades and tints

Shades of #356E29

#356E29
(53,110,41)
#316426
(49,100,38)
#2D5A23
(45,90,35)
#295020
(41,80,32)
#25461D
(37,70,29)
#213C1A
(33,60,26)
#1D3217
(29,50,23)
#192814
(25,40,20)
#151E11
(21,30,17)
#11140E
(17,20,14)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #356E29

#356E29
(53,110,41)
#477B3C
(71,123,60)
#59884F
(89,136,79)
#6B9562
(107,149,98)
#7DA275
(125,162,117)
#8FAF88
(143,175,136)
#A1BC9B
(161,188,155)
#B3C9AE
(179,201,174)
#C5D6C1
(197,214,193)
#D7E3D4
(215,227,212)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356E29 color. Also use rgb(53,110,41) instead hex code.

Text Font Color

.myTextColor { color: #356E29; }

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

This text font color is #356E29.

Background Color

.myBgColor { background-color: #356E29; }

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

This div background color is #356E29.

Border color

.myBorderColor { border: 1px solid #356E29; }

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

This div border color is #356E29.

Opacity

.myOpacity80 { color: #356E29; opacity: 0.8; }

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

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

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

This text has shadow with #356E29 color.


.textShadow {text-shadow: 3px 3px 1px #356E29', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #356E29; -webkit-box-shadow: 1px 1px 3px 2px #356E29; box-shadow:1px 1px 3px 2px #356E29;">
Div content here
</div>

This div box has shadow with color #356E29.

Preview

Color preview on black background

This text has color #356E29 on black background.


Color preview on white background

This text has color #356E29 on white background.


Black color preview on #356E29 background

This text has black color on #356E29 background.


White color preview on #356E29 background

This text has white color on #356E29 background.


Related colors

Complementary color

Complementary color for #hex is #CA91D6.


I love getcolorcode.com

Triadic colors

1 #29356E and #6E2935 with #356E29 are triadic colors.

2 #296E35 and #6E3529 with #356E29 are triadic colors.