COLOR #355347

HEX: #355347
RGB: (53,83,71)

Color info

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

RGB color model

#355347 color RGB value is (53,83,71).

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

RGB channels and saturation

R 53 of 255 = 21%
G 83 of 255 = 33%
B 71 of 255 = 28%

53
83
71

R + G + B ~ 27%. #355347 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 83 + 71 = 207 (100%)
R 53 of 207 ~ 25.6%
G 83 of 207 ~ 40.1%
B 71 of 207 ~ 34.3%

%25.6
%40.1
%34.3

CMYK color model

#355347 color CMYK value is (36,0,14,67).

  • cyan value is 36.14%
  • magenta value is 0.00%
  • yellow value is 14.46%
  • key color value is 67.45%
CMYK:
(36,0,14,67)
C36M0Y14K67 
(36%,0%,14%,67%)
(0.36/0.00/0.14/0.67)	

CMYK percentages

%36.14
%0
%14.46
%67.45

Codes

Color #355347 in popluar color models

355347
RGB538371
HSL156°22.06%26.67%
HSB/HSV156°36.14%32.55%
CMYK36.14%0.00%14.46%
67.45%

Color #355347 in popluar number systems.

HEX355347
Decimal538371
Binary11010110100111000111
Octal65123107

Shades and tints

Shades of #355347

#355347
(53,83,71)
#314C41
(49,76,65)
#2D453B
(45,69,59)
#293E35
(41,62,53)
#25372F
(37,55,47)
#213029
(33,48,41)
#1D2923
(29,41,35)
#19221D
(25,34,29)
#151B17
(21,27,23)
#111411
(17,20,17)
#0D0D0B
(13,13,11)
#000000
(0,0,0)

Tints of #355347

#355347
(53,83,71)
#476257
(71,98,87)
#597167
(89,113,103)
#6B8077
(107,128,119)
#7D8F87
(125,143,135)
#8F9E97
(143,158,151)
#A1ADA7
(161,173,167)
#B3BCB7
(179,188,183)
#C5CBC7
(197,203,199)
#D7DAD7
(215,218,215)
#E9E9E7
(233,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #355347; }

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

This text font color is #355347.


Background Color

.myBgColor { background-color: #355347; }

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

This div background color is #355347.


Border color

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

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

This div border color is #355347.


Opacity

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

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

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

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

This text has shadow with #355347 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #355347 on black background.


Color preview on white background

This text has color #355347 on white background.



Black color preview on #355347 background

This text has black color on #355347 background.


White color preview on #355347 background

This text has white color on #355347 background.