COLOR #359363

HEX: #359363
RGB: (53,147,99)

Color info

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

RGB color model

#359363 color RGB value is (53,147,99).

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

RGB channels and saturation

R 53 of 255 = 21%
G 147 of 255 = 58%
B 99 of 255 = 39%

53
147
99

R + G + B ~ 39%. #359363 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 147 + 99 = 299 (100%)
R 53 of 299 ~ 17.73%
G 147 of 299 ~ 49.16%
B 99 of 299 ~ 33.11%

%17.73
%49.16
%33.11

CMYK color model

#359363 color CMYK value is (64,0,33,42).

  • cyan value is 63.95%
  • magenta value is 0.00%
  • yellow value is 32.65%
  • key color value is 42.35%
CMYK:
(64,0,33,42)
C64M0Y33K42 
(64%,0%,33%,42%)
(0.64/0.00/0.33/0.42)	

CMYK percentages

%63.95
%0
%32.65
%42.35

Codes

Color #359363 in popluar color models

359363
RGB5314799
HSL149°47.00%39.22%
HSB/HSV149°63.95%57.65%
CMYK63.95%0.00%32.65%
42.35%

Color #359363 in popluar number systems.

HEX359363
Decimal5314799
Binary110101100100111100011
Octal65223143

Shades and tints

Shades of #359363

#359363
(53,147,99)
#31865A
(49,134,90)
#2D7951
(45,121,81)
#296C48
(41,108,72)
#255F3F
(37,95,63)
#215236
(33,82,54)
#1D452D
(29,69,45)
#193824
(25,56,36)
#152B1B
(21,43,27)
#111E12
(17,30,18)
#0D1109
(13,17,9)
#000000
(0,0,0)

Tints of #359363

#359363
(53,147,99)
#479C71
(71,156,113)
#59A57F
(89,165,127)
#6BAE8D
(107,174,141)
#7DB79B
(125,183,155)
#8FC0A9
(143,192,169)
#A1C9B7
(161,201,183)
#B3D2C5
(179,210,197)
#C5DBD3
(197,219,211)
#D7E4E1
(215,228,225)
#E9EDEF
(233,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #359363; }

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

This text font color is #359363.


Background Color

.myBgColor { background-color: #359363; }

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

This div background color is #359363.


Border color

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

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

This div border color is #359363.


Opacity

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

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

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

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

This text has shadow with #359363 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #359363 on black background.


Color preview on white background

This text has color #359363 on white background.



Black color preview on #359363 background

This text has black color on #359363 background.


White color preview on #359363 background

This text has white color on #359363 background.