COLOR #354F46

HEX: #354F46
RGB: (53,79,70)

Color info

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

RGB color model

#354F46 color RGB value is (53,79,70).

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

RGB channels and saturation

R 53 of 255 = 21%
G 79 of 255 = 31%
B 70 of 255 = 27%

53
79
70

R + G + B ~ 26%. #354F46 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 79 + 70 = 202 (100%)
R 53 of 202 ~ 26.24%
G 79 of 202 ~ 39.11%
B 70 of 202 ~ 34.65%

%26.24
%39.11
%34.65

CMYK color model

#354F46 color CMYK value is (33,0,11,69).

  • cyan value is 32.91%
  • magenta value is 0.00%
  • yellow value is 11.39%
  • key color value is 69.02%
CMYK:
(33,0,11,69)
C33M0Y11K69 
(33%,0%,11%,69%)
(0.33/0.00/0.11/0.69)	

CMYK percentages

%32.91
%0
%11.39
%69.02

Codes

Color #354F46 in popluar color models

354F46
RGB537970
HSL159°19.70%25.88%
HSB/HSV159°32.91%30.98%
CMYK32.91%0.00%11.39%
69.02%

Color #354F46 in popluar number systems.

HEX354F46
Decimal537970
Binary11010110011111000110
Octal65117106

Shades and tints

Shades of #354F46

#354F46
(53,79,70)
#314840
(49,72,64)
#2D413A
(45,65,58)
#293A34
(41,58,52)
#25332E
(37,51,46)
#212C28
(33,44,40)
#1D2522
(29,37,34)
#191E1C
(25,30,28)
#151716
(21,23,22)
#111010
(17,16,16)
#0D090A
(13,9,10)
#000000
(0,0,0)

Tints of #354F46

#354F46
(53,79,70)
#475F56
(71,95,86)
#596F66
(89,111,102)
#6B7F76
(107,127,118)
#7D8F86
(125,143,134)
#8F9F96
(143,159,150)
#A1AFA6
(161,175,166)
#B3BFB6
(179,191,182)
#C5CFC6
(197,207,198)
#D7DFD6
(215,223,214)
#E9EFE6
(233,239,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354F46; }

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

This text font color is #354F46.


Background Color

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

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

This div background color is #354F46.


Border color

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

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

This div border color is #354F46.


Opacity

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

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

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

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

This text has shadow with #354F46 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354F46 on black background.


Color preview on white background

This text has color #354F46 on white background.



Black color preview on #354F46 background

This text has black color on #354F46 background.


White color preview on #354F46 background

This text has white color on #354F46 background.