COLOR #341F49

HEX: #341F49
RGB: (52,31,73)

Color info

#341F49 contains red, green and blue colors in about the same proportion. Web safe color of #341F49 is #333333 (or #333).

RGB color model

#341F49 color RGB value is (52,31,73).

  • red value is 52;
  • green value is 31;
  • blue value is 73.
RGB:
(52,31,73)
(20%,12%,29%)

RGB channels and saturation

R 52 of 255 = 20%
G 31 of 255 = 12%
B 73 of 255 = 29%

52
31
73

R + G + B ~ 20%. #341F49 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 31 + 73 = 156 (100%)
R 52 of 156 ~ 33.33%
G 31 of 156 ~ 19.87%
B 73 of 156 ~ 46.79%

%33.33
%19.87
%46.79

CMYK color model

#341F49 color CMYK value is (29,58,0,71).

  • cyan value is 28.77%
  • magenta value is 57.53%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(29,58,0,71)
C29M58Y0K71 
(29%,58%,0%,71%)
(0.29/0.58/0.00/0.71)	

CMYK percentages

%28.77
%57.53
%0
%71.37

Codes

Color #341F49 in popluar color models

341F49
RGB523173
HSL270°40.38%20.39%
HSB/HSV270°57.53%28.63%
CMYK28.77%57.53%0.00%
71.37%

Color #341F49 in popluar number systems.

HEX341F49
Decimal523173
Binary110100111111001001
Octal6437111

Shades and tints

Shades of #341F49

#341F49
(52,31,73)
#301D43
(48,29,67)
#2C1B3D
(44,27,61)
#281937
(40,25,55)
#241731
(36,23,49)
#20152B
(32,21,43)
#1C1325
(28,19,37)
#18111F
(24,17,31)
#140F19
(20,15,25)
#100D13
(16,13,19)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #341F49

#341F49
(52,31,73)
#463359
(70,51,89)
#584769
(88,71,105)
#6A5B79
(106,91,121)
#7C6F89
(124,111,137)
#8E8399
(142,131,153)
#A097A9
(160,151,169)
#B2ABB9
(178,171,185)
#C4BFC9
(196,191,201)
#D6D3D9
(214,211,217)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341F49 color. Also use rgb(52,31,73) instead hex code.

Text Font Color

.myTextColor { color: #341F49; }

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

This text font color is #341F49.


Background Color

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

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

This div background color is #341F49.


Border color

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

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

This div border color is #341F49.


Opacity

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

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

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

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

This text has shadow with #341F49 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341F49 on black background.


Color preview on white background

This text has color #341F49 on white background.



Black color preview on #341F49 background

This text has black color on #341F49 background.


White color preview on #341F49 background

This text has white color on #341F49 background.