COLOR #345B5F

HEX: #345B5F RGB: (52,91,95)

Color info

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

RGB color model

#345B5F color RGB value is (52,91,95).

RGB: (52,91,95) (20%, 36%, 37%)

RGB channels and saturation

R 52 of 255 = 20%
G 91 of 255 = 36%
B 95 of 255 = 37%

52
91
95

R + G + B ~ 31%. #345B5F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 91 + 95 = 238 (100%)
R 52 of 238 ~ 21.85%
G 91 of 238 ~ 38.24%
B 95 of 238 ~ 39.92'%

%21.85
%38.24
%39.92

CMYK color model

#345B5F color CMYK value is (45,4,0,63).

  • cyan value is 45.26%
  • magenta value is 4.21%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK: (45,4,0,63) C45M4Y0K63 (45%,4%,0%,63%) (0.45/0.04/0.00/0.63) 

CMYK percentages

%45.26
%4.21
%0
%62.75

Codes

Color #345B5F in popluar color models

34 5B 5F
RGB 52 91 95
HSL 186° 29.25% 28.82%
HSB/HSV 186° 45.26% 37.25%
CMYK 45.26% 4.21% 0.00%
62.75%

Color #345B5F in popluar number systems.

HEX 34 5B 5F
Decimal 52 91 95
Binary 110100 1011011 1011111
Octal 64 133 137

Shades and tints

Shades of #345B5F

#345B5F
(52,91,95)
#305357
(48,83,87)
#2C4B4F
(44,75,79)
#284347
(40,67,71)
#243B3F
(36,59,63)
#203337
(32,51,55)
#1C2B2F
(28,43,47)
#182327
(24,35,39)
#141B1F
(20,27,31)
#101317
(16,19,23)
#0C0B0F
(12,11,15)
#000000
(0,0,0)

Tints of #345B5F

#345B5F
(52,91,95)
#46696D
(70,105,109)
#58777B
(88,119,123)
#6A8589
(106,133,137)
#7C9397
(124,147,151)
#8EA1A5
(142,161,165)
#A0AFB3
(160,175,179)
#B2BDC1
(178,189,193)
#C4CBCF
(196,203,207)
#D6D9DD
(214,217,221)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #345B5F color. Also use rgb(52,91,95) instead hex code.

Text Font Color

.myTextColor { color: #345B5F; }

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

This text font color is #345B5F.

Background Color

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

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

This div background color is #345B5F.

Border color

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

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

This div border color is #345B5F.

Opacity

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

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

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

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

This text has shadow with #345B5F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #345B5F.

Preview

Color preview on black background

This text has color #345B5F on black background.


Color preview on white background

This text has color #345B5F on white background.


Black color preview on #345B5F background

This text has black color on #345B5F background.


White color preview on #345B5F background

This text has white color on #345B5F background.


Related colors

Complementary color

Complementary color for #hex is #CBA4A0.


I love getcolorcode.com

Triadic colors

1 #5F345B and #5B5F34 with #345B5F are triadic colors.

2 #5F5B34 and #5B345F with #345B5F are triadic colors.