COLOR #354745

HEX: #354745
RGB: (53,71,69)

Color info

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

RGB color model

#354745 color RGB value is (53,71,69).

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

RGB channels and saturation

R 53 of 255 = 21%
G 71 of 255 = 28%
B 69 of 255 = 27%

53
71
69

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

Portions of RGB colors in percentages

R + G + B =
53 + 71 + 69 = 193 (100%)
R 53 of 193 ~ 27.46%
G 71 of 193 ~ 36.79%
B 69 of 193 ~ 35.75%

%27.46
%36.79
%35.75

CMYK color model

#354745 color CMYK value is (25,0,3,72).

  • cyan value is 25.35%
  • magenta value is 0.00%
  • yellow value is 2.82%
  • key color value is 72.16%
CMYK:
(25,0,3,72)
C25M0Y3K72 
(25%,0%,3%,72%)
(0.25/0.00/0.03/0.72)	

CMYK percentages

%25.35
%0
%2.82
%72.16

Codes

Color #354745 in popluar color models

354745
RGB537169
HSL173°14.52%24.31%
HSB/HSV173°25.35%27.84%
CMYK25.35%0.00%2.82%
72.16%

Color #354745 in popluar number systems.

HEX354745
Decimal537169
Binary11010110001111000101
Octal65107105

Shades and tints

Shades of #354745

#354745
(53,71,69)
#31413F
(49,65,63)
#2D3B39
(45,59,57)
#293533
(41,53,51)
#252F2D
(37,47,45)
#212927
(33,41,39)
#1D2321
(29,35,33)
#191D1B
(25,29,27)
#151715
(21,23,21)
#11110F
(17,17,15)
#0D0B09
(13,11,9)
#000000
(0,0,0)

Tints of #354745

#354745
(53,71,69)
#475755
(71,87,85)
#596765
(89,103,101)
#6B7775
(107,119,117)
#7D8785
(125,135,133)
#8F9795
(143,151,149)
#A1A7A5
(161,167,165)
#B3B7B5
(179,183,181)
#C5C7C5
(197,199,197)
#D7D7D5
(215,215,213)
#E9E7E5
(233,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #354745; }

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

This text font color is #354745.


Background Color

.myBgColor { background-color: #354745; }

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

This div background color is #354745.


Border color

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

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

This div border color is #354745.


Opacity

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

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

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

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

This text has shadow with #354745 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #354745 on black background.


Color preview on white background

This text has color #354745 on white background.



Black color preview on #354745 background

This text has black color on #354745 background.


White color preview on #354745 background

This text has white color on #354745 background.