COLOR #357111

HEX: #357111
RGB: (53,113,17)

Color info

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

RGB color model

#357111 color RGB value is (53,113,17).

  • red value is 53;
  • green value is 113;
  • blue value is 17.
RGB:
(53,113,17)
(21%,44%,7%)

RGB channels and saturation

R 53 of 255 = 21%
G 113 of 255 = 44%
B 17 of 255 = 7%

53
113
17

R + G + B ~ 24%. #357111 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 113 + 17 = 183 (100%)
R 53 of 183 ~ 28.96%
G 113 of 183 ~ 61.75%
B 17 of 183 ~ 9.29%

%28.96
%61.75

CMYK color model

#357111 color CMYK value is (53,0,85,56).

  • cyan value is 53.10%
  • magenta value is 0.00%
  • yellow value is 84.96%
  • key color value is 55.69%
CMYK:
(53,0,85,56)
C53M0Y85K56 
(53%,0%,85%,56%)
(0.53/0.00/0.85/0.56)	

CMYK percentages

%53.1
%0
%84.96
%55.69

Codes

Color #357111 in popluar color models

357111
RGB5311317
HSL98°73.85%25.49%
HSB/HSV98°84.96%44.31%
CMYK53.10%0.00%84.96%
55.69%

Color #357111 in popluar number systems.

HEX357111
Decimal5311317
Binary110101111000110001
Octal6516121

Shades and tints

Shades of #357111

#357111
(53,113,17)
#316710
(49,103,16)
#2D5D0F
(45,93,15)
#29530E
(41,83,14)
#25490D
(37,73,13)
#213F0C
(33,63,12)
#1D350B
(29,53,11)
#192B0A
(25,43,10)
#152109
(21,33,9)
#111708
(17,23,8)
#0D0D07
(13,13,7)
#000000
(0,0,0)

Tints of #357111

#357111
(53,113,17)
#477D26
(71,125,38)
#59893B
(89,137,59)
#6B9550
(107,149,80)
#7DA165
(125,161,101)
#8FAD7A
(143,173,122)
#A1B98F
(161,185,143)
#B3C5A4
(179,197,164)
#C5D1B9
(197,209,185)
#D7DDCE
(215,221,206)
#E9E9E3
(233,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357111 color. Also use rgb(53,113,17) instead hex code.

Text Font Color

.myTextColor { color: #357111; }

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

This text font color is #357111.


Background Color

.myBgColor { background-color: #357111; }

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

This div background color is #357111.


Border color

.myBorderColor { border: 1px solid #357111; }

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

This div border color is #357111.


Opacity

.myOpacity80 { color: #357111; opacity: 0.8; }

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

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

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

This text has shadow with #357111 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357111 on black background.


Color preview on white background

This text has color #357111 on white background.



Black color preview on #357111 background

This text has black color on #357111 background.


White color preview on #357111 background

This text has white color on #357111 background.