COLOR #341831

HEX: #341831
RGB: (52,24,49)

Color info

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

RGB color model

#341831 color RGB value is (52,24,49).

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

RGB channels and saturation

R 52 of 255 = 20%
G 24 of 255 = 9%
B 49 of 255 = 19%

52
24
49

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

Portions of RGB colors in percentages

R + G + B =
52 + 24 + 49 = 125 (100%)
R 52 of 125 ~ 41.6%
G 24 of 125 ~ 19.2%
B 49 of 125 ~ 39.2%

%41.6
%19.2
%39.2

CMYK color model

#341831 color CMYK value is (0,54,6,80).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 5.77%
  • key color value is 79.61%
CMYK:
(0,54,6,80)
C0M54Y6K80 
(0%,54%,6%,80%)
(0.00/0.54/0.06/0.80)	

CMYK percentages

%0
%53.85
%5.77
%79.61

Codes

Color #341831 in popluar color models

341831
RGB522449
HSL306°36.84%14.90%
HSB/HSV306°53.85%20.39%
CMYK0.00%53.85%5.77%
79.61%

Color #341831 in popluar number systems.

HEX341831
Decimal522449
Binary11010011000110001
Octal643061

Shades and tints

Shades of #341831

#341831
(52,24,49)
#30162D
(48,22,45)
#2C1429
(44,20,41)
#281225
(40,18,37)
#241021
(36,16,33)
#200E1D
(32,14,29)
#1C0C19
(28,12,25)
#180A15
(24,10,21)
#140811
(20,8,17)
#10060D
(16,6,13)
#0C0409
(12,4,9)
#000000
(0,0,0)

Tints of #341831

#341831
(52,24,49)
#462D43
(70,45,67)
#584255
(88,66,85)
#6A5767
(106,87,103)
#7C6C79
(124,108,121)
#8E818B
(142,129,139)
#A0969D
(160,150,157)
#B2ABAF
(178,171,175)
#C4C0C1
(196,192,193)
#D6D5D3
(214,213,211)
#E8EAE5
(232,234,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #341831; }

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

This text font color is #341831.


Background Color

.myBgColor { background-color: #341831; }

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

This div background color is #341831.


Border color

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

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

This div border color is #341831.


Opacity

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

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

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

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

This text has shadow with #341831 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341831 on black background.


Color preview on white background

This text has color #341831 on white background.



Black color preview on #341831 background

This text has black color on #341831 background.


White color preview on #341831 background

This text has white color on #341831 background.