COLOR #356447

HEX: #356447
RGB: (53,100,71)

Color info

#356447 contains red, green and blue colors in about the same proportion. Web safe color of #356447 is #336633 (or #363).

RGB color model

#356447 color RGB value is (53,100,71).

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

RGB channels and saturation

R 53 of 255 = 21%
G 100 of 255 = 39%
B 71 of 255 = 28%

53
100
71

R + G + B ~ 29%. #356447 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 100 + 71 = 224 (100%)
R 53 of 224 ~ 23.66%
G 100 of 224 ~ 44.64%
B 71 of 224 ~ 31.7%

%23.66
%44.64
%31.7

CMYK color model

#356447 color CMYK value is (47,0,29,61).

  • cyan value is 47.00%
  • magenta value is 0.00%
  • yellow value is 29.00%
  • key color value is 60.78%
CMYK:
(47,0,29,61)
C47M0Y29K61 
(47%,0%,29%,61%)
(0.47/0.00/0.29/0.61)	

CMYK percentages

%47
%0
%29
%60.78

Codes

Color #356447 in popluar color models

356447
RGB5310071
HSL143°30.72%30.00%
HSB/HSV143°47.00%39.22%
CMYK47.00%0.00%29.00%
60.78%

Color #356447 in popluar number systems.

HEX356447
Decimal5310071
Binary11010111001001000111
Octal65144107

Shades and tints

Shades of #356447

#356447
(53,100,71)
#315B41
(49,91,65)
#2D523B
(45,82,59)
#294935
(41,73,53)
#25402F
(37,64,47)
#213729
(33,55,41)
#1D2E23
(29,46,35)
#19251D
(25,37,29)
#151C17
(21,28,23)
#111311
(17,19,17)
#0D0A0B
(13,10,11)
#000000
(0,0,0)

Tints of #356447

#356447
(53,100,71)
#477257
(71,114,87)
#598067
(89,128,103)
#6B8E77
(107,142,119)
#7D9C87
(125,156,135)
#8FAA97
(143,170,151)
#A1B8A7
(161,184,167)
#B3C6B7
(179,198,183)
#C5D4C7
(197,212,199)
#D7E2D7
(215,226,215)
#E9F0E7
(233,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356447; }

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

This text font color is #356447.


Background Color

.myBgColor { background-color: #356447; }

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

This div background color is #356447.


Border color

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

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

This div border color is #356447.


Opacity

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

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

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

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

This text has shadow with #356447 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356447 on black background.


Color preview on white background

This text has color #356447 on white background.



Black color preview on #356447 background

This text has black color on #356447 background.


White color preview on #356447 background

This text has white color on #356447 background.