COLOR #355244

HEX: #355244
RGB: (53,82,68)

Color info

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

RGB color model

#355244 color RGB value is (53,82,68).

  • red value is 53;
  • green value is 82;
  • blue value is 68.
RGB:
(53,82,68)
(21%,32%,27%)

RGB channels and saturation

R 53 of 255 = 21%
G 82 of 255 = 32%
B 68 of 255 = 27%

53
82
68

R + G + B ~ 27%. #355244 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 82 + 68 = 203 (100%)
R 53 of 203 ~ 26.11%
G 82 of 203 ~ 40.39%
B 68 of 203 ~ 33.5%

%26.11
%40.39
%33.5

CMYK color model

#355244 color CMYK value is (35,0,17,68).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 17.07%
  • key color value is 67.84%
CMYK:
(35,0,17,68)
C35M0Y17K68 
(35%,0%,17%,68%)
(0.35/0.00/0.17/0.68)	

CMYK percentages

%35.37
%0
%17.07
%67.84

Codes

Color #355244 in popluar color models

355244
RGB538268
HSL151°21.48%26.47%
HSB/HSV151°35.37%32.16%
CMYK35.37%0.00%17.07%
67.84%

Color #355244 in popluar number systems.

HEX355244
Decimal538268
Binary11010110100101000100
Octal65122104

Shades and tints

Shades of #355244

#355244
(53,82,68)
#314B3E
(49,75,62)
#2D4438
(45,68,56)
#293D32
(41,61,50)
#25362C
(37,54,44)
#212F26
(33,47,38)
#1D2820
(29,40,32)
#19211A
(25,33,26)
#151A14
(21,26,20)
#11130E
(17,19,14)
#0D0C08
(13,12,8)
#000000
(0,0,0)

Tints of #355244

#355244
(53,82,68)
#476155
(71,97,85)
#597066
(89,112,102)
#6B7F77
(107,127,119)
#7D8E88
(125,142,136)
#8F9D99
(143,157,153)
#A1ACAA
(161,172,170)
#B3BBBB
(179,187,187)
#C5CACC
(197,202,204)
#D7D9DD
(215,217,221)
#E9E8EE
(233,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355244 color. Also use rgb(53,82,68) instead hex code.

Text Font Color

.myTextColor { color: #355244; }

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

This text font color is #355244.


Background Color

.myBgColor { background-color: #355244; }

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

This div background color is #355244.


Border color

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

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

This div border color is #355244.


Opacity

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

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

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

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

This text has shadow with #355244 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355244 on black background.


Color preview on white background

This text has color #355244 on white background.



Black color preview on #355244 background

This text has black color on #355244 background.


White color preview on #355244 background

This text has white color on #355244 background.