COLOR #355253

HEX: #355253
RGB: (53,82,83)

Color info

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

RGB color model

#355253 color RGB value is (53,82,83).

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

RGB channels and saturation

R 53 of 255 = 21%
G 82 of 255 = 32%
B 83 of 255 = 33%

53
82
83

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

Portions of RGB colors in percentages

R + G + B =
53 + 82 + 83 = 218 (100%)
R 53 of 218 ~ 24.31%
G 82 of 218 ~ 37.61%
B 83 of 218 ~ 38.07%

%24.31
%37.61
%38.07

CMYK color model

#355253 color CMYK value is (36,1,0,67).

  • cyan value is 36.14%
  • magenta value is 1.20%
  • yellow value is 0.00%
  • key color value is 67.45%
CMYK:
(36,1,0,67)
C36M1Y0K67 
(36%,1%,0%,67%)
(0.36/0.01/0.00/0.67)	

CMYK percentages

%36.14
%1.2
%0
%67.45

Codes

Color #355253 in popluar color models

355253
RGB538283
HSL182°22.06%26.67%
HSB/HSV182°36.14%32.55%
CMYK36.14%1.20%0.00%
67.45%

Color #355253 in popluar number systems.

HEX355253
Decimal538283
Binary11010110100101010011
Octal65122123

Shades and tints

Shades of #355253

#355253
(53,82,83)
#314B4C
(49,75,76)
#2D4445
(45,68,69)
#293D3E
(41,61,62)
#253637
(37,54,55)
#212F30
(33,47,48)
#1D2829
(29,40,41)
#192122
(25,33,34)
#151A1B
(21,26,27)
#111314
(17,19,20)
#0D0C0D
(13,12,13)
#000000
(0,0,0)

Tints of #355253

#355253
(53,82,83)
#476162
(71,97,98)
#597071
(89,112,113)
#6B7F80
(107,127,128)
#7D8E8F
(125,142,143)
#8F9D9E
(143,157,158)
#A1ACAD
(161,172,173)
#B3BBBC
(179,187,188)
#C5CACB
(197,202,203)
#D7D9DA
(215,217,218)
#E9E8E9
(233,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355253; }

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

This text font color is #355253.


Background Color

.myBgColor { background-color: #355253; }

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

This div background color is #355253.


Border color

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

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

This div border color is #355253.


Opacity

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

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

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

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

This text has shadow with #355253 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355253 on black background.


Color preview on white background

This text has color #355253 on white background.



Black color preview on #355253 background

This text has black color on #355253 background.


White color preview on #355253 background

This text has white color on #355253 background.