COLOR #355A30

HEX: #355A30
RGB: (53,90,48)

Color info

#355A30 contains red, green and blue colors in about the same proportion. Web safe color of #355A30 is #336633 (or #363).

RGB color model

#355A30 color RGB value is (53,90,48).

  • red value is 53;
  • green value is 90;
  • blue value is 48.
RGB:
(53,90,48)
(21%,35%,19%)

RGB channels and saturation

R 53 of 255 = 21%
G 90 of 255 = 35%
B 48 of 255 = 19%

53
90
48

R + G + B ~ 25%. #355A30 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 90 + 48 = 191 (100%)
R 53 of 191 ~ 27.75%
G 90 of 191 ~ 47.12%
B 48 of 191 ~ 25.13%

%27.75
%47.12
%25.13

CMYK color model

#355A30 color CMYK value is (41,0,47,65).

  • cyan value is 41.11%
  • magenta value is 0.00%
  • yellow value is 46.67%
  • key color value is 64.71%
CMYK:
(41,0,47,65)
C41M0Y47K65 
(41%,0%,47%,65%)
(0.41/0.00/0.47/0.65)	

CMYK percentages

%41.11
%0
%46.67
%64.71

Codes

Color #355A30 in popluar color models

355A30
RGB539048
HSL113°30.43%27.06%
HSB/HSV113°46.67%35.29%
CMYK41.11%0.00%46.67%
64.71%

Color #355A30 in popluar number systems.

HEX355A30
Decimal539048
Binary1101011011010110000
Octal6513260

Shades and tints

Shades of #355A30

#355A30
(53,90,48)
#31522C
(49,82,44)
#2D4A28
(45,74,40)
#294224
(41,66,36)
#253A20
(37,58,32)
#21321C
(33,50,28)
#1D2A18
(29,42,24)
#192214
(25,34,20)
#151A10
(21,26,16)
#11120C
(17,18,12)
#0D0A08
(13,10,8)
#000000
(0,0,0)

Tints of #355A30

#355A30
(53,90,48)
#476942
(71,105,66)
#597854
(89,120,84)
#6B8766
(107,135,102)
#7D9678
(125,150,120)
#8FA58A
(143,165,138)
#A1B49C
(161,180,156)
#B3C3AE
(179,195,174)
#C5D2C0
(197,210,192)
#D7E1D2
(215,225,210)
#E9F0E4
(233,240,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355A30 color. Also use rgb(53,90,48) instead hex code.

Text Font Color

.myTextColor { color: #355A30; }

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

This text font color is #355A30.


Background Color

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

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

This div background color is #355A30.


Border color

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

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

This div border color is #355A30.


Opacity

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

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

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

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

This text has shadow with #355A30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355A30 on black background.


Color preview on white background

This text has color #355A30 on white background.



Black color preview on #355A30 background

This text has black color on #355A30 background.


White color preview on #355A30 background

This text has white color on #355A30 background.