COLOR #345966

HEX: #345966
RGB: (52,89,102)

Color info

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

RGB color model

#345966 color RGB value is (52,89,102).

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

RGB channels and saturation

R 52 of 255 = 20%
G 89 of 255 = 35%
B 102 of 255 = 40%

52
89
102

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

Portions of RGB colors in percentages

R + G + B =
52 + 89 + 102 = 243 (100%)
R 52 of 243 ~ 21.4%
G 89 of 243 ~ 36.63%
B 102 of 243 ~ 41.98%

%21.4
%36.63
%41.98

CMYK color model

#345966 color CMYK value is (49,13,0,60).

  • cyan value is 49.02%
  • magenta value is 12.75%
  • yellow value is 0.00%
  • key color value is 60.00%
CMYK: (49,13,0,60) C49M13Y0K60 (49%,13%,0%,60%) (0.49/0.13/0.00/0.60)

CMYK percentages

%49.02
%12.75
%0
%60

Codes

Color #345966 in popluar color models

345966
RGB5289102
HSL196°32.47%30.20%
HSB/HSV196°49.02%40.00%
CMYK49.02%12.75%0.00%
60.00%

Color #345966 in popluar number systems.

HEX345966
Decimal5289102
Binary11010010110011100110
Octal64131146

Shades and tints

Shades of #345966

#345966
(52,89,102)
#30515D
(48,81,93)
#2C4954
(44,73,84)
#28414B
(40,65,75)
#243942
(36,57,66)
#203139
(32,49,57)
#1C2930
(28,41,48)
#182127
(24,33,39)
#14191E
(20,25,30)
#101115
(16,17,21)
#0C090C
(12,9,12)
#000000
(0,0,0)

Tints of #345966

#345966
(52,89,102)
#466873
(70,104,115)
#587780
(88,119,128)
#6A868D
(106,134,141)
#7C959A
(124,149,154)
#8EA4A7
(142,164,167)
#A0B3B4
(160,179,180)
#B2C2C1
(178,194,193)
#C4D1CE
(196,209,206)
#D6E0DB
(214,224,219)
#E8EFE8
(232,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345966; }

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

This text font color is #345966.


Background Color

.myBgColor { background-color: #345966; }

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

This div background color is #345966.


Border color

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

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

This div border color is #345966.


Opacity

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

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

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

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

This text has shadow with #345966 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #345966 on black background.


Color preview on white background

This text has color #345966 on white background.



Black color preview on #345966 background

This text has black color on #345966 background.


White color preview on #345966 background

This text has white color on #345966 background.