COLOR #355F00

HEX: #355F00
RGB: (53,95,0)

Color info

#355F00 contains only red and green colors. Web safe color of #355F00 is #336600 (or #360).

RGB color model

#355F00 color RGB value is (53,95,0).

  • red value is 53;
  • green value is 95;
  • blue value is 0.
RGB:
(53,95,0)
(21%,37%,0%)

RGB channels and saturation

R 53 of 255 = 21%
G 95 of 255 = 37%
B 0 of 255 = 0%

53
95
0

R + G + B ~ 19%. #355F00 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 95 + 0 = 148 (100%)
R 53 of 148 ~ 35.81%
G 95 of 148 ~ 64.19%
B 0 of 148 ~ 0%

%35.81
%64.19

CMYK color model

#355F00 color CMYK value is (44,0,100,63).

  • cyan value is 44.21%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 62.75%
CMYK:
(44,0,100,63)
C44M0Y100K63 
(44%,0%,100%,63%)
(0.44/0.00/1.00/0.63)	

CMYK percentages

%44.21
%0
%100
%62.75

Codes

Color #355F00 in popluar color models

355F00
RGB53950
HSL87°100.00%18.63%
HSB/HSV87°100.00%37.25%
CMYK44.21%0.00%100.00%
62.75%

Color #355F00 in popluar number systems.

HEX355F00
Decimal53950
Binary11010110111110
Octal651370

Shades and tints

Shades of #355F00

#355F00
(53,95,0)
#315700
(49,87,0)
#2D4F00
(45,79,0)
#294700
(41,71,0)
#253F00
(37,63,0)
#213700
(33,55,0)
#1D2F00
(29,47,0)
#192700
(25,39,0)
#151F00
(21,31,0)
#111700
(17,23,0)
#0D0F00
(13,15,0)
#000000
(0,0,0)

Tints of #355F00

#355F00
(53,95,0)
#476D17
(71,109,23)
#597B2E
(89,123,46)
#6B8945
(107,137,69)
#7D975C
(125,151,92)
#8FA573
(143,165,115)
#A1B38A
(161,179,138)
#B3C1A1
(179,193,161)
#C5CFB8
(197,207,184)
#D7DDCF
(215,221,207)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355F00 color. Also use rgb(53,95,0) instead hex code.

Text Font Color

.myTextColor { color: #355F00; }

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

This text font color is #355F00.


Background Color

.myBgColor { background-color: #355F00; }

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

This div background color is #355F00.


Border color

.myBorderColor { border: 1px solid #355F00; }

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

This div border color is #355F00.


Opacity

.myOpacity80 { color: #355F00; opacity: 0.8; }

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

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

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

This text has shadow with #355F00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355F00 on black background.


Color preview on white background

This text has color #355F00 on white background.



Black color preview on #355F00 background

This text has black color on #355F00 background.


White color preview on #355F00 background

This text has white color on #355F00 background.