COLOR #357C22

HEX: #357C22
RGB: (53,124,34)

Color info

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

RGB color model

#357C22 color RGB value is (53,124,34).

  • red value is 53;
  • green value is 124;
  • blue value is 34.
RGB:
(53,124,34)
(21%,49%,13%)

RGB channels and saturation

R 53 of 255 = 21%
G 124 of 255 = 49%
B 34 of 255 = 13%

53
124
34

R + G + B ~ 28%. #357C22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 124 + 34 = 211 (100%)
R 53 of 211 ~ 25.12%
G 124 of 211 ~ 58.77%
B 34 of 211 ~ 16.11%

%25.12
%58.77
%16.11

CMYK color model

#357C22 color CMYK value is (57,0,73,51).

  • cyan value is 57.26%
  • magenta value is 0.00%
  • yellow value is 72.58%
  • key color value is 51.37%
CMYK:
(57,0,73,51)
C57M0Y73K51 
(57%,0%,73%,51%)
(0.57/0.00/0.73/0.51)	

CMYK percentages

%57.26
%0
%72.58
%51.37

Codes

Color #357C22 in popluar color models

357C22
RGB5312434
HSL107°56.96%30.98%
HSB/HSV107°72.58%48.63%
CMYK57.26%0.00%72.58%
51.37%

Color #357C22 in popluar number systems.

HEX357C22
Decimal5312434
Binary1101011111100100010
Octal6517442

Shades and tints

Shades of #357C22

#357C22
(53,124,34)
#31711F
(49,113,31)
#2D661C
(45,102,28)
#295B19
(41,91,25)
#255016
(37,80,22)
#214513
(33,69,19)
#1D3A10
(29,58,16)
#192F0D
(25,47,13)
#15240A
(21,36,10)
#111907
(17,25,7)
#0D0E04
(13,14,4)
#000000
(0,0,0)

Tints of #357C22

#357C22
(53,124,34)
#478736
(71,135,54)
#59924A
(89,146,74)
#6B9D5E
(107,157,94)
#7DA872
(125,168,114)
#8FB386
(143,179,134)
#A1BE9A
(161,190,154)
#B3C9AE
(179,201,174)
#C5D4C2
(197,212,194)
#D7DFD6
(215,223,214)
#E9EAEA
(233,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357C22 color. Also use rgb(53,124,34) instead hex code.

Text Font Color

.myTextColor { color: #357C22; }

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

This text font color is #357C22.


Background Color

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

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

This div background color is #357C22.


Border color

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

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

This div border color is #357C22.


Opacity

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

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

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

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

This text has shadow with #357C22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357C22 on black background.


Color preview on white background

This text has color #357C22 on white background.



Black color preview on #357C22 background

This text has black color on #357C22 background.


White color preview on #357C22 background

This text has white color on #357C22 background.