COLOR #355042

HEX: #355042
RGB: (53,80,66)

Color info

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

RGB color model

#355042 color RGB value is (53,80,66).

  • red value is 53;
  • green value is 80;
  • blue value is 66.
RGB:
(53,80,66)
(21%,31%,26%)

RGB channels and saturation

R 53 of 255 = 21%
G 80 of 255 = 31%
B 66 of 255 = 26%

53
80
66

R + G + B ~ 26%. #355042 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 80 + 66 = 199 (100%)
R 53 of 199 ~ 26.63%
G 80 of 199 ~ 40.2%
B 66 of 199 ~ 33.17%

%26.63
%40.2
%33.17

CMYK color model

#355042 color CMYK value is (34,0,18,69).

  • cyan value is 33.75%
  • magenta value is 0.00%
  • yellow value is 17.50%
  • key color value is 68.63%
CMYK:
(34,0,18,69)
C34M0Y18K69 
(34%,0%,18%,69%)
(0.34/0.00/0.18/0.69)	

CMYK percentages

%33.75
%0
%17.5
%68.63

Codes

Color #355042 in popluar color models

355042
RGB538066
HSL149°20.30%26.08%
HSB/HSV149°33.75%31.37%
CMYK33.75%0.00%17.50%
68.63%

Color #355042 in popluar number systems.

HEX355042
Decimal538066
Binary11010110100001000010
Octal65120102

Shades and tints

Shades of #355042

#355042
(53,80,66)
#31493C
(49,73,60)
#2D4236
(45,66,54)
#293B30
(41,59,48)
#25342A
(37,52,42)
#212D24
(33,45,36)
#1D261E
(29,38,30)
#191F18
(25,31,24)
#151812
(21,24,18)
#11110C
(17,17,12)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #355042

#355042
(53,80,66)
#475F53
(71,95,83)
#596E64
(89,110,100)
#6B7D75
(107,125,117)
#7D8C86
(125,140,134)
#8F9B97
(143,155,151)
#A1AAA8
(161,170,168)
#B3B9B9
(179,185,185)
#C5C8CA
(197,200,202)
#D7D7DB
(215,215,219)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355042 color. Also use rgb(53,80,66) instead hex code.

Text Font Color

.myTextColor { color: #355042; }

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

This text font color is #355042.


Background Color

.myBgColor { background-color: #355042; }

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

This div background color is #355042.


Border color

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

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

This div border color is #355042.


Opacity

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

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

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

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

This text has shadow with #355042 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355042 on black background.


Color preview on white background

This text has color #355042 on white background.



Black color preview on #355042 background

This text has black color on #355042 background.


White color preview on #355042 background

This text has white color on #355042 background.