COLOR #345E7C

HEX: #345E7C RGB: (52,94,124)

Color info

#345E7C contains mainly green and blue colors. Web safe color of #345E7C is #336666 (or #366).

RGB color model

#345E7C color RGB value is (52,94,124).

RGB: (52,94,124) (20%, 37%, 49%)

RGB channels and saturation

R 52 of 255 = 20%
G 94 of 255 = 37%
B 124 of 255 = 49%

52
94
124

R + G + B ~ 35%. #345E7C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 94 + 124 = 270 (100%)
R 52 of 270 ~ 19.26%
G 94 of 270 ~ 34.81%
B 124 of 270 ~ 45.93'%

%19.26
%34.81
%45.93

CMYK color model

#345E7C color CMYK value is (58,24,0,51).

  • cyan value is 58.06%
  • magenta value is 24.19%
  • yellow value is 0.00%
  • key color value is 51.37%
CMYK: (58,24,0,51) C58M24Y0K51 (58%,24%,0%,51%) (0.58/0.24/0.00/0.51) 

CMYK percentages

%58.06
%24.19
%0
%51.37

Codes

Color #345E7C in popluar color models

34 5E 7C
RGB 52 94 124
HSL 205° 40.91% 34.51%
HSB/HSV 205° 58.06% 48.63%
CMYK 58.06% 24.19% 0.00%
51.37%

Color #345E7C in popluar number systems.

HEX 34 5E 7C
Decimal 52 94 124
Binary 110100 1011110 1111100
Octal 64 136 174

Shades and tints

Shades of #345E7C

#345E7C
(52,94,124)
#305671
(48,86,113)
#2C4E66
(44,78,102)
#28465B
(40,70,91)
#243E50
(36,62,80)
#203645
(32,54,69)
#1C2E3A
(28,46,58)
#18262F
(24,38,47)
#141E24
(20,30,36)
#101619
(16,22,25)
#0C0E0E
(12,14,14)
#000000
(0,0,0)

Tints of #345E7C

#345E7C
(52,94,124)
#466C87
(70,108,135)
#587A92
(88,122,146)
#6A889D
(106,136,157)
#7C96A8
(124,150,168)
#8EA4B3
(142,164,179)
#A0B2BE
(160,178,190)
#B2C0C9
(178,192,201)
#C4CED4
(196,206,212)
#D6DCDF
(214,220,223)
#E8EAEA
(232,234,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #345E7C color. Also use rgb(52,94,124) instead hex code.

Text Font Color

.myTextColor { color: #345E7C; }

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

This text font color is #345E7C.

Background Color

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

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

This div background color is #345E7C.

Border color

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

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

This div border color is #345E7C.

Opacity

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

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

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

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

This text has shadow with #345E7C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #345E7C.

Preview

Color preview on black background

This text has color #345E7C on black background.


Color preview on white background

This text has color #345E7C on white background.


Black color preview on #345E7C background

This text has black color on #345E7C background.


White color preview on #345E7C background

This text has white color on #345E7C background.


Related colors

Complementary color

Complementary color for #hex is #CBA183.


I love getcolorcode.com

Triadic colors

1 #7C345E and #5E7C34 with #345E7C are triadic colors.

2 #7C5E34 and #5E347C with #345E7C are triadic colors.