COLOR #341A31

HEX: #341A31
RGB: (52,26,49)

Color info

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

RGB color model

#341A31 color RGB value is (52,26,49).

  • red value is 52;
  • green value is 26;
  • blue value is 49.
RGB:
(52,26,49)
(20%,10%,19%)

RGB channels and saturation

R 52 of 255 = 20%
G 26 of 255 = 10%
B 49 of 255 = 19%

52
26
49

R + G + B ~ 16%. #341A31 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 26 + 49 = 127 (100%)
R 52 of 127 ~ 40.94%
G 26 of 127 ~ 20.47%
B 49 of 127 ~ 38.58%

%40.94
%20.47
%38.58

CMYK color model

#341A31 color CMYK value is (0,50,6,80).

  • cyan value is 0.00%
  • magenta value is 50.00%
  • yellow value is 5.77%
  • key color value is 79.61%
CMYK:
(0,50,6,80)
C0M50Y6K80 
(0%,50%,6%,80%)
(0.00/0.50/0.06/0.80)	

CMYK percentages

%0
%50
%5.77
%79.61

Codes

Color #341A31 in popluar color models

341A31
RGB522649
HSL307°33.33%15.29%
HSB/HSV307°50.00%20.39%
CMYK0.00%50.00%5.77%
79.61%

Color #341A31 in popluar number systems.

HEX341A31
Decimal522649
Binary11010011010110001
Octal643261

Shades and tints

Shades of #341A31

#341A31
(52,26,49)
#30182D
(48,24,45)
#2C1629
(44,22,41)
#281425
(40,20,37)
#241221
(36,18,33)
#20101D
(32,16,29)
#1C0E19
(28,14,25)
#180C15
(24,12,21)
#140A11
(20,10,17)
#10080D
(16,8,13)
#0C0609
(12,6,9)
#000000
(0,0,0)

Tints of #341A31

#341A31
(52,26,49)
#462E43
(70,46,67)
#584255
(88,66,85)
#6A5667
(106,86,103)
#7C6A79
(124,106,121)
#8E7E8B
(142,126,139)
#A0929D
(160,146,157)
#B2A6AF
(178,166,175)
#C4BAC1
(196,186,193)
#D6CED3
(214,206,211)
#E8E2E5
(232,226,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341A31 color. Also use rgb(52,26,49) instead hex code.

Text Font Color

.myTextColor { color: #341A31; }

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

This text font color is #341A31.


Background Color

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

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

This div background color is #341A31.


Border color

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

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

This div border color is #341A31.


Opacity

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

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

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

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

This text has shadow with #341A31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341A31 on black background.


Color preview on white background

This text has color #341A31 on white background.



Black color preview on #341A31 background

This text has black color on #341A31 background.


White color preview on #341A31 background

This text has white color on #341A31 background.