COLOR #345771

HEX: #345771 RGB: (52,87,113)

Color info

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

RGB color model

#345771 color RGB value is (52,87,113).

RGB: (52,87,113) (20%, 34%, 44%)

RGB channels and saturation

R 52 of 255 = 20%
G 87 of 255 = 34%
B 113 of 255 = 44%

52
87
113

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

Portions of RGB colors in percentages

R + G + B = 52 + 87 + 113 = 252 (100%)
R 52 of 252 ~ 20.63%
G 87 of 252 ~ 34.52%
B 113 of 252 ~ 44.84'%

%20.63
%34.52
%44.84

CMYK color model

#345771 color CMYK value is (54,23,0,56).

  • cyan value is 53.98%
  • magenta value is 23.01%
  • yellow value is 0.00%
  • key color value is 55.69%
CMYK: (54,23,0,56) C54M23Y0K56 (54%,23%,0%,56%) (0.54/0.23/0.00/0.56) 

CMYK percentages

%53.98
%23.01
%0
%55.69

Codes

Color #345771 in popluar color models

34 57 71
RGB 52 87 113
HSL 206° 36.97% 32.35%
HSB/HSV 206° 53.98% 44.31%
CMYK 53.98% 23.01% 0.00%
55.69%

Color #345771 in popluar number systems.

HEX 34 57 71
Decimal 52 87 113
Binary 110100 1010111 1110001
Octal 64 127 161

Shades and tints

Shades of #345771

#345771
(52,87,113)
#305067
(48,80,103)
#2C495D
(44,73,93)
#284253
(40,66,83)
#243B49
(36,59,73)
#20343F
(32,52,63)
#1C2D35
(28,45,53)
#18262B
(24,38,43)
#141F21
(20,31,33)
#101817
(16,24,23)
#0C110D
(12,17,13)
#000000
(0,0,0)

Tints of #345771

#345771
(52,87,113)
#46667D
(70,102,125)
#587589
(88,117,137)
#6A8495
(106,132,149)
#7C93A1
(124,147,161)
#8EA2AD
(142,162,173)
#A0B1B9
(160,177,185)
#B2C0C5
(178,192,197)
#C4CFD1
(196,207,209)
#D6DEDD
(214,222,221)
#E8EDE9
(232,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #345771 color. Also use rgb(52,87,113) instead hex code.

Text Font Color

.myTextColor { color: #345771; }

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

This text font color is #345771.

Background Color

.myBgColor { background-color: #345771; }

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

This div background color is #345771.

Border color

.myBorderColor { border: 1px solid #345771; }

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

This div border color is #345771.

Opacity

.myOpacity80 { color: #345771; opacity: 0.8; }

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

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

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

This text has shadow with #345771 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #345771.

Preview

Color preview on black background

This text has color #345771 on black background.


Color preview on white background

This text has color #345771 on white background.


Black color preview on #345771 background

This text has black color on #345771 background.


White color preview on #345771 background

This text has white color on #345771 background.


Related colors

Complementary color

Complementary color for #hex is #CBA88E.


I love getcolorcode.com

Triadic colors

1 #713457 and #577134 with #345771 are triadic colors.

2 #715734 and #573471 with #345771 are triadic colors.