COLOR #357A15

HEX: #357A15 RGB: (53,122,21)

Color info

#357A15 contains mainly green color. Web safe color of #357A15 is #336600 (or #360).

RGB color model

#357A15 color RGB value is (53,122,21).

RGB: (53,122,21) (21%, 48%, 8%)

RGB channels and saturation

R 53 of 255 = 21%
G 122 of 255 = 48%
B 21 of 255 = 8%

53
122
21

R + G + B ~ 26%. #357A15 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 122 + 21 = 196 (100%)
R 53 of 196 ~ 27.04%
G 122 of 196 ~ 62.24%
B 21 of 196 ~ 10.71'%

%27.04
%62.24
%10.71

CMYK color model

#357A15 color CMYK value is (57,0,83,52).

  • cyan value is 56.56%
  • magenta value is 0.00%
  • yellow value is 82.79%
  • key color value is 52.16%

CMYK: (57,0,83,52)
C57M0Y83K52 (57%, 0%, 83%, 52%)
(0.57 / 0.00 / 0.83 / 0.52)

CMYK percentages

%56.56
%0
%82.79
%52.16

Codes

Color #357A15 in popluar color models

35 7A 15
RGB 53 122 21
HSL 101° 70.63% 28.04%
HSB/HSV 101° 82.79% 47.84%
CMYK 56.56% 0.00% 82.79%
52.16%

Color #357A15 in popluar number systems.

HEX 35 7A 15
Decimal 53 122 21
Binary 110101 1111010 10101
Octal 65 172 25

Shades and tints

Shades of #357A15

#357A15
(53,122,21)
#316F14
(49,111,20)
#2D6413
(45,100,19)
#295912
(41,89,18)
#254E11
(37,78,17)
#214310
(33,67,16)
#1D380F
(29,56,15)
#192D0E
(25,45,14)
#15220D
(21,34,13)
#11170C
(17,23,12)
#0D0C0B
(13,12,11)
#000000
(0,0,0)

Tints of #357A15

#357A15
(53,122,21)
#47862A
(71,134,42)
#59923F
(89,146,63)
#6B9E54
(107,158,84)
#7DAA69
(125,170,105)
#8FB67E
(143,182,126)
#A1C293
(161,194,147)
#B3CEA8
(179,206,168)
#C5DABD
(197,218,189)
#D7E6D2
(215,230,210)
#E9F2E7
(233,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357A15 color. Also use rgb(53,122,21) instead hex code.

Text Font Color

.myTextColor { color: #357A15; }

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

This text font color is #357A15.

Background Color

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

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

This div background color is #357A15.

Border color

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

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

This div border color is #357A15.

Opacity

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

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

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

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

This text has shadow with #357A15 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #357A15.

Preview

Color preview on black background

This text has color #357A15 on black background.


Color preview on white background

This text has color #357A15 on white background.


Black color preview on #357A15 background

This text has black color on #357A15 background.


White color preview on #357A15 background

This text has white color on #357A15 background.


Related colors

Complementary color

Complementary color for #hex is #CA85EA.


I love getcolorcode.com

Triadic colors

1 #15357A and #7A1535 with #357A15 are triadic colors.

2 #157A35 and #7A3515 with #357A15 are triadic colors.