COLOR #345A6D

HEX: #345A6D RGB: (52,90,109)

Color info

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

RGB color model

#345A6D color RGB value is (52,90,109).

RGB: (52,90,109) (20%, 35%, 43%)

RGB channels and saturation

R 52 of 255 = 20%
G 90 of 255 = 35%
B 109 of 255 = 43%

52
90
109

R + G + B ~ 33%. #345A6D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 90 + 109 = 251 (100%)
R 52 of 251 ~ 20.72%
G 90 of 251 ~ 35.86%
B 109 of 251 ~ 43.43'%

%20.72
%35.86
%43.43

CMYK color model

#345A6D color CMYK value is (52,17,0,57).

  • cyan value is 52.29%
  • magenta value is 17.43%
  • yellow value is 0.00%
  • key color value is 57.25%

CMYK: (52,17,0,57)
C52M17Y0K57 (52%, 17%, 0%, 57%)
(0.52 / 0.17 / 0.00 / 0.57)

CMYK percentages

%52.29
%17.43
%0
%57.25

Codes

Color #345A6D in popluar color models

34 5A 6D
RGB 52 90 109
HSL 200° 35.40% 31.57%
HSB/HSV 200° 52.29% 42.75%
CMYK 52.29% 17.43% 0.00%
57.25%

Color #345A6D in popluar number systems.

HEX 34 5A 6D
Decimal 52 90 109
Binary 110100 1011010 1101101
Octal 64 132 155

Shades and tints

Shades of #345A6D

#345A6D
(52,90,109)
#305264
(48,82,100)
#2C4A5B
(44,74,91)
#284252
(40,66,82)
#243A49
(36,58,73)
#203240
(32,50,64)
#1C2A37
(28,42,55)
#18222E
(24,34,46)
#141A25
(20,26,37)
#10121C
(16,18,28)
#0C0A13
(12,10,19)
#000000
(0,0,0)

Tints of #345A6D

#345A6D
(52,90,109)
#46697A
(70,105,122)
#587887
(88,120,135)
#6A8794
(106,135,148)
#7C96A1
(124,150,161)
#8EA5AE
(142,165,174)
#A0B4BB
(160,180,187)
#B2C3C8
(178,195,200)
#C4D2D5
(196,210,213)
#D6E1E2
(214,225,226)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345A6D; }

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

This text font color is #345A6D.

Background Color

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

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

This div background color is #345A6D.

Border color

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

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

This div border color is #345A6D.

Opacity

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

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

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

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

This text has shadow with #345A6D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #345A6D.

Preview

Color preview on black background

This text has color #345A6D on black background.


Color preview on white background

This text has color #345A6D on white background.


Black color preview on #345A6D background

This text has black color on #345A6D background.


White color preview on #345A6D background

This text has white color on #345A6D background.


Related colors

Complementary color

Complementary color for #hex is #CBA592.


I love getcolorcode.com

Triadic colors

1 #6D345A and #5A6D34 with #345A6D are triadic colors.

2 #6D5A34 and #5A346D with #345A6D are triadic colors.