COLOR #355B02

HEX: #355B02
RGB: (53,91,2)

Color info

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

RGB color model

#355B02 color RGB value is (53,91,2).

  • red value is 53;
  • green value is 91;
  • blue value is 2.
RGB:
(53,91,2)
(21%,36%,1%)

RGB channels and saturation

R 53 of 255 = 21%
G 91 of 255 = 36%
B 2 of 255 = 1%

53
91
2

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

Portions of RGB colors in percentages

R + G + B =
53 + 91 + 2 = 146 (100%)
R 53 of 146 ~ 36.3%
G 91 of 146 ~ 62.33%
B 2 of 146 ~ 1.37%

%36.3
%62.33

CMYK color model

#355B02 color CMYK value is (42,0,98,64).

  • cyan value is 41.76%
  • magenta value is 0.00%
  • yellow value is 97.80%
  • key color value is 64.31%
CMYK:
(42,0,98,64)
C42M0Y98K64 
(42%,0%,98%,64%)
(0.42/0.00/0.98/0.64)	

CMYK percentages

%41.76
%0
%97.8
%64.31

Codes

Color #355B02 in popluar color models

355B02
RGB53912
HSL86°95.70%18.24%
HSB/HSV86°97.80%35.69%
CMYK41.76%0.00%97.80%
64.31%

Color #355B02 in popluar number systems.

HEX355B02
Decimal53912
Binary110101101101110
Octal651332

Shades and tints

Shades of #355B02

#355B02
(53,91,2)
#315302
(49,83,2)
#2D4B02
(45,75,2)
#294302
(41,67,2)
#253B02
(37,59,2)
#213302
(33,51,2)
#1D2B02
(29,43,2)
#192302
(25,35,2)
#151B02
(21,27,2)
#111302
(17,19,2)
#0D0B02
(13,11,2)
#000000
(0,0,0)

Tints of #355B02

#355B02
(53,91,2)
#476919
(71,105,25)
#597730
(89,119,48)
#6B8547
(107,133,71)
#7D935E
(125,147,94)
#8FA175
(143,161,117)
#A1AF8C
(161,175,140)
#B3BDA3
(179,189,163)
#C5CBBA
(197,203,186)
#D7D9D1
(215,217,209)
#E9E7E8
(233,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355B02 color. Also use rgb(53,91,2) instead hex code.

Text Font Color

.myTextColor { color: #355B02; }

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

This text font color is #355B02.


Background Color

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

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

This div background color is #355B02.


Border color

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

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

This div border color is #355B02.


Opacity

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

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

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

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

This text has shadow with #355B02 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355B02 on black background.


Color preview on white background

This text has color #355B02 on white background.



Black color preview on #355B02 background

This text has black color on #355B02 background.


White color preview on #355B02 background

This text has white color on #355B02 background.