COLOR #345462

HEX: #345462
RGB: (52,84,98)

Color info

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

RGB color model

#345462 color RGB value is (52,84,98).

  • red value is 52;
  • green value is 84;
  • blue value is 98.
RGB:
(52,84,98)
(20%,33%,38%)

RGB channels and saturation

R 52 of 255 = 20%
G 84 of 255 = 33%
B 98 of 255 = 38%

52
84
98

R + G + B ~ 30%. #345462 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 84 + 98 = 234 (100%)
R 52 of 234 ~ 22.22%
G 84 of 234 ~ 35.9%
B 98 of 234 ~ 41.88%

%22.22
%35.9
%41.88

CMYK color model

#345462 color CMYK value is (47,14,0,62).

  • cyan value is 46.94%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 61.57%
CMYK:
(47,14,0,62)
C47M14Y0K62 
(47%,14%,0%,62%)
(0.47/0.14/0.00/0.62)	

CMYK percentages

%46.94
%14.29
%0
%61.57

Codes

Color #345462 in popluar color models

345462
RGB528498
HSL198°30.67%29.41%
HSB/HSV198°46.94%38.43%
CMYK46.94%14.29%0.00%
61.57%

Color #345462 in popluar number systems.

HEX345462
Decimal528498
Binary11010010101001100010
Octal64124142

Shades and tints

Shades of #345462

#345462
(52,84,98)
#304D5A
(48,77,90)
#2C4652
(44,70,82)
#283F4A
(40,63,74)
#243842
(36,56,66)
#20313A
(32,49,58)
#1C2A32
(28,42,50)
#18232A
(24,35,42)
#141C22
(20,28,34)
#10151A
(16,21,26)
#0C0E12
(12,14,18)
#000000
(0,0,0)

Tints of #345462

#345462
(52,84,98)
#466370
(70,99,112)
#58727E
(88,114,126)
#6A818C
(106,129,140)
#7C909A
(124,144,154)
#8E9FA8
(142,159,168)
#A0AEB6
(160,174,182)
#B2BDC4
(178,189,196)
#C4CCD2
(196,204,210)
#D6DBE0
(214,219,224)
#E8EAEE
(232,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #345462 color. Also use rgb(52,84,98) instead hex code.

Text Font Color

.myTextColor { color: #345462; }

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

This text font color is #345462.


Background Color

.myBgColor { background-color: #345462; }

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

This div background color is #345462.


Border color

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

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

This div border color is #345462.


Opacity

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

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

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

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

This text has shadow with #345462 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345462 on black background.


Color preview on white background

This text has color #345462 on white background.



Black color preview on #345462 background

This text has black color on #345462 background.


White color preview on #345462 background

This text has white color on #345462 background.