COLOR #359366

HEX: #359366
RGB: (53,147,102)

Color info

#359366 contains mainly green and blue colors. Web safe color of #359366 is #339966 (or #396).

RGB color model

#359366 color RGB value is (53,147,102).

  • red value is 53;
  • green value is 147;
  • blue value is 102.
RGB:
(53,147,102)
(21%,58%,40%)

RGB channels and saturation

R 53 of 255 = 21%
G 147 of 255 = 58%
B 102 of 255 = 40%

53
147
102

R + G + B ~ 40%. #359366 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
53 + 147 + 102 = 302 (100%)
R 53 of 302 ~ 17.55%
G 147 of 302 ~ 48.68%
B 102 of 302 ~ 33.77%

%17.55
%48.68
%33.77

CMYK color model

#359366 color CMYK value is (64,0,31,42).

  • cyan value is 63.95%
  • magenta value is 0.00%
  • yellow value is 30.61%
  • key color value is 42.35%
CMYK:
(64,0,31,42)
C64M0Y31K42 
(64%,0%,31%,42%)
(0.64/0.00/0.31/0.42)	

CMYK percentages

%63.95
%0
%30.61
%42.35

Codes

Color #359366 in popluar color models

359366
RGB53147102
HSL151°47.00%39.22%
HSB/HSV151°63.95%57.65%
CMYK63.95%0.00%30.61%
42.35%

Color #359366 in popluar number systems.

HEX359366
Decimal53147102
Binary110101100100111100110
Octal65223146

Shades and tints

Shades of #359366

#359366
(53,147,102)
#31865D
(49,134,93)
#2D7954
(45,121,84)
#296C4B
(41,108,75)
#255F42
(37,95,66)
#215239
(33,82,57)
#1D4530
(29,69,48)
#193827
(25,56,39)
#152B1E
(21,43,30)
#111E15
(17,30,21)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #359366

#359366
(53,147,102)
#479C73
(71,156,115)
#59A580
(89,165,128)
#6BAE8D
(107,174,141)
#7DB79A
(125,183,154)
#8FC0A7
(143,192,167)
#A1C9B4
(161,201,180)
#B3D2C1
(179,210,193)
#C5DBCE
(197,219,206)
#D7E4DB
(215,228,219)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #359366 color. Also use rgb(53,147,102) instead hex code.

Text Font Color

.myTextColor { color: #359366; }

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

This text font color is #359366.


Background Color

.myBgColor { background-color: #359366; }

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

This div background color is #359366.


Border color

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

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

This div border color is #359366.


Opacity

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

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

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

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

This text has shadow with #359366 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #359366 on black background.


Color preview on white background

This text has color #359366 on white background.



Black color preview on #359366 background

This text has black color on #359366 background.


White color preview on #359366 background

This text has white color on #359366 background.