COLOR #345D6C

HEX: #345D6C
RGB: (52,93,108)

Color info

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

RGB color model

#345D6C color RGB value is (52,93,108).

  • red value is 52;
  • green value is 93;
  • blue value is 108.
RGB:
(52,93,108)
(20%,36%,42%)

RGB channels and saturation

R 52 of 255 = 20%
G 93 of 255 = 36%
B 108 of 255 = 42%

52
93
108

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

Portions of RGB colors in percentages

R + G + B =
52 + 93 + 108 = 253 (100%)
R 52 of 253 ~ 20.55%
G 93 of 253 ~ 36.76%
B 108 of 253 ~ 42.69%

%20.55
%36.76
%42.69

CMYK color model

#345D6C color CMYK value is (52,14,0,58).

  • cyan value is 51.85%
  • magenta value is 13.89%
  • yellow value is 0.00%
  • key color value is 57.65%
CMYK:
(52,14,0,58)
C52M14Y0K58 
(52%,14%,0%,58%)
(0.52/0.14/0.00/0.58)	

CMYK percentages

%51.85
%13.89
%0
%57.65

Codes

Color #345D6C in popluar color models

345D6C
RGB5293108
HSL196°35.00%31.37%
HSB/HSV196°51.85%42.35%
CMYK51.85%13.89%0.00%
57.65%

Color #345D6C in popluar number systems.

HEX345D6C
Decimal5293108
Binary11010010111011101100
Octal64135154

Shades and tints

Shades of #345D6C

#345D6C
(52,93,108)
#305563
(48,85,99)
#2C4D5A
(44,77,90)
#284551
(40,69,81)
#243D48
(36,61,72)
#20353F
(32,53,63)
#1C2D36
(28,45,54)
#18252D
(24,37,45)
#141D24
(20,29,36)
#10151B
(16,21,27)
#0C0D12
(12,13,18)
#000000
(0,0,0)

Tints of #345D6C

#345D6C
(52,93,108)
#466B79
(70,107,121)
#587986
(88,121,134)
#6A8793
(106,135,147)
#7C95A0
(124,149,160)
#8EA3AD
(142,163,173)
#A0B1BA
(160,177,186)
#B2BFC7
(178,191,199)
#C4CDD4
(196,205,212)
#D6DBE1
(214,219,225)
#E8E9EE
(232,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #345D6C color. Also use rgb(52,93,108) instead hex code.

Text Font Color

.myTextColor { color: #345D6C; }

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

This text font color is #345D6C.


Background Color

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

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

This div background color is #345D6C.


Border color

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

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

This div border color is #345D6C.


Opacity

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

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

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

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

This text has shadow with #345D6C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345D6C on black background.


Color preview on white background

This text has color #345D6C on white background.



Black color preview on #345D6C background

This text has black color on #345D6C background.


White color preview on #345D6C background

This text has white color on #345D6C background.