COLOR #341F4A

HEX: #341F4A
RGB: (52,31,74)

Color info

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

RGB color model

#341F4A color RGB value is (52,31,74).

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

RGB channels and saturation

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

52
31
74

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

Portions of RGB colors in percentages

R + G + B =
52 + 31 + 74 = 157 (100%)
R 52 of 157 ~ 33.12%
G 31 of 157 ~ 19.75%
B 74 of 157 ~ 47.13%

%33.12
%19.75
%47.13

CMYK color model

#341F4A color CMYK value is (30,58,0,71).

  • cyan value is 29.73%
  • magenta value is 58.11%
  • yellow value is 0.00%
  • key color value is 70.98%
CMYK:
(30,58,0,71)
C30M58Y0K71 
(30%,58%,0%,71%)
(0.30/0.58/0.00/0.71)	

CMYK percentages

%29.73
%58.11
%0
%70.98

Codes

Color #341F4A in popluar color models

341F4A
RGB523174
HSL269°40.95%20.59%
HSB/HSV269°58.11%29.02%
CMYK29.73%58.11%0.00%
70.98%

Color #341F4A in popluar number systems.

HEX341F4A
Decimal523174
Binary110100111111001010
Octal6437112

Shades and tints

Shades of #341F4A

#341F4A
(52,31,74)
#301D44
(48,29,68)
#2C1B3E
(44,27,62)
#281938
(40,25,56)
#241732
(36,23,50)
#20152C
(32,21,44)
#1C1326
(28,19,38)
#181120
(24,17,32)
#140F1A
(20,15,26)
#100D14
(16,13,20)
#0C0B0E
(12,11,14)
#000000
(0,0,0)

Tints of #341F4A

#341F4A
(52,31,74)
#46335A
(70,51,90)
#58476A
(88,71,106)
#6A5B7A
(106,91,122)
#7C6F8A
(124,111,138)
#8E839A
(142,131,154)
#A097AA
(160,151,170)
#B2ABBA
(178,171,186)
#C4BFCA
(196,191,202)
#D6D3DA
(214,211,218)
#E8E7EA
(232,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #341F4A; }

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

This text font color is #341F4A.


Background Color

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

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

This div background color is #341F4A.


Border color

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

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

This div border color is #341F4A.


Opacity

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

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

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

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

This text has shadow with #341F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341F4A on black background.


Color preview on white background

This text has color #341F4A on white background.



Black color preview on #341F4A background

This text has black color on #341F4A background.


White color preview on #341F4A background

This text has white color on #341F4A background.