COLOR #345D7B

HEX: #345D7B
RGB: (52,93,123)

Color info

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

RGB color model

#345D7B color RGB value is (52,93,123).

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

RGB channels and saturation

R 52 of 255 = 20%
G 93 of 255 = 36%
B 123 of 255 = 48%

52
93
123

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

Portions of RGB colors in percentages

R + G + B =
52 + 93 + 123 = 268 (100%)
R 52 of 268 ~ 19.4%
G 93 of 268 ~ 34.7%
B 123 of 268 ~ 45.9%

%19.4
%34.7
%45.9

CMYK color model

#345D7B color CMYK value is (58,24,0,52).

  • cyan value is 57.72%
  • magenta value is 24.39%
  • yellow value is 0.00%
  • key color value is 51.76%
CMYK:
(58,24,0,52)
C58M24Y0K52 
(58%,24%,0%,52%)
(0.58/0.24/0.00/0.52)	

CMYK percentages

%57.72
%24.39
%0
%51.76

Codes

Color #345D7B in popluar color models

345D7B
RGB5293123
HSL205°40.57%34.31%
HSB/HSV205°57.72%48.24%
CMYK57.72%24.39%0.00%
51.76%

Color #345D7B in popluar number systems.

HEX345D7B
Decimal5293123
Binary11010010111011111011
Octal64135173

Shades and tints

Shades of #345D7B

#345D7B
(52,93,123)
#305570
(48,85,112)
#2C4D65
(44,77,101)
#28455A
(40,69,90)
#243D4F
(36,61,79)
#203544
(32,53,68)
#1C2D39
(28,45,57)
#18252E
(24,37,46)
#141D23
(20,29,35)
#101518
(16,21,24)
#0C0D0D
(12,13,13)
#000000
(0,0,0)

Tints of #345D7B

#345D7B
(52,93,123)
#466B87
(70,107,135)
#587993
(88,121,147)
#6A879F
(106,135,159)
#7C95AB
(124,149,171)
#8EA3B7
(142,163,183)
#A0B1C3
(160,177,195)
#B2BFCF
(178,191,207)
#C4CDDB
(196,205,219)
#D6DBE7
(214,219,231)
#E8E9F3
(232,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345D7B; }

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

This text font color is #345D7B.


Background Color

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

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

This div background color is #345D7B.


Border color

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

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

This div border color is #345D7B.


Opacity

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

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

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

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

This text has shadow with #345D7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345D7B on black background.


Color preview on white background

This text has color #345D7B on white background.



Black color preview on #345D7B background

This text has black color on #345D7B background.


White color preview on #345D7B background

This text has white color on #345D7B background.