COLOR #355040

HEX: #355040
RGB: (53,80,64)

Color info

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

RGB color model

#355040 color RGB value is (53,80,64).

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

RGB channels and saturation

R 53 of 255 = 21%
G 80 of 255 = 31%
B 64 of 255 = 25%

53
80
64

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

Portions of RGB colors in percentages

R + G + B =
53 + 80 + 64 = 197 (100%)
R 53 of 197 ~ 26.9%
G 80 of 197 ~ 40.61%
B 64 of 197 ~ 32.49%

%26.9
%40.61
%32.49

CMYK color model

#355040 color CMYK value is (34,0,20,69).

  • cyan value is 33.75%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 68.63%
CMYK:
(34,0,20,69)
C34M0Y20K69 
(34%,0%,20%,69%)
(0.34/0.00/0.20/0.69)	

CMYK percentages

%33.75
%0
%20
%68.63

Codes

Color #355040 in popluar color models

355040
RGB538064
HSL144°20.30%26.08%
HSB/HSV144°33.75%31.37%
CMYK33.75%0.00%20.00%
68.63%

Color #355040 in popluar number systems.

HEX355040
Decimal538064
Binary11010110100001000000
Octal65120100

Shades and tints

Shades of #355040

#355040
(53,80,64)
#31493B
(49,73,59)
#2D4236
(45,66,54)
#293B31
(41,59,49)
#25342C
(37,52,44)
#212D27
(33,45,39)
#1D2622
(29,38,34)
#191F1D
(25,31,29)
#151818
(21,24,24)
#111113
(17,17,19)
#0D0A0E
(13,10,14)
#000000
(0,0,0)

Tints of #355040

#355040
(53,80,64)
#475F51
(71,95,81)
#596E62
(89,110,98)
#6B7D73
(107,125,115)
#7D8C84
(125,140,132)
#8F9B95
(143,155,149)
#A1AAA6
(161,170,166)
#B3B9B7
(179,185,183)
#C5C8C8
(197,200,200)
#D7D7D9
(215,215,217)
#E9E6EA
(233,230,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355040; }

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

This text font color is #355040.


Background Color

.myBgColor { background-color: #355040; }

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

This div background color is #355040.


Border color

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

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

This div border color is #355040.


Opacity

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

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

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

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

This text has shadow with #355040 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355040 on black background.


Color preview on white background

This text has color #355040 on white background.



Black color preview on #355040 background

This text has black color on #355040 background.


White color preview on #355040 background

This text has white color on #355040 background.