COLOR #345766

HEX: #345766
RGB: (52,87,102)

Color info

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

RGB color model

#345766 color RGB value is (52,87,102).

  • red value is 52;
  • green value is 87;
  • blue value is 102.
RGB:
(52,87,102)
(20%,34%,40%)

RGB channels and saturation

R 52 of 255 = 20%
G 87 of 255 = 34%
B 102 of 255 = 40%

52
87
102

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

Portions of RGB colors in percentages

R + G + B =
52 + 87 + 102 = 241 (100%)
R 52 of 241 ~ 21.58%
G 87 of 241 ~ 36.1%
B 102 of 241 ~ 42.32%

%21.58
%36.1
%42.32

CMYK color model

#345766 color CMYK value is (49,15,0,60).

  • cyan value is 49.02%
  • magenta value is 14.71%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK:
(49,15,0,60)
C49M15Y0K60 
(49%,15%,0%,60%)
(0.49/0.15/0.00/0.60)	

CMYK percentages

%49.02
%14.71
%0
%60

Codes

Color #345766 in popluar color models

345766
RGB5287102
HSL198°32.47%30.20%
HSB/HSV198°49.02%40.00%
CMYK49.02%14.71%0.00%
60.00%

Color #345766 in popluar number systems.

HEX345766
Decimal5287102
Binary11010010101111100110
Octal64127146

Shades and tints

Shades of #345766

#345766
(52,87,102)
#30505D
(48,80,93)
#2C4954
(44,73,84)
#28424B
(40,66,75)
#243B42
(36,59,66)
#203439
(32,52,57)
#1C2D30
(28,45,48)
#182627
(24,38,39)
#141F1E
(20,31,30)
#101815
(16,24,21)
#0C110C
(12,17,12)
#000000
(0,0,0)

Tints of #345766

#345766
(52,87,102)
#466673
(70,102,115)
#587580
(88,117,128)
#6A848D
(106,132,141)
#7C939A
(124,147,154)
#8EA2A7
(142,162,167)
#A0B1B4
(160,177,180)
#B2C0C1
(178,192,193)
#C4CFCE
(196,207,206)
#D6DEDB
(214,222,219)
#E8EDE8
(232,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345766; }

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

This text font color is #345766.


Background Color

.myBgColor { background-color: #345766; }

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

This div background color is #345766.


Border color

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

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

This div border color is #345766.


Opacity

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

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

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

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

This text has shadow with #345766 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345766 on black background.


Color preview on white background

This text has color #345766 on white background.



Black color preview on #345766 background

This text has black color on #345766 background.


White color preview on #345766 background

This text has white color on #345766 background.