COLOR #356E7B

HEX: #356E7B
RGB: (53,110,123)

Color info

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

RGB color model

#356E7B color RGB value is (53,110,123).

  • red value is 53;
  • green value is 110;
  • blue value is 123.
RGB:
(53,110,123)
(21%,43%,48%)

RGB channels and saturation

R 53 of 255 = 21%
G 110 of 255 = 43%
B 123 of 255 = 48%

53
110
123

R + G + B ~ 37%. #356E7B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 110 + 123 = 286 (100%)
R 53 of 286 ~ 18.53%
G 110 of 286 ~ 38.46%
B 123 of 286 ~ 43.01%

%18.53
%38.46
%43.01

CMYK color model

#356E7B color CMYK value is (57,11,0,52).

  • cyan value is 56.91%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(57,11,0,52)
C57M11Y0K52 
(57%,11%,0%,52%)
(0.57/0.11/0.00/0.52)	

CMYK percentages

%56.91
%10.57
%0
%51.76

Codes

Color #356E7B in popluar color models

356E7B
RGB53110123
HSL191°39.77%34.51%
HSB/HSV191°56.91%48.24%
CMYK56.91%10.57%0.00%
51.76%

Color #356E7B in popluar number systems.

HEX356E7B
Decimal53110123
Binary11010111011101111011
Octal65156173

Shades and tints

Shades of #356E7B

#356E7B
(53,110,123)
#316470
(49,100,112)
#2D5A65
(45,90,101)
#29505A
(41,80,90)
#25464F
(37,70,79)
#213C44
(33,60,68)
#1D3239
(29,50,57)
#19282E
(25,40,46)
#151E23
(21,30,35)
#111418
(17,20,24)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #356E7B

#356E7B
(53,110,123)
#477B87
(71,123,135)
#598893
(89,136,147)
#6B959F
(107,149,159)
#7DA2AB
(125,162,171)
#8FAFB7
(143,175,183)
#A1BCC3
(161,188,195)
#B3C9CF
(179,201,207)
#C5D6DB
(197,214,219)
#D7E3E7
(215,227,231)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356E7B color. Also use rgb(53,110,123) instead hex code.

Text Font Color

.myTextColor { color: #356E7B; }

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

This text font color is #356E7B.


Background Color

.myBgColor { background-color: #356E7B; }

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

This div background color is #356E7B.


Border color

.myBorderColor { border: 1px solid #356E7B; }

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

This div border color is #356E7B.


Opacity

.myOpacity80 { color: #356E7B; opacity: 0.8; }

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

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

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

This text has shadow with #356E7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356E7B on black background.


Color preview on white background

This text has color #356E7B on white background.



Black color preview on #356E7B background

This text has black color on #356E7B background.


White color preview on #356E7B background

This text has white color on #356E7B background.