COLOR #341F31

HEX: #341F31
RGB: (52,31,49)

Color info

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

RGB color model

#341F31 color RGB value is (52,31,49).

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

RGB channels and saturation

R 52 of 255 = 20%
G 31 of 255 = 12%
B 49 of 255 = 19%

52
31
49

R + G + B ~ 17%. #341F31 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 31 + 49 = 132 (100%)
R 52 of 132 ~ 39.39%
G 31 of 132 ~ 23.48%
B 49 of 132 ~ 37.12%

%39.39
%23.48
%37.12

CMYK color model

#341F31 color CMYK value is (0,40,6,80).

  • cyan value is 0.00%
  • magenta value is 40.38%
  • yellow value is 5.77%
  • key color value is 79.61%
CMYK:
(0,40,6,80)
C0M40Y6K80 
(0%,40%,6%,80%)
(0.00/0.40/0.06/0.80)	

CMYK percentages

%0
%40.38
%5.77
%79.61

Codes

Color #341F31 in popluar color models

341F31
RGB523149
HSL309°25.30%16.27%
HSB/HSV309°40.38%20.39%
CMYK0.00%40.38%5.77%
79.61%

Color #341F31 in popluar number systems.

HEX341F31
Decimal523149
Binary11010011111110001
Octal643761

Shades and tints

Shades of #341F31

#341F31
(52,31,49)
#301D2D
(48,29,45)
#2C1B29
(44,27,41)
#281925
(40,25,37)
#241721
(36,23,33)
#20151D
(32,21,29)
#1C1319
(28,19,25)
#181115
(24,17,21)
#140F11
(20,15,17)
#100D0D
(16,13,13)
#0C0B09
(12,11,9)
#000000
(0,0,0)

Tints of #341F31

#341F31
(52,31,49)
#463343
(70,51,67)
#584755
(88,71,85)
#6A5B67
(106,91,103)
#7C6F79
(124,111,121)
#8E838B
(142,131,139)
#A0979D
(160,151,157)
#B2ABAF
(178,171,175)
#C4BFC1
(196,191,193)
#D6D3D3
(214,211,211)
#E8E7E5
(232,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #341F31; }

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

This text font color is #341F31.


Background Color

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

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

This div background color is #341F31.


Border color

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

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

This div border color is #341F31.


Opacity

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

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

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

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

This text has shadow with #341F31 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341F31 on black background.


Color preview on white background

This text has color #341F31 on white background.



Black color preview on #341F31 background

This text has black color on #341F31 background.


White color preview on #341F31 background

This text has white color on #341F31 background.