COLOR #357F1D

HEX: #357F1D RGB: (53,127,29)

Color info

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

RGB color model

#357F1D color RGB value is (53,127,29).

RGB: (53,127,29) (21%, 50%, 11%)

RGB channels and saturation

R 53 of 255 = 21%
G 127 of 255 = 50%
B 29 of 255 = 11%

53
127
29

R + G + B ~ 27%. #357F1D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 127 + 29 = 209 (100%)
R 53 of 209 ~ 25.36%
G 127 of 209 ~ 60.77%
B 29 of 209 ~ 13.88'%

%25.36
%60.77
%13.88

CMYK color model

#357F1D color CMYK value is (58,0,77,50).

  • cyan value is 58.27%
  • magenta value is 0.00%
  • yellow value is 77.17%
  • key color value is 50.20%
CMYK: (58,0,77,50) C58M0Y77K50 (58%,0%,77%,50%) (0.58/0.00/0.77/0.50) 

CMYK percentages

%58.27
%0
%77.17
%50.2

Codes

Color #357F1D in popluar color models

35 7F 1D
RGB 53 127 29
HSL 105° 62.82% 30.59%
HSB/HSV 105° 77.17% 49.80%
CMYK 58.27% 0.00% 77.17%
50.20%

Color #357F1D in popluar number systems.

HEX 35 7F 1D
Decimal 53 127 29
Binary 110101 1111111 11101
Octal 65 177 35

Shades and tints

Shades of #357F1D

#357F1D
(53,127,29)
#31741B
(49,116,27)
#2D6919
(45,105,25)
#295E17
(41,94,23)
#255315
(37,83,21)
#214813
(33,72,19)
#1D3D11
(29,61,17)
#19320F
(25,50,15)
#15270D
(21,39,13)
#111C0B
(17,28,11)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #357F1D

#357F1D
(53,127,29)
#478A31
(71,138,49)
#599545
(89,149,69)
#6BA059
(107,160,89)
#7DAB6D
(125,171,109)
#8FB681
(143,182,129)
#A1C195
(161,193,149)
#B3CCA9
(179,204,169)
#C5D7BD
(197,215,189)
#D7E2D1
(215,226,209)
#E9EDE5
(233,237,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357F1D color. Also use rgb(53,127,29) instead hex code.

Text Font Color

.myTextColor { color: #357F1D; }

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

This text font color is #357F1D.

Background Color

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

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

This div background color is #357F1D.

Border color

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

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

This div border color is #357F1D.

Opacity

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

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

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

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

This text has shadow with #357F1D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #357F1D.

Preview

Color preview on black background

This text has color #357F1D on black background.


Color preview on white background

This text has color #357F1D on white background.


Black color preview on #357F1D background

This text has black color on #357F1D background.


White color preview on #357F1D background

This text has white color on #357F1D background.


Related colors

Complementary color

Complementary color for #hex is #CA80E2.


I love getcolorcode.com

Triadic colors

1 #1D357F and #7F1D35 with #357F1D are triadic colors.

2 #1D7F35 and #7F351D with #357F1D are triadic colors.