COLOR #355752

HEX: #355752
RGB: (53,87,82)

Color info

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

RGB color model

#355752 color RGB value is (53,87,82).

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

RGB channels and saturation

R 53 of 255 = 21%
G 87 of 255 = 34%
B 82 of 255 = 32%

53
87
82

R + G + B ~ 29%. #355752 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 87 + 82 = 222 (100%)
R 53 of 222 ~ 23.87%
G 87 of 222 ~ 39.19%
B 82 of 222 ~ 36.94%

%23.87
%39.19
%36.94

CMYK color model

#355752 color CMYK value is (39,0,6,66).

  • cyan value is 39.08%
  • magenta value is 0.00%
  • yellow value is 5.75%
  • key color value is 65.88%
CMYK:
(39,0,6,66)
C39M0Y6K66 
(39%,0%,6%,66%)
(0.39/0.00/0.06/0.66)	

CMYK percentages

%39.08
%0
%5.75
%65.88

Codes

Color #355752 in popluar color models

355752
RGB538782
HSL171°24.29%27.45%
HSB/HSV171°39.08%34.12%
CMYK39.08%0.00%5.75%
65.88%

Color #355752 in popluar number systems.

HEX355752
Decimal538782
Binary11010110101111010010
Octal65127122

Shades and tints

Shades of #355752

#355752
(53,87,82)
#31504B
(49,80,75)
#2D4944
(45,73,68)
#29423D
(41,66,61)
#253B36
(37,59,54)
#21342F
(33,52,47)
#1D2D28
(29,45,40)
#192621
(25,38,33)
#151F1A
(21,31,26)
#111813
(17,24,19)
#0D110C
(13,17,12)
#000000
(0,0,0)

Tints of #355752

#355752
(53,87,82)
#476661
(71,102,97)
#597570
(89,117,112)
#6B847F
(107,132,127)
#7D938E
(125,147,142)
#8FA29D
(143,162,157)
#A1B1AC
(161,177,172)
#B3C0BB
(179,192,187)
#C5CFCA
(197,207,202)
#D7DED9
(215,222,217)
#E9EDE8
(233,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355752; }

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

This text font color is #355752.


Background Color

.myBgColor { background-color: #355752; }

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

This div background color is #355752.


Border color

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

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

This div border color is #355752.


Opacity

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

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

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

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

This text has shadow with #355752 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355752 on black background.


Color preview on white background

This text has color #355752 on white background.



Black color preview on #355752 background

This text has black color on #355752 background.


White color preview on #355752 background

This text has white color on #355752 background.