COLOR #345C5A

HEX: #345C5A
RGB: (52,92,90)

Color info

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

RGB color model

#345C5A color RGB value is (52,92,90).

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

RGB channels and saturation

R 52 of 255 = 20%
G 92 of 255 = 36%
B 90 of 255 = 35%

52
92
90

R + G + B ~ 30%. #345C5A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 92 + 90 = 234 (100%)
R 52 of 234 ~ 22.22%
G 92 of 234 ~ 39.32%
B 90 of 234 ~ 38.46%

%22.22
%39.32
%38.46

CMYK color model

#345C5A color CMYK value is (43,0,2,64).

  • cyan value is 43.48%
  • magenta value is 0.00%
  • yellow value is 2.17%
  • key color value is 63.92%
CMYK:
(43,0,2,64)
C43M0Y2K64 
(43%,0%,2%,64%)
(0.43/0.00/0.02/0.64)	

CMYK percentages

%43.48
%0
%2.17
%63.92

Codes

Color #345C5A in popluar color models

345C5A
RGB529290
HSL177°27.78%28.24%
HSB/HSV177°43.48%36.08%
CMYK43.48%0.00%2.17%
63.92%

Color #345C5A in popluar number systems.

HEX345C5A
Decimal529290
Binary11010010111001011010
Octal64134132

Shades and tints

Shades of #345C5A

#345C5A
(52,92,90)
#305452
(48,84,82)
#2C4C4A
(44,76,74)
#284442
(40,68,66)
#243C3A
(36,60,58)
#203432
(32,52,50)
#1C2C2A
(28,44,42)
#182422
(24,36,34)
#141C1A
(20,28,26)
#101412
(16,20,18)
#0C0C0A
(12,12,10)
#000000
(0,0,0)

Tints of #345C5A

#345C5A
(52,92,90)
#466A69
(70,106,105)
#587878
(88,120,120)
#6A8687
(106,134,135)
#7C9496
(124,148,150)
#8EA2A5
(142,162,165)
#A0B0B4
(160,176,180)
#B2BEC3
(178,190,195)
#C4CCD2
(196,204,210)
#D6DAE1
(214,218,225)
#E8E8F0
(232,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345C5A; }

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

This text font color is #345C5A.


Background Color

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

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

This div background color is #345C5A.


Border color

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

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

This div border color is #345C5A.


Opacity

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

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

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

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

This text has shadow with #345C5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345C5A on black background.


Color preview on white background

This text has color #345C5A on white background.



Black color preview on #345C5A background

This text has black color on #345C5A background.


White color preview on #345C5A background

This text has white color on #345C5A background.