COLOR #343D5C

HEX: #343D5C RGB: (52,61,92)

Color info

#343D5C contains red, green and blue colors in about the same proportion. Web safe color of #343D5C is #333366 (or #336).

RGB color model

#343D5C color RGB value is (52,61,92).

RGB: (52,61,92) (20%, 24%, 36%)

RGB channels and saturation

R 52 of 255 = 20%
G 61 of 255 = 24%
B 92 of 255 = 36%

52
61
92

R + G + B ~ 27%. #343D5C is quite dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 61 + 92 = 205 (100%)
R 52 of 205 ~ 25.37%
G 61 of 205 ~ 29.76%
B 92 of 205 ~ 44.88'%

%25.37
%29.76
%44.88

CMYK color model

#343D5C color CMYK value is (43,34,0,64).

  • cyan value is 43.48%
  • magenta value is 33.70%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (43,34,0,64)
C43M34Y0K64 (43%, 34%, 0%, 64%)
(0.43 / 0.34 / 0.00 / 0.64)

CMYK percentages

%43.48
%33.7
%0
%63.92

Codes

Color #343D5C in popluar color models

34 3D 5C
RGB 52 61 92
HSL 227° 27.78% 28.24%
HSB/HSV 227° 43.48% 36.08%
CMYK 43.48% 33.70% 0.00%
63.92%

Color #343D5C in popluar number systems.

HEX 34 3D 5C
Decimal 52 61 92
Binary 110100 111101 1011100
Octal 64 75 134

Shades and tints

Shades of #343D5C

#343D5C
(52,61,92)
#303854
(48,56,84)
#2C334C
(44,51,76)
#282E44
(40,46,68)
#24293C
(36,41,60)
#202434
(32,36,52)
#1C1F2C
(28,31,44)
#181A24
(24,26,36)
#14151C
(20,21,28)
#101014
(16,16,20)
#0C0B0C
(12,11,12)
#000000
(0,0,0)

Tints of #343D5C

#343D5C
(52,61,92)
#464E6A
(70,78,106)
#585F78
(88,95,120)
#6A7086
(106,112,134)
#7C8194
(124,129,148)
#8E92A2
(142,146,162)
#A0A3B0
(160,163,176)
#B2B4BE
(178,180,190)
#C4C5CC
(196,197,204)
#D6D6DA
(214,214,218)
#E8E7E8
(232,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #343D5C color. Also use rgb(52,61,92) instead hex code.

Text Font Color

.myTextColor { color: #343D5C; }

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

This text font color is #343D5C.

Background Color

.myBgColor { background-color: #343D5C; }

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

This div background color is #343D5C.

Border color

.myBorderColor { border: 1px solid #343D5C; }

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

This div border color is #343D5C.

Opacity

.myOpacity80 { color: #343D5C; opacity: 0.8; }

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

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

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

This text has shadow with #343D5C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #343D5C.

Preview

Color preview on black background

This text has color #343D5C on black background.


Color preview on white background

This text has color #343D5C on white background.


Black color preview on #343D5C background

This text has black color on #343D5C background.


White color preview on #343D5C background

This text has white color on #343D5C background.


Related colors

Complementary color

Complementary color for #hex is #CBC2A3.


I love getcolorcode.com

Triadic colors

1 #5C343D and #3D5C34 with #343D5C are triadic colors.

2 #5C3D34 and #3D345C with #343D5C are triadic colors.