COLOR #354F4E

HEX: #354F4E
RGB: (53,79,78)

Color info

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

RGB color model

#354F4E color RGB value is (53,79,78).

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

RGB channels and saturation

R 53 of 255 = 21%
G 79 of 255 = 31%
B 78 of 255 = 31%

53
79
78

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

Portions of RGB colors in percentages

R + G + B =
53 + 79 + 78 = 210 (100%)
R 53 of 210 ~ 25.24%
G 79 of 210 ~ 37.62%
B 78 of 210 ~ 37.14%

%25.24
%37.62
%37.14

CMYK color model

#354F4E color CMYK value is (33,0,1,69).

  • cyan value is 32.91%
  • magenta value is 0.00%
  • yellow value is 1.27%
  • key color value is 69.02%
CMYK:
(33,0,1,69)
C33M0Y1K69 
(33%,0%,1%,69%)
(0.33/0.00/0.01/0.69)	

CMYK percentages

%32.91
%0
%1.27
%69.02

Codes

Color #354F4E in popluar color models

354F4E
RGB537978
HSL178°19.70%25.88%
HSB/HSV178°32.91%30.98%
CMYK32.91%0.00%1.27%
69.02%

Color #354F4E in popluar number systems.

HEX354F4E
Decimal537978
Binary11010110011111001110
Octal65117116

Shades and tints

Shades of #354F4E

#354F4E
(53,79,78)
#314847
(49,72,71)
#2D4140
(45,65,64)
#293A39
(41,58,57)
#253332
(37,51,50)
#212C2B
(33,44,43)
#1D2524
(29,37,36)
#191E1D
(25,30,29)
#151716
(21,23,22)
#11100F
(17,16,15)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #354F4E

#354F4E
(53,79,78)
#475F5E
(71,95,94)
#596F6E
(89,111,110)
#6B7F7E
(107,127,126)
#7D8F8E
(125,143,142)
#8F9F9E
(143,159,158)
#A1AFAE
(161,175,174)
#B3BFBE
(179,191,190)
#C5CFCE
(197,207,206)
#D7DFDE
(215,223,222)
#E9EFEE
(233,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354F4E; }

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

This text font color is #354F4E.


Background Color

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

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

This div background color is #354F4E.


Border color

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

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

This div border color is #354F4E.


Opacity

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

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

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

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

This text has shadow with #354F4E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354F4E on black background.


Color preview on white background

This text has color #354F4E on white background.



Black color preview on #354F4E background

This text has black color on #354F4E background.


White color preview on #354F4E background

This text has white color on #354F4E background.