COLOR #357301

HEX: #357301
RGB: (53,115,1)

Color info

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

RGB color model

#357301 color RGB value is (53,115,1).

  • red value is 53;
  • green value is 115;
  • blue value is 1.
RGB:
(53,115,1)
(21%,45%,0%)

RGB channels and saturation

R 53 of 255 = 21%
G 115 of 255 = 45%
B 1 of 255 = 0%

53
115
1

R + G + B ~ 22%. #357301 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 115 + 1 = 169 (100%)
R 53 of 169 ~ 31.36%
G 115 of 169 ~ 68.05%
B 1 of 169 ~ 0.59%

%31.36
%68.05

CMYK color model

#357301 color CMYK value is (54,0,99,55).

  • cyan value is 53.91%
  • magenta value is 0.00%
  • yellow value is 99.13%
  • key color value is 54.90%
CMYK:
(54,0,99,55)
C54M0Y99K55 
(54%,0%,99%,55%)
(0.54/0.00/0.99/0.55)	

CMYK percentages

%53.91
%0
%99.13
%54.9

Codes

Color #357301 in popluar color models

357301
RGB531151
HSL93°98.28%22.75%
HSB/HSV93°99.13%45.10%
CMYK53.91%0.00%99.13%
54.90%

Color #357301 in popluar number systems.

HEX357301
Decimal531151
Binary11010111100111
Octal651631

Shades and tints

Shades of #357301

#357301
(53,115,1)
#316901
(49,105,1)
#2D5F01
(45,95,1)
#295501
(41,85,1)
#254B01
(37,75,1)
#214101
(33,65,1)
#1D3701
(29,55,1)
#192D01
(25,45,1)
#152301
(21,35,1)
#111901
(17,25,1)
#0D0F01
(13,15,1)
#000000
(0,0,0)

Tints of #357301

#357301
(53,115,1)
#477F18
(71,127,24)
#598B2F
(89,139,47)
#6B9746
(107,151,70)
#7DA35D
(125,163,93)
#8FAF74
(143,175,116)
#A1BB8B
(161,187,139)
#B3C7A2
(179,199,162)
#C5D3B9
(197,211,185)
#D7DFD0
(215,223,208)
#E9EBE7
(233,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #357301 color. Also use rgb(53,115,1) instead hex code.

Text Font Color

.myTextColor { color: #357301; }

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

This text font color is #357301.


Background Color

.myBgColor { background-color: #357301; }

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

This div background color is #357301.


Border color

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

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

This div border color is #357301.


Opacity

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

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

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

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

This text has shadow with #357301 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #357301 on black background.


Color preview on white background

This text has color #357301 on white background.



Black color preview on #357301 background

This text has black color on #357301 background.


White color preview on #357301 background

This text has white color on #357301 background.