COLOR #342F55

HEX: #342F55 RGB: (52,47,85)

Color info

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

RGB color model

#342F55 color RGB value is (52,47,85).

RGB: (52,47,85) (20%, 18%, 33%)

RGB channels and saturation

R 52 of 255 = 20%
G 47 of 255 = 18%
B 85 of 255 = 33%

52
47
85

R + G + B ~ 24%. #342F55 is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 47 + 85 = 184 (100%)
R 52 of 184 ~ 28.26%
G 47 of 184 ~ 25.54%
B 85 of 184 ~ 46.2'%

%28.26
%25.54
%46.2

CMYK color model

#342F55 color CMYK value is (39,45,0,67).

  • cyan value is 38.82%
  • magenta value is 44.71%
  • yellow value is 0.00%
  • key color value is 66.67%

CMYK: (39,45,0,67)
C39M45Y0K67 (39%, 45%, 0%, 67%)
(0.39 / 0.45 / 0.00 / 0.67)

CMYK percentages

%38.82
%44.71
%0
%66.67

Codes

Color #342F55 in popluar color models

34 2F 55
RGB 52 47 85
HSL 248° 28.79% 25.88%
HSB/HSV 248° 44.71% 33.33%
CMYK 38.82% 44.71% 0.00%
66.67%

Color #342F55 in popluar number systems.

HEX 34 2F 55
Decimal 52 47 85
Binary 110100 101111 1010101
Octal 64 57 125

Shades and tints

Shades of #342F55

#342F55
(52,47,85)
#302B4E
(48,43,78)
#2C2747
(44,39,71)
#282340
(40,35,64)
#241F39
(36,31,57)
#201B32
(32,27,50)
#1C172B
(28,23,43)
#181324
(24,19,36)
#140F1D
(20,15,29)
#100B16
(16,11,22)
#0C070F
(12,7,15)
#000000
(0,0,0)

Tints of #342F55

#342F55
(52,47,85)
#464164
(70,65,100)
#585373
(88,83,115)
#6A6582
(106,101,130)
#7C7791
(124,119,145)
#8E89A0
(142,137,160)
#A09BAF
(160,155,175)
#B2ADBE
(178,173,190)
#C4BFCD
(196,191,205)
#D6D1DC
(214,209,220)
#E8E3EB
(232,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342F55; }

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

This text font color is #342F55.

Background Color

.myBgColor { background-color: #342F55; }

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

This div background color is #342F55.

Border color

.myBorderColor { border: 1px solid #342F55; }

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

This div border color is #342F55.

Opacity

.myOpacity80 { color: #342F55; opacity: 0.8; }

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

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

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

This text has shadow with #342F55 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #342F55.

Preview

Color preview on black background

This text has color #342F55 on black background.


Color preview on white background

This text has color #342F55 on white background.


Black color preview on #342F55 background

This text has black color on #342F55 background.


White color preview on #342F55 background

This text has white color on #342F55 background.


Related colors

Complementary color

Complementary color for #hex is #CBD0AA.


I love getcolorcode.com

Triadic colors

1 #55342F and #2F5534 with #342F55 are triadic colors.

2 #552F34 and #2F3455 with #342F55 are triadic colors.