COLOR #341D5F

HEX: #341D5F
RGB: (52,29,95)

Color info

#341D5F contains mainly red and blue colors. Web safe color of #341D5F is #333366 (or #336).

RGB color model

#341D5F color RGB value is (52,29,95).

  • red value is 52;
  • green value is 29;
  • blue value is 95.
RGB:
(52,29,95)
(20%,11%,37%)

RGB channels and saturation

R 52 of 255 = 20%
G 29 of 255 = 11%
B 95 of 255 = 37%

52
29
95

R + G + B ~ 23%. #341D5F is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 29 + 95 = 176 (100%)
R 52 of 176 ~ 29.55%
G 29 of 176 ~ 16.48%
B 95 of 176 ~ 53.98%

%29.55
%16.48
%53.98

CMYK color model

#341D5F color CMYK value is (45,69,0,63).

  • cyan value is 45.26%
  • magenta value is 69.47%
  • yellow value is 0.00%
  • key color value is 62.75%
CMYK:
(45,69,0,63)
C45M69Y0K63 
(45%,69%,0%,63%)
(0.45/0.69/0.00/0.63)	

CMYK percentages

%45.26
%69.47
%0
%62.75

Codes

Color #341D5F in popluar color models

341D5F
RGB522995
HSL261°53.23%24.31%
HSB/HSV261°69.47%37.25%
CMYK45.26%69.47%0.00%
62.75%

Color #341D5F in popluar number systems.

HEX341D5F
Decimal522995
Binary110100111011011111
Octal6435137

Shades and tints

Shades of #341D5F

#341D5F
(52,29,95)
#301B57
(48,27,87)
#2C194F
(44,25,79)
#281747
(40,23,71)
#24153F
(36,21,63)
#201337
(32,19,55)
#1C112F
(28,17,47)
#180F27
(24,15,39)
#140D1F
(20,13,31)
#100B17
(16,11,23)
#0C090F
(12,9,15)
#000000
(0,0,0)

Tints of #341D5F

#341D5F
(52,29,95)
#46316D
(70,49,109)
#58457B
(88,69,123)
#6A5989
(106,89,137)
#7C6D97
(124,109,151)
#8E81A5
(142,129,165)
#A095B3
(160,149,179)
#B2A9C1
(178,169,193)
#C4BDCF
(196,189,207)
#D6D1DD
(214,209,221)
#E8E5EB
(232,229,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341D5F color. Also use rgb(52,29,95) instead hex code.

Text Font Color

.myTextColor { color: #341D5F; }

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

This text font color is #341D5F.


Background Color

.myBgColor { background-color: #341D5F; }

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

This div background color is #341D5F.


Border color

.myBorderColor { border: 1px solid #341D5F; }

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

This div border color is #341D5F.


Opacity

.myOpacity80 { color: #341D5F; opacity: 0.8; }

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

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

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

This text has shadow with #341D5F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341D5F on black background.


Color preview on white background

This text has color #341D5F on white background.



Black color preview on #341D5F background

This text has black color on #341D5F background.


White color preview on #341D5F background

This text has white color on #341D5F background.