COLOR #345A53

HEX: #345A53 RGB: (52,90,83)

Color info

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

RGB color model

#345A53 color RGB value is (52,90,83).

RGB: (52,90,83) (20%, 35%, 33%)

RGB channels and saturation

R 52 of 255 = 20%
G 90 of 255 = 35%
B 83 of 255 = 33%

52
90
83

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

Portions of RGB colors in percentages

R + G + B = 52 + 90 + 83 = 225 (100%)
R 52 of 225 ~ 23.11%
G 90 of 225 ~ 40%
B 83 of 225 ~ 36.89'%

%23.11
%40
%36.89

CMYK color model

#345A53 color CMYK value is (42,0,8,65).

  • cyan value is 42.22%
  • magenta value is 0.00%
  • yellow value is 7.78%
  • key color value is 64.71%

CMYK: (42,0,8,65)
C42M0Y8K65 (42%, 0%, 8%, 65%)
(0.42 / 0.00 / 0.08 / 0.65)

CMYK percentages

%42.22
%0
%7.78
%64.71

Codes

Color #345A53 in popluar color models

34 5A 53
RGB 52 90 83
HSL 169° 26.76% 27.84%
HSB/HSV 169° 42.22% 35.29%
CMYK 42.22% 0.00% 7.78%
64.71%

Color #345A53 in popluar number systems.

HEX 34 5A 53
Decimal 52 90 83
Binary 110100 1011010 1010011
Octal 64 132 123

Shades and tints

Shades of #345A53

#345A53
(52,90,83)
#30524C
(48,82,76)
#2C4A45
(44,74,69)
#28423E
(40,66,62)
#243A37
(36,58,55)
#203230
(32,50,48)
#1C2A29
(28,42,41)
#182222
(24,34,34)
#141A1B
(20,26,27)
#101214
(16,18,20)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #345A53

#345A53
(52,90,83)
#466962
(70,105,98)
#587871
(88,120,113)
#6A8780
(106,135,128)
#7C968F
(124,150,143)
#8EA59E
(142,165,158)
#A0B4AD
(160,180,173)
#B2C3BC
(178,195,188)
#C4D2CB
(196,210,203)
#D6E1DA
(214,225,218)
#E8F0E9
(232,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345A53; }

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

This text font color is #345A53.

Background Color

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

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

This div background color is #345A53.

Border color

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

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

This div border color is #345A53.

Opacity

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

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

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

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

This text has shadow with #345A53 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #345A53.

Preview

Color preview on black background

This text has color #345A53 on black background.


Color preview on white background

This text has color #345A53 on white background.


Black color preview on #345A53 background

This text has black color on #345A53 background.


White color preview on #345A53 background

This text has white color on #345A53 background.


Related colors

Complementary color

Complementary color for #hex is #CBA5AC.


I love getcolorcode.com

Triadic colors

1 #53345A and #5A5334 with #345A53 are triadic colors.

2 #535A34 and #5A3453 with #345A53 are triadic colors.