COLOR #355000

HEX: #355000
RGB: (53,80,0)

Color info

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

RGB color model

#355000 color RGB value is (53,80,0).

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

RGB channels and saturation

R 53 of 255 = 21%
G 80 of 255 = 31%
B 0 of 255 = 0%

53
80
0

R + G + B ~ 17%. #355000 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 80 + 0 = 133 (100%)
R 53 of 133 ~ 39.85%
G 80 of 133 ~ 60.15%
B 0 of 133 ~ 0%

%39.85
%60.15

CMYK color model

#355000 color CMYK value is (34,0,100,69).

  • cyan value is 33.75%
  • magenta value is 0.00%
  • yellow value is 100.00%
  • key color value is 68.63%
CMYK:
(34,0,100,69)
C34M0Y100K69 
(34%,0%,100%,69%)
(0.34/0.00/1.00/0.69)	

CMYK percentages

%33.75
%0
%100
%68.63

Codes

Color #355000 in popluar color models

355000
RGB53800
HSL80°100.00%15.69%
HSB/HSV80°100.00%31.37%
CMYK33.75%0.00%100.00%
68.63%

Color #355000 in popluar number systems.

HEX355000
Decimal53800
Binary11010110100000
Octal651200

Shades and tints

Shades of #355000

#355000
(53,80,0)
#314900
(49,73,0)
#2D4200
(45,66,0)
#293B00
(41,59,0)
#253400
(37,52,0)
#212D00
(33,45,0)
#1D2600
(29,38,0)
#191F00
(25,31,0)
#151800
(21,24,0)
#111100
(17,17,0)
#0D0A00
(13,10,0)
#000000
(0,0,0)

Tints of #355000

#355000
(53,80,0)
#475F17
(71,95,23)
#596E2E
(89,110,46)
#6B7D45
(107,125,69)
#7D8C5C
(125,140,92)
#8F9B73
(143,155,115)
#A1AA8A
(161,170,138)
#B3B9A1
(179,185,161)
#C5C8B8
(197,200,184)
#D7D7CF
(215,215,207)
#E9E6E6
(233,230,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355000; }

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

This text font color is #355000.


Background Color

.myBgColor { background-color: #355000; }

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

This div background color is #355000.


Border color

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

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

This div border color is #355000.


Opacity

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

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

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

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

This text has shadow with #355000 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355000 on black background.


Color preview on white background

This text has color #355000 on white background.



Black color preview on #355000 background

This text has black color on #355000 background.


White color preview on #355000 background

This text has white color on #355000 background.