COLOR #355748

HEX: #355748
RGB: (53,87,72)

Color info

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

RGB color model

#355748 color RGB value is (53,87,72).

  • red value is 53;
  • green value is 87;
  • blue value is 72.
RGB:
(53,87,72)
(21%,34%,28%)

RGB channels and saturation

R 53 of 255 = 21%
G 87 of 255 = 34%
B 72 of 255 = 28%

53
87
72

R + G + B ~ 28%. #355748 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 87 + 72 = 212 (100%)
R 53 of 212 ~ 25%
G 87 of 212 ~ 41.04%
B 72 of 212 ~ 33.96%

%25
%41.04
%33.96

CMYK color model

#355748 color CMYK value is (39,0,17,66).

  • cyan value is 39.08%
  • magenta value is 0.00%
  • yellow value is 17.24%
  • key color value is 65.88%
CMYK:
(39,0,17,66)
C39M0Y17K66 
(39%,0%,17%,66%)
(0.39/0.00/0.17/0.66)	

CMYK percentages

%39.08
%0
%17.24
%65.88

Codes

Color #355748 in popluar color models

355748
RGB538772
HSL154°24.29%27.45%
HSB/HSV154°39.08%34.12%
CMYK39.08%0.00%17.24%
65.88%

Color #355748 in popluar number systems.

HEX355748
Decimal538772
Binary11010110101111001000
Octal65127110

Shades and tints

Shades of #355748

#355748
(53,87,72)
#315042
(49,80,66)
#2D493C
(45,73,60)
#294236
(41,66,54)
#253B30
(37,59,48)
#21342A
(33,52,42)
#1D2D24
(29,45,36)
#19261E
(25,38,30)
#151F18
(21,31,24)
#111812
(17,24,18)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #355748

#355748
(53,87,72)
#476658
(71,102,88)
#597568
(89,117,104)
#6B8478
(107,132,120)
#7D9388
(125,147,136)
#8FA298
(143,162,152)
#A1B1A8
(161,177,168)
#B3C0B8
(179,192,184)
#C5CFC8
(197,207,200)
#D7DED8
(215,222,216)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #355748 color. Also use rgb(53,87,72) instead hex code.

Text Font Color

.myTextColor { color: #355748; }

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

This text font color is #355748.


Background Color

.myBgColor { background-color: #355748; }

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

This div background color is #355748.


Border color

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

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

This div border color is #355748.


Opacity

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

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

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

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

This text has shadow with #355748 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355748 on black background.


Color preview on white background

This text has color #355748 on white background.



Black color preview on #355748 background

This text has black color on #355748 background.


White color preview on #355748 background

This text has white color on #355748 background.