COLOR #345563

HEX: #345563
RGB: (52,85,99)

Color info

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

RGB color model

#345563 color RGB value is (52,85,99).

  • red value is 52;
  • green value is 85;
  • blue value is 99.
RGB:
(52,85,99)
(20%,33%,39%)

RGB channels and saturation

R 52 of 255 = 20%
G 85 of 255 = 33%
B 99 of 255 = 39%

52
85
99

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

Portions of RGB colors in percentages

R + G + B =
52 + 85 + 99 = 236 (100%)
R 52 of 236 ~ 22.03%
G 85 of 236 ~ 36.02%
B 99 of 236 ~ 41.95%

%22.03
%36.02
%41.95

CMYK color model

#345563 color CMYK value is (47,14,0,61).

  • cyan value is 47.47%
  • magenta value is 14.14%
  • yellow value is 0.00%
  • key color value is 61.18%
CMYK:
(47,14,0,61)
C47M14Y0K61 
(47%,14%,0%,61%)
(0.47/0.14/0.00/0.61)	

CMYK percentages

%47.47
%14.14
%0
%61.18

Codes

Color #345563 in popluar color models

345563
RGB528599
HSL198°31.13%29.61%
HSB/HSV198°47.47%38.82%
CMYK47.47%14.14%0.00%
61.18%

Color #345563 in popluar number systems.

HEX345563
Decimal528599
Binary11010010101011100011
Octal64125143

Shades and tints

Shades of #345563

#345563
(52,85,99)
#304E5A
(48,78,90)
#2C4751
(44,71,81)
#284048
(40,64,72)
#24393F
(36,57,63)
#203236
(32,50,54)
#1C2B2D
(28,43,45)
#182424
(24,36,36)
#141D1B
(20,29,27)
#101612
(16,22,18)
#0C0F09
(12,15,9)
#000000
(0,0,0)

Tints of #345563

#345563
(52,85,99)
#466471
(70,100,113)
#58737F
(88,115,127)
#6A828D
(106,130,141)
#7C919B
(124,145,155)
#8EA0A9
(142,160,169)
#A0AFB7
(160,175,183)
#B2BEC5
(178,190,197)
#C4CDD3
(196,205,211)
#D6DCE1
(214,220,225)
#E8EBEF
(232,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #345563 color. Also use rgb(52,85,99) instead hex code.

Text Font Color

.myTextColor { color: #345563; }

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

This text font color is #345563.


Background Color

.myBgColor { background-color: #345563; }

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

This div background color is #345563.


Border color

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

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

This div border color is #345563.


Opacity

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

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

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

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

This text has shadow with #345563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #345563 on black background.


Color preview on white background

This text has color #345563 on white background.



Black color preview on #345563 background

This text has black color on #345563 background.


White color preview on #345563 background

This text has white color on #345563 background.