COLOR #356453

HEX: #356453
RGB: (53,100,83)

Color info

#356453 contains red, green and blue colors in about the same proportion. Web safe color of #356453 is #336666 (or #366).

RGB color model

#356453 color RGB value is (53,100,83).

  • red value is 53;
  • green value is 100;
  • blue value is 83.
RGB:
(53,100,83)
(21%,39%,33%)

RGB channels and saturation

R 53 of 255 = 21%
G 100 of 255 = 39%
B 83 of 255 = 33%

53
100
83

R + G + B ~ 31%. #356453 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 100 + 83 = 236 (100%)
R 53 of 236 ~ 22.46%
G 100 of 236 ~ 42.37%
B 83 of 236 ~ 35.17%

%22.46
%42.37
%35.17

CMYK color model

#356453 color CMYK value is (47,0,17,61).

  • cyan value is 47.00%
  • magenta value is 0.00%
  • yellow value is 17.00%
  • key color value is 60.78%
CMYK:
(47,0,17,61)
C47M0Y17K61 
(47%,0%,17%,61%)
(0.47/0.00/0.17/0.61)	

CMYK percentages

%47
%0
%17
%60.78

Codes

Color #356453 in popluar color models

356453
RGB5310083
HSL158°30.72%30.00%
HSB/HSV158°47.00%39.22%
CMYK47.00%0.00%17.00%
60.78%

Color #356453 in popluar number systems.

HEX356453
Decimal5310083
Binary11010111001001010011
Octal65144123

Shades and tints

Shades of #356453

#356453
(53,100,83)
#315B4C
(49,91,76)
#2D5245
(45,82,69)
#29493E
(41,73,62)
#254037
(37,64,55)
#213730
(33,55,48)
#1D2E29
(29,46,41)
#192522
(25,37,34)
#151C1B
(21,28,27)
#111314
(17,19,20)
#0D0A0D
(13,10,13)
#000000
(0,0,0)

Tints of #356453

#356453
(53,100,83)
#477262
(71,114,98)
#598071
(89,128,113)
#6B8E80
(107,142,128)
#7D9C8F
(125,156,143)
#8FAA9E
(143,170,158)
#A1B8AD
(161,184,173)
#B3C6BC
(179,198,188)
#C5D4CB
(197,212,203)
#D7E2DA
(215,226,218)
#E9F0E9
(233,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #356453 color. Also use rgb(53,100,83) instead hex code.

Text Font Color

.myTextColor { color: #356453; }

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

This text font color is #356453.


Background Color

.myBgColor { background-color: #356453; }

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

This div background color is #356453.


Border color

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

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

This div border color is #356453.


Opacity

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

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

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

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

This text has shadow with #356453 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356453 on black background.


Color preview on white background

This text has color #356453 on white background.



Black color preview on #356453 background

This text has black color on #356453 background.


White color preview on #356453 background

This text has white color on #356453 background.