COLOR #358296

HEX: #358296
RGB: (53,130,150)

Color info

#358296 contains mainly green and blue colors. Web safe color of #358296 is #339999 (or #399).

RGB color model

#358296 color RGB value is (53,130,150).

  • red value is 53;
  • green value is 130;
  • blue value is 150.
RGB:
(53,130,150)
(21%,51%,59%)

RGB channels and saturation

R 53 of 255 = 21%
G 130 of 255 = 51%
B 150 of 255 = 59%

53
130
150

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

Portions of RGB colors in percentages

R + G + B =
53 + 130 + 150 = 333 (100%)
R 53 of 333 ~ 15.92%
G 130 of 333 ~ 39.04%
B 150 of 333 ~ 45.05%

%15.92
%39.04
%45.05

CMYK color model

#358296 color CMYK value is (65,13,0,41).

  • cyan value is 64.67%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 41.18%
CMYK:
(65,13,0,41)
C65M13Y0K41 
(65%,13%,0%,41%)
(0.65/0.13/0.00/0.41)	

CMYK percentages

%64.67
%13.33
%0
%41.18

Codes

Color #358296 in popluar color models

358296
RGB53130150
HSL192°47.78%39.80%
HSB/HSV192°64.67%58.82%
CMYK64.67%13.33%0.00%
41.18%

Color #358296 in popluar number systems.

HEX358296
Decimal53130150
Binary1101011000001010010110
Octal65202226

Shades and tints

Shades of #358296

#358296
(53,130,150)
#317789
(49,119,137)
#2D6C7C
(45,108,124)
#29616F
(41,97,111)
#255662
(37,86,98)
#214B55
(33,75,85)
#1D4048
(29,64,72)
#19353B
(25,53,59)
#152A2E
(21,42,46)
#111F21
(17,31,33)
#0D1414
(13,20,20)
#000000
(0,0,0)

Tints of #358296

#358296
(53,130,150)
#478D9F
(71,141,159)
#5998A8
(89,152,168)
#6BA3B1
(107,163,177)
#7DAEBA
(125,174,186)
#8FB9C3
(143,185,195)
#A1C4CC
(161,196,204)
#B3CFD5
(179,207,213)
#C5DADE
(197,218,222)
#D7E5E7
(215,229,231)
#E9F0F0
(233,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #358296 color. Also use rgb(53,130,150) instead hex code.

Text Font Color

.myTextColor { color: #358296; }

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

This text font color is #358296.


Background Color

.myBgColor { background-color: #358296; }

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

This div background color is #358296.


Border color

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

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

This div border color is #358296.


Opacity

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

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

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

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

This text has shadow with #358296 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #358296 on black background.


Color preview on white background

This text has color #358296 on white background.



Black color preview on #358296 background

This text has black color on #358296 background.


White color preview on #358296 background

This text has white color on #358296 background.