COLOR #354C4E

HEX: #354C4E
RGB: (53,76,78)

Color info

#354C4E contains red, green and blue colors in about the same proportion. Web safe color of #354C4E is #333366 (or #336).

RGB color model

#354C4E color RGB value is (53,76,78).

  • red value is 53;
  • green value is 76;
  • blue value is 78.
RGB:
(53,76,78)
(21%,30%,31%)

RGB channels and saturation

R 53 of 255 = 21%
G 76 of 255 = 30%
B 78 of 255 = 31%

53
76
78

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

Portions of RGB colors in percentages

R + G + B =
53 + 76 + 78 = 207 (100%)
R 53 of 207 ~ 25.6%
G 76 of 207 ~ 36.71%
B 78 of 207 ~ 37.68%

%25.6
%36.71
%37.68

CMYK color model

#354C4E color CMYK value is (32,3,0,69).

  • cyan value is 32.05%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 69.41%
CMYK:
(32,3,0,69)
C32M3Y0K69 
(32%,3%,0%,69%)
(0.32/0.03/0.00/0.69)	

CMYK percentages

%32.05
%2.56
%0
%69.41

Codes

Color #354C4E in popluar color models

354C4E
RGB537678
HSL185°19.08%25.69%
HSB/HSV185°32.05%30.59%
CMYK32.05%2.56%0.00%
69.41%

Color #354C4E in popluar number systems.

HEX354C4E
Decimal537678
Binary11010110011001001110
Octal65114116

Shades and tints

Shades of #354C4E

#354C4E
(53,76,78)
#314647
(49,70,71)
#2D4040
(45,64,64)
#293A39
(41,58,57)
#253432
(37,52,50)
#212E2B
(33,46,43)
#1D2824
(29,40,36)
#19221D
(25,34,29)
#151C16
(21,28,22)
#11160F
(17,22,15)
#0D1008
(13,16,8)
#000000
(0,0,0)

Tints of #354C4E

#354C4E
(53,76,78)
#475C5E
(71,92,94)
#596C6E
(89,108,110)
#6B7C7E
(107,124,126)
#7D8C8E
(125,140,142)
#8F9C9E
(143,156,158)
#A1ACAE
(161,172,174)
#B3BCBE
(179,188,190)
#C5CCCE
(197,204,206)
#D7DCDE
(215,220,222)
#E9ECEE
(233,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #354C4E color. Also use rgb(53,76,78) instead hex code.

Text Font Color

.myTextColor { color: #354C4E; }

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

This text font color is #354C4E.


Background Color

.myBgColor { background-color: #354C4E; }

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

This div background color is #354C4E.


Border color

.myBorderColor { border: 1px solid #354C4E; }

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

This div border color is #354C4E.


Opacity

.myOpacity80 { color: #354C4E; opacity: 0.8; }

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

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

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

This text has shadow with #354C4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354C4E on black background.


Color preview on white background

This text has color #354C4E on white background.



Black color preview on #354C4E background

This text has black color on #354C4E background.


White color preview on #354C4E background

This text has white color on #354C4E background.