COLOR #356851

HEX: #356851
RGB: (53,104,81)

Color info

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

RGB color model

#356851 color RGB value is (53,104,81).

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

RGB channels and saturation

R 53 of 255 = 21%
G 104 of 255 = 41%
B 81 of 255 = 32%

53
104
81

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

Portions of RGB colors in percentages

R + G + B =
53 + 104 + 81 = 238 (100%)
R 53 of 238 ~ 22.27%
G 104 of 238 ~ 43.7%
B 81 of 238 ~ 34.03%

%22.27
%43.7
%34.03

CMYK color model

#356851 color CMYK value is (49,0,22,59).

  • cyan value is 49.04%
  • magenta value is 0.00%
  • yellow value is 22.12%
  • key color value is 59.22%
CMYK:
(49,0,22,59)
C49M0Y22K59 
(49%,0%,22%,59%)
(0.49/0.00/0.22/0.59)	

CMYK percentages

%49.04
%0
%22.12
%59.22

Codes

Color #356851 in popluar color models

356851
RGB5310481
HSL153°32.48%30.78%
HSB/HSV153°49.04%40.78%
CMYK49.04%0.00%22.12%
59.22%

Color #356851 in popluar number systems.

HEX356851
Decimal5310481
Binary11010111010001010001
Octal65150121

Shades and tints

Shades of #356851

#356851
(53,104,81)
#315F4A
(49,95,74)
#2D5643
(45,86,67)
#294D3C
(41,77,60)
#254435
(37,68,53)
#213B2E
(33,59,46)
#1D3227
(29,50,39)
#192920
(25,41,32)
#152019
(21,32,25)
#111712
(17,23,18)
#0D0E0B
(13,14,11)
#000000
(0,0,0)

Tints of #356851

#356851
(53,104,81)
#477560
(71,117,96)
#59826F
(89,130,111)
#6B8F7E
(107,143,126)
#7D9C8D
(125,156,141)
#8FA99C
(143,169,156)
#A1B6AB
(161,182,171)
#B3C3BA
(179,195,186)
#C5D0C9
(197,208,201)
#D7DDD8
(215,221,216)
#E9EAE7
(233,234,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #356851; }

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

This text font color is #356851.


Background Color

.myBgColor { background-color: #356851; }

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

This div background color is #356851.


Border color

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

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

This div border color is #356851.


Opacity

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

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

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

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

This text has shadow with #356851 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #356851 on black background.


Color preview on white background

This text has color #356851 on white background.



Black color preview on #356851 background

This text has black color on #356851 background.


White color preview on #356851 background

This text has white color on #356851 background.