COLOR #345A52

HEX: #345A52
RGB: (52,90,82)

Color info

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

RGB color model

#345A52 color RGB value is (52,90,82).

  • red value is 52;
  • green value is 90;
  • blue value is 82.
RGB:
(52,90,82)
(20%,35%,32%)

RGB channels and saturation

R 52 of 255 = 20%
G 90 of 255 = 35%
B 82 of 255 = 32%

52
90
82

R + G + B ~ 29%. #345A52 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 90 + 82 = 224 (100%)
R 52 of 224 ~ 23.21%
G 90 of 224 ~ 40.18%
B 82 of 224 ~ 36.61%

%23.21
%40.18
%36.61

CMYK color model

#345A52 color CMYK value is (42,0,9,65).

  • cyan value is 42.22%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 64.71%
CMYK:
(42,0,9,65)
C42M0Y9K65 
(42%,0%,9%,65%)
(0.42/0.00/0.09/0.65)	

CMYK percentages

%42.22
%0
%8.89
%64.71

Codes

Color #345A52 in popluar color models

345A52
RGB529082
HSL167°26.76%27.84%
HSB/HSV167°42.22%35.29%
CMYK42.22%0.00%8.89%
64.71%

Color #345A52 in popluar number systems.

HEX345A52
Decimal529082
Binary11010010110101010010
Octal64132122

Shades and tints

Shades of #345A52

#345A52
(52,90,82)
#30524B
(48,82,75)
#2C4A44
(44,74,68)
#28423D
(40,66,61)
#243A36
(36,58,54)
#20322F
(32,50,47)
#1C2A28
(28,42,40)
#182221
(24,34,33)
#141A1A
(20,26,26)
#101213
(16,18,19)
#0C0A0C
(12,10,12)
#000000
(0,0,0)

Tints of #345A52

#345A52
(52,90,82)
#466961
(70,105,97)
#587870
(88,120,112)
#6A877F
(106,135,127)
#7C968E
(124,150,142)
#8EA59D
(142,165,157)
#A0B4AC
(160,180,172)
#B2C3BB
(178,195,187)
#C4D2CA
(196,210,202)
#D6E1D9
(214,225,217)
#E8F0E8
(232,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #345A52 color. Also use rgb(52,90,82) instead hex code.

Text Font Color

.myTextColor { color: #345A52; }

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

This text font color is #345A52.


Background Color

.myBgColor { background-color: #345A52; }

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

This div background color is #345A52.


Border color

.myBorderColor { border: 1px solid #345A52; }

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

This div border color is #345A52.


Opacity

.myOpacity80 { color: #345A52; opacity: 0.8; }

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

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

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

This text has shadow with #345A52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345A52 on black background.


Color preview on white background

This text has color #345A52 on white background.



Black color preview on #345A52 background

This text has black color on #345A52 background.


White color preview on #345A52 background

This text has white color on #345A52 background.