COLOR #357C21

HEX: #357C21
RGB: (53,124,33)

Color info

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

RGB color model

#357C21 color RGB value is (53,124,33).

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

RGB channels and saturation

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

53
124
33

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

Portions of RGB colors in percentages

R + G + B =
53 + 124 + 33 = 210 (100%)
R 53 of 210 ~ 25.24%
G 124 of 210 ~ 59.05%
B 33 of 210 ~ 15.71%

%25.24
%59.05
%15.71

CMYK color model

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

  • cyan value is 57.26%
  • magenta value is 0.00%
  • yellow value is 73.39%
  • 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
%73.39
%51.37

Codes

Color #357C21 in popluar color models

357C21
RGB5312433
HSL107°57.96%30.78%
HSB/HSV107°73.39%48.63%
CMYK57.26%0.00%73.39%
51.37%

Color #357C21 in popluar number systems.

HEX357C21
Decimal5312433
Binary1101011111100100001
Octal6517441

Shades and tints

Shades of #357C21

#357C21
(53,124,33)
#31711E
(49,113,30)
#2D661B
(45,102,27)
#295B18
(41,91,24)
#255015
(37,80,21)
#214512
(33,69,18)
#1D3A0F
(29,58,15)
#192F0C
(25,47,12)
#152409
(21,36,9)
#111906
(17,25,6)
#0D0E03
(13,14,3)
#000000
(0,0,0)

Tints of #357C21

#357C21
(53,124,33)
#478735
(71,135,53)
#599249
(89,146,73)
#6B9D5D
(107,157,93)
#7DA871
(125,168,113)
#8FB385
(143,179,133)
#A1BE99
(161,190,153)
#B3C9AD
(179,201,173)
#C5D4C1
(197,212,193)
#D7DFD5
(215,223,213)
#E9EAE9
(233,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357C21; }

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

This text font color is #357C21.


Background Color

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

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

This div background color is #357C21.


Border color

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

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

This div border color is #357C21.


Opacity

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

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

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

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

This text has shadow with #357C21 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357C21 on black background.


Color preview on white background

This text has color #357C21 on white background.



Black color preview on #357C21 background

This text has black color on #357C21 background.


White color preview on #357C21 background

This text has white color on #357C21 background.