COLOR #358021

HEX: #358021
RGB: (53,128,33)

Color info

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

RGB color model

#358021 color RGB value is (53,128,33).

  • red value is 53;
  • green value is 128;
  • blue value is 33.
RGB:
(53,128,33)
(21%,50%,13%)

RGB channels and saturation

R 53 of 255 = 21%
G 128 of 255 = 50%
B 33 of 255 = 13%

53
128
33

R + G + B ~ 28%. #358021 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 128 + 33 = 214 (100%)
R 53 of 214 ~ 24.77%
G 128 of 214 ~ 59.81%
B 33 of 214 ~ 15.42%

%24.77
%59.81
%15.42

CMYK color model

#358021 color CMYK value is (59,0,74,50).

  • cyan value is 58.59%
  • magenta value is 0.00%
  • yellow value is 74.22%
  • key color value is 49.80%
CMYK:
(59,0,74,50)
C59M0Y74K50 
(59%,0%,74%,50%)
(0.59/0.00/0.74/0.50)	

CMYK percentages

%58.59
%0
%74.22
%49.8

Codes

Color #358021 in popluar color models

358021
RGB5312833
HSL107°59.01%31.57%
HSB/HSV107°74.22%50.20%
CMYK58.59%0.00%74.22%
49.80%

Color #358021 in popluar number systems.

HEX358021
Decimal5312833
Binary11010110000000100001
Octal6520041

Shades and tints

Shades of #358021

#358021
(53,128,33)
#31751E
(49,117,30)
#2D6A1B
(45,106,27)
#295F18
(41,95,24)
#255415
(37,84,21)
#214912
(33,73,18)
#1D3E0F
(29,62,15)
#19330C
(25,51,12)
#152809
(21,40,9)
#111D06
(17,29,6)
#0D1203
(13,18,3)
#000000
(0,0,0)

Tints of #358021

#358021
(53,128,33)
#478B35
(71,139,53)
#599649
(89,150,73)
#6BA15D
(107,161,93)
#7DAC71
(125,172,113)
#8FB785
(143,183,133)
#A1C299
(161,194,153)
#B3CDAD
(179,205,173)
#C5D8C1
(197,216,193)
#D7E3D5
(215,227,213)
#E9EEE9
(233,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #358021 color. Also use rgb(53,128,33) instead hex code.

Text Font Color

.myTextColor { color: #358021; }

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

This text font color is #358021.


Background Color

.myBgColor { background-color: #358021; }

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

This div background color is #358021.


Border color

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

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

This div border color is #358021.


Opacity

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

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

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

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

This text has shadow with #358021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358021 on black background.


Color preview on white background

This text has color #358021 on white background.



Black color preview on #358021 background

This text has black color on #358021 background.


White color preview on #358021 background

This text has white color on #358021 background.