COLOR #341E38

HEX: #341E38
RGB: (52,30,56)

Color info

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

RGB color model

#341E38 color RGB value is (52,30,56).

  • red value is 52;
  • green value is 30;
  • blue value is 56.
RGB:
(52,30,56)
(20%,12%,22%)

RGB channels and saturation

R 52 of 255 = 20%
G 30 of 255 = 12%
B 56 of 255 = 22%

52
30
56

R + G + B ~ 18%. #341E38 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 30 + 56 = 138 (100%)
R 52 of 138 ~ 37.68%
G 30 of 138 ~ 21.74%
B 56 of 138 ~ 40.58%

%37.68
%21.74
%40.58

CMYK color model

#341E38 color CMYK value is (7,46,0,78).

  • cyan value is 7.14%
  • magenta value is 46.43%
  • yellow value is 0.00%
  • key color value is 78.04%
CMYK:
(7,46,0,78)
C7M46Y0K78 
(7%,46%,0%,78%)
(0.07/0.46/0.00/0.78)	

CMYK percentages

%7.14
%46.43
%0
%78.04

Codes

Color #341E38 in popluar color models

341E38
RGB523056
HSL291°30.23%16.86%
HSB/HSV291°46.43%21.96%
CMYK7.14%46.43%0.00%
78.04%

Color #341E38 in popluar number systems.

HEX341E38
Decimal523056
Binary11010011110111000
Octal643670

Shades and tints

Shades of #341E38

#341E38
(52,30,56)
#301C33
(48,28,51)
#2C1A2E
(44,26,46)
#281829
(40,24,41)
#241624
(36,22,36)
#20141F
(32,20,31)
#1C121A
(28,18,26)
#181015
(24,16,21)
#140E10
(20,14,16)
#100C0B
(16,12,11)
#0C0A06
(12,10,6)
#000000
(0,0,0)

Tints of #341E38

#341E38
(52,30,56)
#46324A
(70,50,74)
#58465C
(88,70,92)
#6A5A6E
(106,90,110)
#7C6E80
(124,110,128)
#8E8292
(142,130,146)
#A096A4
(160,150,164)
#B2AAB6
(178,170,182)
#C4BEC8
(196,190,200)
#D6D2DA
(214,210,218)
#E8E6EC
(232,230,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341E38 color. Also use rgb(52,30,56) instead hex code.

Text Font Color

.myTextColor { color: #341E38; }

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

This text font color is #341E38.


Background Color

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

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

This div background color is #341E38.


Border color

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

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

This div border color is #341E38.


Opacity

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

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

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

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

This text has shadow with #341E38 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341E38 on black background.


Color preview on white background

This text has color #341E38 on white background.



Black color preview on #341E38 background

This text has black color on #341E38 background.


White color preview on #341E38 background

This text has white color on #341E38 background.