COLOR #354642

HEX: #354642
RGB: (53,70,66)

Color info

#354642 contains red, green and blue colors in about the same proportion. Web safe color of #354642 is #333333 (or #333).

RGB color model

#354642 color RGB value is (53,70,66).

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

RGB channels and saturation

R 53 of 255 = 21%
G 70 of 255 = 27%
B 66 of 255 = 26%

53
70
66

R + G + B ~ 25%. #354642 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 70 + 66 = 189 (100%)
R 53 of 189 ~ 28.04%
G 70 of 189 ~ 37.04%
B 66 of 189 ~ 34.92%

%28.04
%37.04
%34.92

CMYK color model

#354642 color CMYK value is (24,0,6,73).

  • cyan value is 24.29%
  • magenta value is 0.00%
  • yellow value is 5.71%
  • key color value is 72.55%
CMYK:
(24,0,6,73)
C24M0Y6K73 
(24%,0%,6%,73%)
(0.24/0.00/0.06/0.73)	

CMYK percentages

%24.29
%0
%5.71
%72.55

Codes

Color #354642 in popluar color models

354642
RGB537066
HSL166°13.82%24.12%
HSB/HSV166°24.29%27.45%
CMYK24.29%0.00%5.71%
72.55%

Color #354642 in popluar number systems.

HEX354642
Decimal537066
Binary11010110001101000010
Octal65106102

Shades and tints

Shades of #354642

#354642
(53,70,66)
#31403C
(49,64,60)
#2D3A36
(45,58,54)
#293430
(41,52,48)
#252E2A
(37,46,42)
#212824
(33,40,36)
#1D221E
(29,34,30)
#191C18
(25,28,24)
#151612
(21,22,18)
#11100C
(17,16,12)
#0D0A06
(13,10,6)
#000000
(0,0,0)

Tints of #354642

#354642
(53,70,66)
#475653
(71,86,83)
#596664
(89,102,100)
#6B7675
(107,118,117)
#7D8686
(125,134,134)
#8F9697
(143,150,151)
#A1A6A8
(161,166,168)
#B3B6B9
(179,182,185)
#C5C6CA
(197,198,202)
#D7D6DB
(215,214,219)
#E9E6EC
(233,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354642; }

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

This text font color is #354642.


Background Color

.myBgColor { background-color: #354642; }

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

This div background color is #354642.


Border color

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

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

This div border color is #354642.


Opacity

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

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

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

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

This text has shadow with #354642 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354642 on black background.


Color preview on white background

This text has color #354642 on white background.



Black color preview on #354642 background

This text has black color on #354642 background.


White color preview on #354642 background

This text has white color on #354642 background.