COLOR #358C35

HEX: #358C35
RGB: (53,140,53)

Color info

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

RGB color model

#358C35 color RGB value is (53,140,53).

  • red value is 53;
  • green value is 140;
  • blue value is 53.
RGB:
(53,140,53)
(21%,55%,21%)

RGB channels and saturation

R 53 of 255 = 21%
G 140 of 255 = 55%
B 53 of 255 = 21%

53
140
53

R + G + B ~ 32%. #358C35 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 140 + 53 = 246 (100%)
R 53 of 246 ~ 21.54%
G 140 of 246 ~ 56.91%
B 53 of 246 ~ 21.54%

%21.54
%56.91
%21.54

CMYK color model

#358C35 color CMYK value is (62,0,62,45).

  • cyan value is 62.14%
  • magenta value is 0.00%
  • yellow value is 62.14%
  • key color value is 45.10%
CMYK:
(62,0,62,45)
C62M0Y62K45 
(62%,0%,62%,45%)
(0.62/0.00/0.62/0.45)	

CMYK percentages

%62.14
%0
%62.14
%45.1

Codes

Color #358C35 in popluar color models

358C35
RGB5314053
HSL120°45.08%37.84%
HSB/HSV120°62.14%54.90%
CMYK62.14%0.00%62.14%
45.10%

Color #358C35 in popluar number systems.

HEX358C35
Decimal5314053
Binary11010110001100110101
Octal6521465

Shades and tints

Shades of #358C35

#358C35
(53,140,53)
#318031
(49,128,49)
#2D742D
(45,116,45)
#296829
(41,104,41)
#255C25
(37,92,37)
#215021
(33,80,33)
#1D441D
(29,68,29)
#193819
(25,56,25)
#152C15
(21,44,21)
#112011
(17,32,17)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #358C35

#358C35
(53,140,53)
#479647
(71,150,71)
#59A059
(89,160,89)
#6BAA6B
(107,170,107)
#7DB47D
(125,180,125)
#8FBE8F
(143,190,143)
#A1C8A1
(161,200,161)
#B3D2B3
(179,210,179)
#C5DCC5
(197,220,197)
#D7E6D7
(215,230,215)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #358C35; }

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

This text font color is #358C35.


Background Color

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

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

This div background color is #358C35.


Border color

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

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

This div border color is #358C35.


Opacity

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

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

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

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

This text has shadow with #358C35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358C35 on black background.


Color preview on white background

This text has color #358C35 on white background.



Black color preview on #358C35 background

This text has black color on #358C35 background.


White color preview on #358C35 background

This text has white color on #358C35 background.