COLOR #356051

HEX: #356051
RGB: (53,96,81)

Color info

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

RGB color model

#356051 color RGB value is (53,96,81).

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

RGB channels and saturation

R 53 of 255 = 21%
G 96 of 255 = 38%
B 81 of 255 = 32%

53
96
81

R + G + B ~ 30%. #356051 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 96 + 81 = 230 (100%)
R 53 of 230 ~ 23.04%
G 96 of 230 ~ 41.74%
B 81 of 230 ~ 35.22%

%23.04
%41.74
%35.22

CMYK color model

#356051 color CMYK value is (45,0,16,62).

  • cyan value is 44.79%
  • magenta value is 0.00%
  • yellow value is 15.63%
  • key color value is 62.35%
CMYK:
(45,0,16,62)
C45M0Y16K62 
(45%,0%,16%,62%)
(0.45/0.00/0.16/0.62)	

CMYK percentages

%44.79
%0
%15.63
%62.35

Codes

Color #356051 in popluar color models

356051
RGB539681
HSL159°28.86%29.22%
HSB/HSV159°44.79%37.65%
CMYK44.79%0.00%15.63%
62.35%

Color #356051 in popluar number systems.

HEX356051
Decimal539681
Binary11010111000001010001
Octal65140121

Shades and tints

Shades of #356051

#356051
(53,96,81)
#31584A
(49,88,74)
#2D5043
(45,80,67)
#29483C
(41,72,60)
#254035
(37,64,53)
#21382E
(33,56,46)
#1D3027
(29,48,39)
#192820
(25,40,32)
#152019
(21,32,25)
#111812
(17,24,18)
#0D100B
(13,16,11)
#000000
(0,0,0)

Tints of #356051

#356051
(53,96,81)
#476E60
(71,110,96)
#597C6F
(89,124,111)
#6B8A7E
(107,138,126)
#7D988D
(125,152,141)
#8FA69C
(143,166,156)
#A1B4AB
(161,180,171)
#B3C2BA
(179,194,186)
#C5D0C9
(197,208,201)
#D7DED8
(215,222,216)
#E9ECE7
(233,236,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356051; }

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

This text font color is #356051.


Background Color

.myBgColor { background-color: #356051; }

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

This div background color is #356051.


Border color

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

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

This div border color is #356051.


Opacity

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

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

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

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

This text has shadow with #356051 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356051 on black background.


Color preview on white background

This text has color #356051 on white background.



Black color preview on #356051 background

This text has black color on #356051 background.


White color preview on #356051 background

This text has white color on #356051 background.