COLOR #357A37

HEX: #357A37 RGB: (53,122,55)

Color info

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

RGB color model

#357A37 color RGB value is (53,122,55).

RGB: (53,122,55) (21%, 48%, 22%)

RGB channels and saturation

R 53 of 255 = 21%
G 122 of 255 = 48%
B 55 of 255 = 22%

53
122
55

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

Portions of RGB colors in percentages

R + G + B = 53 + 122 + 55 = 230 (100%)
R 53 of 230 ~ 23.04%
G 122 of 230 ~ 53.04%
B 55 of 230 ~ 23.91'%

%23.04
%53.04
%23.91

CMYK color model

#357A37 color CMYK value is (57,0,55,52).

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

CMYK: (57,0,55,52)
C57M0Y55K52 (57%, 0%, 55%, 52%)
(0.57 / 0.00 / 0.55 / 0.52)

CMYK percentages

%56.56
%0
%54.92
%52.16

Codes

Color #357A37 in popluar color models

35 7A 37
RGB 53 122 55
HSL 122° 39.43% 34.31%
HSB/HSV 122° 56.56% 47.84%
CMYK 56.56% 0.00% 54.92%
52.16%

Color #357A37 in popluar number systems.

HEX 35 7A 37
Decimal 53 122 55
Binary 110101 1111010 110111
Octal 65 172 67

Shades and tints

Shades of #357A37

#357A37
(53,122,55)
#316F32
(49,111,50)
#2D642D
(45,100,45)
#295928
(41,89,40)
#254E23
(37,78,35)
#21431E
(33,67,30)
#1D3819
(29,56,25)
#192D14
(25,45,20)
#15220F
(21,34,15)
#11170A
(17,23,10)
#0D0C05
(13,12,5)
#000000
(0,0,0)

Tints of #357A37

#357A37
(53,122,55)
#478649
(71,134,73)
#59925B
(89,146,91)
#6B9E6D
(107,158,109)
#7DAA7F
(125,170,127)
#8FB691
(143,182,145)
#A1C2A3
(161,194,163)
#B3CEB5
(179,206,181)
#C5DAC7
(197,218,199)
#D7E6D9
(215,230,217)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #357A37; }

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

This text font color is #357A37.

Background Color

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

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

This div background color is #357A37.

Border color

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

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

This div border color is #357A37.

Opacity

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

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

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

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

This text has shadow with #357A37 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #357A37.

Preview

Color preview on black background

This text has color #357A37 on black background.


Color preview on white background

This text has color #357A37 on white background.


Black color preview on #357A37 background

This text has black color on #357A37 background.


White color preview on #357A37 background

This text has white color on #357A37 background.


Related colors

Complementary color

Complementary color for #hex is #CA85C8.


I love getcolorcode.com

Triadic colors

1 #37357A and #7A3735 with #357A37 are triadic colors.

2 #377A35 and #7A3537 with #357A37 are triadic colors.