COLOR #358A29

HEX: #358A29
RGB: (53,138,41)

Color info

#358A29 contains mainly green color. Web safe color of #358A29 is #339933 (or #393).

RGB color model

#358A29 color RGB value is (53,138,41).

  • red value is 53;
  • green value is 138;
  • blue value is 41.
RGB:
(53,138,41)
(21%,54%,16%)

RGB channels and saturation

R 53 of 255 = 21%
G 138 of 255 = 54%
B 41 of 255 = 16%

53
138
41

R + G + B ~ 30%. #358A29 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 138 + 41 = 232 (100%)
R 53 of 232 ~ 22.84%
G 138 of 232 ~ 59.48%
B 41 of 232 ~ 17.67%

%22.84
%59.48
%17.67

CMYK color model

#358A29 color CMYK value is (62,0,70,46).

  • cyan value is 61.59%
  • magenta value is 0.00%
  • yellow value is 70.29%
  • key color value is 45.88%
CMYK:
(62,0,70,46)
C62M0Y70K46 
(62%,0%,70%,46%)
(0.62/0.00/0.70/0.46)	

CMYK percentages

%61.59
%0
%70.29
%45.88

Codes

Color #358A29 in popluar color models

358A29
RGB5313841
HSL113°54.19%35.10%
HSB/HSV113°70.29%54.12%
CMYK61.59%0.00%70.29%
45.88%

Color #358A29 in popluar number systems.

HEX358A29
Decimal5313841
Binary11010110001010101001
Octal6521251

Shades and tints

Shades of #358A29

#358A29
(53,138,41)
#317E26
(49,126,38)
#2D7223
(45,114,35)
#296620
(41,102,32)
#255A1D
(37,90,29)
#214E1A
(33,78,26)
#1D4217
(29,66,23)
#193614
(25,54,20)
#152A11
(21,42,17)
#111E0E
(17,30,14)
#0D120B
(13,18,11)
#000000
(0,0,0)

Tints of #358A29

#358A29
(53,138,41)
#47943C
(71,148,60)
#599E4F
(89,158,79)
#6BA862
(107,168,98)
#7DB275
(125,178,117)
#8FBC88
(143,188,136)
#A1C69B
(161,198,155)
#B3D0AE
(179,208,174)
#C5DAC1
(197,218,193)
#D7E4D4
(215,228,212)
#E9EEE7
(233,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #358A29 color. Also use rgb(53,138,41) instead hex code.

Text Font Color

.myTextColor { color: #358A29; }

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

This text font color is #358A29.


Background Color

.myBgColor { background-color: #358A29; }

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

This div background color is #358A29.


Border color

.myBorderColor { border: 1px solid #358A29; }

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

This div border color is #358A29.


Opacity

.myOpacity80 { color: #358A29; opacity: 0.8; }

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

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

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

This text has shadow with #358A29 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358A29 on black background.


Color preview on white background

This text has color #358A29 on white background.



Black color preview on #358A29 background

This text has black color on #358A29 background.


White color preview on #358A29 background

This text has white color on #358A29 background.