COLOR #345A63

HEX: #345A63 RGB: (52,90,99)

Color info

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

RGB color model

#345A63 color RGB value is (52,90,99).

RGB: (52,90,99) (20%, 35%, 39%)

RGB channels and saturation

R 52 of 255 = 20%
G 90 of 255 = 35%
B 99 of 255 = 39%

52
90
99

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

Portions of RGB colors in percentages

R + G + B = 52 + 90 + 99 = 241 (100%)
R 52 of 241 ~ 21.58%
G 90 of 241 ~ 37.34%
B 99 of 241 ~ 41.08'%

%21.58
%37.34
%41.08

CMYK color model

#345A63 color CMYK value is (47,9,0,61).

  • cyan value is 47.47%
  • magenta value is 9.09%
  • yellow value is 0.00%
  • key color value is 61.18%

CMYK: (47,9,0,61)
C47M9Y0K61 (47%, 9%, 0%, 61%)
(0.47 / 0.09 / 0.00 / 0.61)

CMYK percentages

%47.47
%9.09
%0
%61.18

Codes

Color #345A63 in popluar color models

34 5A 63
RGB 52 90 99
HSL 191° 31.13% 29.61%
HSB/HSV 191° 47.47% 38.82%
CMYK 47.47% 9.09% 0.00%
61.18%

Color #345A63 in popluar number systems.

HEX 34 5A 63
Decimal 52 90 99
Binary 110100 1011010 1100011
Octal 64 132 143

Shades and tints

Shades of #345A63

#345A63
(52,90,99)
#30525A
(48,82,90)
#2C4A51
(44,74,81)
#284248
(40,66,72)
#243A3F
(36,58,63)
#203236
(32,50,54)
#1C2A2D
(28,42,45)
#182224
(24,34,36)
#141A1B
(20,26,27)
#101212
(16,18,18)
#0C0A09
(12,10,9)
#000000
(0,0,0)

Tints of #345A63

#345A63
(52,90,99)
#466971
(70,105,113)
#58787F
(88,120,127)
#6A878D
(106,135,141)
#7C969B
(124,150,155)
#8EA5A9
(142,165,169)
#A0B4B7
(160,180,183)
#B2C3C5
(178,195,197)
#C4D2D3
(196,210,211)
#D6E1E1
(214,225,225)
#E8F0EF
(232,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #345A63; }

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

This text font color is #345A63.

Background Color

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

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

This div background color is #345A63.

Border color

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

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

This div border color is #345A63.

Opacity

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

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

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

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

This text has shadow with #345A63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #345A63.

Preview

Color preview on black background

This text has color #345A63 on black background.


Color preview on white background

This text has color #345A63 on white background.


Black color preview on #345A63 background

This text has black color on #345A63 background.


White color preview on #345A63 background

This text has white color on #345A63 background.


Related colors

Complementary color

Complementary color for #hex is #CBA59C.


I love getcolorcode.com

Triadic colors

1 #63345A and #5A6334 with #345A63 are triadic colors.

2 #635A34 and #5A3463 with #345A63 are triadic colors.