COLOR #356072

HEX: #356072
RGB: (53,96,114)

Color info

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

RGB color model

#356072 color RGB value is (53,96,114).

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

RGB channels and saturation

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

53
96
114

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

Portions of RGB colors in percentages

R + G + B =
53 + 96 + 114 = 263 (100%)
R 53 of 263 ~ 20.15%
G 96 of 263 ~ 36.5%
B 114 of 263 ~ 43.35%

%20.15
%36.5
%43.35

CMYK color model

#356072 color CMYK value is (54,16,0,55).

  • cyan value is 53.51%
  • magenta value is 15.79%
  • yellow value is 0.00%
  • key color value is 55.29%
CMYK:
(54,16,0,55)
C54M16Y0K55 
(54%,16%,0%,55%)
(0.54/0.16/0.00/0.55)	

CMYK percentages

%53.51
%15.79
%0
%55.29

Codes

Color #356072 in popluar color models

356072
RGB5396114
HSL198°36.53%32.75%
HSB/HSV198°53.51%44.71%
CMYK53.51%15.79%0.00%
55.29%

Color #356072 in popluar number systems.

HEX356072
Decimal5396114
Binary11010111000001110010
Octal65140162

Shades and tints

Shades of #356072

#356072
(53,96,114)
#315868
(49,88,104)
#2D505E
(45,80,94)
#294854
(41,72,84)
#25404A
(37,64,74)
#213840
(33,56,64)
#1D3036
(29,48,54)
#19282C
(25,40,44)
#152022
(21,32,34)
#111818
(17,24,24)
#0D100E
(13,16,14)
#000000
(0,0,0)

Tints of #356072

#356072
(53,96,114)
#476E7E
(71,110,126)
#597C8A
(89,124,138)
#6B8A96
(107,138,150)
#7D98A2
(125,152,162)
#8FA6AE
(143,166,174)
#A1B4BA
(161,180,186)
#B3C2C6
(179,194,198)
#C5D0D2
(197,208,210)
#D7DEDE
(215,222,222)
#E9ECEA
(233,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356072; }

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

This text font color is #356072.


Background Color

.myBgColor { background-color: #356072; }

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

This div background color is #356072.


Border color

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

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

This div border color is #356072.


Opacity

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

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

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

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

This text has shadow with #356072 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356072 on black background.


Color preview on white background

This text has color #356072 on white background.



Black color preview on #356072 background

This text has black color on #356072 background.


White color preview on #356072 background

This text has white color on #356072 background.