COLOR #357E30

HEX: #357E30
RGB: (53,126,48)

Color info

#357E30 contains mainly green color. Web safe color of #357E30 is #336633 (or #363).

RGB color model

#357E30 color RGB value is (53,126,48).

  • red value is 53;
  • green value is 126;
  • blue value is 48.
RGB:
(53,126,48)
(21%,49%,19%)

RGB channels and saturation

R 53 of 255 = 21%
G 126 of 255 = 49%
B 48 of 255 = 19%

53
126
48

R + G + B ~ 30%. #357E30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 126 + 48 = 227 (100%)
R 53 of 227 ~ 23.35%
G 126 of 227 ~ 55.51%
B 48 of 227 ~ 21.15%

%23.35
%55.51
%21.15

CMYK color model

#357E30 color CMYK value is (58,0,62,51).

  • cyan value is 57.94%
  • magenta value is 0.00%
  • yellow value is 61.90%
  • key color value is 50.59%
CMYK:
(58,0,62,51)
C58M0Y62K51 
(58%,0%,62%,51%)
(0.58/0.00/0.62/0.51)	

CMYK percentages

%57.94
%0
%61.9
%50.59

Codes

Color #357E30 in popluar color models

357E30
RGB5312648
HSL116°44.83%34.12%
HSB/HSV116°61.90%49.41%
CMYK57.94%0.00%61.90%
50.59%

Color #357E30 in popluar number systems.

HEX357E30
Decimal5312648
Binary1101011111110110000
Octal6517660

Shades and tints

Shades of #357E30

#357E30
(53,126,48)
#31732C
(49,115,44)
#2D6828
(45,104,40)
#295D24
(41,93,36)
#255220
(37,82,32)
#21471C
(33,71,28)
#1D3C18
(29,60,24)
#193114
(25,49,20)
#152610
(21,38,16)
#111B0C
(17,27,12)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #357E30

#357E30
(53,126,48)
#478942
(71,137,66)
#599454
(89,148,84)
#6B9F66
(107,159,102)
#7DAA78
(125,170,120)
#8FB58A
(143,181,138)
#A1C09C
(161,192,156)
#B3CBAE
(179,203,174)
#C5D6C0
(197,214,192)
#D7E1D2
(215,225,210)
#E9ECE4
(233,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357E30 color. Also use rgb(53,126,48) instead hex code.

Text Font Color

.myTextColor { color: #357E30; }

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

This text font color is #357E30.


Background Color

.myBgColor { background-color: #357E30; }

<div style="background-color:#357E30">Inner text</div>

This div background color is #357E30.


Border color

.myBorderColor { border: 1px solid #357E30; }

<div style="border:3px solid #357E30">Div</div>

This div border color is #357E30.


Opacity

.myOpacity80 { color: #357E30; opacity: 0.8; }

<p style="color:#357E30;opacity:0.8;">80%</p>

Text with #357E30 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 #357E30;}

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

This text has shadow with #357E30 color.

.textShadow {text-shadow: 3px 3px 1px #357E30, 3px 3px 1px red;}

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

This text has shadow with #357E30 primary color and red secondary color.


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

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

This text has shadow with #357E30 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357E30 on black background.


Color preview on white background

This text has color #357E30 on white background.



Black color preview on #357E30 background

This text has black color on #357E30 background.


White color preview on #357E30 background

This text has white color on #357E30 background.