COLOR #356073

HEX: #356073
RGB: (53,96,115)

Color info

#356073 contains mainly green and blue colors. Web safe color of #356073 is #336666 (or #366).

RGB color model

#356073 color RGB value is (53,96,115).

  • red value is 53;
  • green value is 96;
  • blue value is 115.
RGB:
(53,96,115)
(21%,38%,45%)

RGB channels and saturation

R 53 of 255 = 21%
G 96 of 255 = 38%
B 115 of 255 = 45%

53
96
115

R + G + B ~ 35%. #356073 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 96 + 115 = 264 (100%)
R 53 of 264 ~ 20.08%
G 96 of 264 ~ 36.36%
B 115 of 264 ~ 43.56%

%20.08
%36.36
%43.56

CMYK color model

#356073 color CMYK value is (54,17,0,55).

  • cyan value is 53.91%
  • magenta value is 16.52%
  • yellow value is 0.00%
  • key color value is 54.90%
CMYK:
(54,17,0,55)
C54M17Y0K55 
(54%,17%,0%,55%)
(0.54/0.17/0.00/0.55)	

CMYK percentages

%53.91
%16.52
%0
%54.9

Codes

Color #356073 in popluar color models

356073
RGB5396115
HSL198°36.90%32.94%
HSB/HSV198°53.91%45.10%
CMYK53.91%16.52%0.00%
54.90%

Color #356073 in popluar number systems.

HEX356073
Decimal5396115
Binary11010111000001110011
Octal65140163

Shades and tints

Shades of #356073

#356073
(53,96,115)
#315869
(49,88,105)
#2D505F
(45,80,95)
#294855
(41,72,85)
#25404B
(37,64,75)
#213841
(33,56,65)
#1D3037
(29,48,55)
#19282D
(25,40,45)
#152023
(21,32,35)
#111819
(17,24,25)
#0D100F
(13,16,15)
#000000
(0,0,0)

Tints of #356073

#356073
(53,96,115)
#476E7F
(71,110,127)
#597C8B
(89,124,139)
#6B8A97
(107,138,151)
#7D98A3
(125,152,163)
#8FA6AF
(143,166,175)
#A1B4BB
(161,180,187)
#B3C2C7
(179,194,199)
#C5D0D3
(197,208,211)
#D7DEDF
(215,222,223)
#E9ECEB
(233,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356073 color. Also use rgb(53,96,115) instead hex code.

Text Font Color

.myTextColor { color: #356073; }

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

This text font color is #356073.


Background Color

.myBgColor { background-color: #356073; }

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

This div background color is #356073.


Border color

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

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

This div border color is #356073.


Opacity

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

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

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

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

This text has shadow with #356073 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356073 on black background.


Color preview on white background

This text has color #356073 on white background.



Black color preview on #356073 background

This text has black color on #356073 background.


White color preview on #356073 background

This text has white color on #356073 background.