COLOR #341549

HEX: #341549
RGB: (52,21,73)

Color info

#341549 contains red, green and blue colors in about the same proportion. Web safe color of #341549 is #330033 (or #303).

RGB color model

#341549 color RGB value is (52,21,73).

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

RGB channels and saturation

R 52 of 255 = 20%
G 21 of 255 = 8%
B 73 of 255 = 29%

52
21
73

R + G + B ~ 19%. #341549 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 21 + 73 = 146 (100%)
R 52 of 146 ~ 35.62%
G 21 of 146 ~ 14.38%
B 73 of 146 ~ 50%

%35.62
%14.38
%50

CMYK color model

#341549 color CMYK value is (29,71,0,71).

  • cyan value is 28.77%
  • magenta value is 71.23%
  • yellow value is 0.00%
  • key color value is 71.37%
CMYK:
(29,71,0,71)
C29M71Y0K71 
(29%,71%,0%,71%)
(0.29/0.71/0.00/0.71)	

CMYK percentages

%28.77
%71.23
%0
%71.37

Codes

Color #341549 in popluar color models

341549
RGB522173
HSL276°55.32%18.43%
HSB/HSV276°71.23%28.63%
CMYK28.77%71.23%0.00%
71.37%

Color #341549 in popluar number systems.

HEX341549
Decimal522173
Binary110100101011001001
Octal6425111

Shades and tints

Shades of #341549

#341549
(52,21,73)
#301443
(48,20,67)
#2C133D
(44,19,61)
#281237
(40,18,55)
#241131
(36,17,49)
#20102B
(32,16,43)
#1C0F25
(28,15,37)
#180E1F
(24,14,31)
#140D19
(20,13,25)
#100C13
(16,12,19)
#0C0B0D
(12,11,13)
#000000
(0,0,0)

Tints of #341549

#341549
(52,21,73)
#462A59
(70,42,89)
#583F69
(88,63,105)
#6A5479
(106,84,121)
#7C6989
(124,105,137)
#8E7E99
(142,126,153)
#A093A9
(160,147,169)
#B2A8B9
(178,168,185)
#C4BDC9
(196,189,201)
#D6D2D9
(214,210,217)
#E8E7E9
(232,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #341549; }

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

This text font color is #341549.


Background Color

.myBgColor { background-color: #341549; }

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

This div background color is #341549.


Border color

.myBorderColor { border: 1px solid #341549; }

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

This div border color is #341549.


Opacity

.myOpacity80 { color: #341549; opacity: 0.8; }

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

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

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

This text has shadow with #341549 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341549 on black background.


Color preview on white background

This text has color #341549 on white background.



Black color preview on #341549 background

This text has black color on #341549 background.


White color preview on #341549 background

This text has white color on #341549 background.