COLOR #345D68

HEX: #345D68
RGB: (52,93,104)

Color info

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

RGB color model

#345D68 color RGB value is (52,93,104).

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

RGB channels and saturation

R 52 of 255 = 20%
G 93 of 255 = 36%
B 104 of 255 = 41%

52
93
104

R + G + B ~ 32%. #345D68 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 93 + 104 = 249 (100%)
R 52 of 249 ~ 20.88%
G 93 of 249 ~ 37.35%
B 104 of 249 ~ 41.77%

%20.88
%37.35
%41.77

CMYK color model

#345D68 color CMYK value is (50,11,0,59).

  • cyan value is 50.00%
  • magenta value is 10.58%
  • yellow value is 0.00%
  • key color value is 59.22%
CMYK:
(50,11,0,59)
C50M11Y0K59 
(50%,11%,0%,59%)
(0.50/0.11/0.00/0.59)	

CMYK percentages

%50
%10.58
%0
%59.22

Codes

Color #345D68 in popluar color models

345D68
RGB5293104
HSL193°33.33%30.59%
HSB/HSV193°50.00%40.78%
CMYK50.00%10.58%0.00%
59.22%

Color #345D68 in popluar number systems.

HEX345D68
Decimal5293104
Binary11010010111011101000
Octal64135150

Shades and tints

Shades of #345D68

#345D68
(52,93,104)
#30555F
(48,85,95)
#2C4D56
(44,77,86)
#28454D
(40,69,77)
#243D44
(36,61,68)
#20353B
(32,53,59)
#1C2D32
(28,45,50)
#182529
(24,37,41)
#141D20
(20,29,32)
#101517
(16,21,23)
#0C0D0E
(12,13,14)
#000000
(0,0,0)

Tints of #345D68

#345D68
(52,93,104)
#466B75
(70,107,117)
#587982
(88,121,130)
#6A878F
(106,135,143)
#7C959C
(124,149,156)
#8EA3A9
(142,163,169)
#A0B1B6
(160,177,182)
#B2BFC3
(178,191,195)
#C4CDD0
(196,205,208)
#D6DBDD
(214,219,221)
#E8E9EA
(232,233,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345D68; }

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

This text font color is #345D68.


Background Color

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

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

This div background color is #345D68.


Border color

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

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

This div border color is #345D68.


Opacity

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

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

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

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

This text has shadow with #345D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345D68 on black background.


Color preview on white background

This text has color #345D68 on white background.



Black color preview on #345D68 background

This text has black color on #345D68 background.


White color preview on #345D68 background

This text has white color on #345D68 background.