COLOR #341B51

HEX: #341B51
RGB: (52,27,81)

Color info

#341B51 contains red, green and blue colors in about the same proportion. Web safe color of #341B51 is #333366 (or #336).

RGB color model

#341B51 color RGB value is (52,27,81).

  • red value is 52;
  • green value is 27;
  • blue value is 81.
RGB:
(52,27,81)
(20%,11%,32%)

RGB channels and saturation

R 52 of 255 = 20%
G 27 of 255 = 11%
B 81 of 255 = 32%

52
27
81

R + G + B ~ 21%. #341B51 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 27 + 81 = 160 (100%)
R 52 of 160 ~ 32.5%
G 27 of 160 ~ 16.88%
B 81 of 160 ~ 50.63%

%32.5
%16.88
%50.63

CMYK color model

#341B51 color CMYK value is (36,67,0,68).

  • cyan value is 35.80%
  • magenta value is 66.67%
  • yellow value is 0.00%
  • key color value is 68.24%
CMYK:
(36,67,0,68)
C36M67Y0K68 
(36%,67%,0%,68%)
(0.36/0.67/0.00/0.68)	

CMYK percentages

%35.8
%66.67
%0
%68.24

Codes

Color #341B51 in popluar color models

341B51
RGB522781
HSL268°50.00%21.18%
HSB/HSV268°66.67%31.76%
CMYK35.80%66.67%0.00%
68.24%

Color #341B51 in popluar number systems.

HEX341B51
Decimal522781
Binary110100110111010001
Octal6433121

Shades and tints

Shades of #341B51

#341B51
(52,27,81)
#30194A
(48,25,74)
#2C1743
(44,23,67)
#28153C
(40,21,60)
#241335
(36,19,53)
#20112E
(32,17,46)
#1C0F27
(28,15,39)
#180D20
(24,13,32)
#140B19
(20,11,25)
#100912
(16,9,18)
#0C070B
(12,7,11)
#000000
(0,0,0)

Tints of #341B51

#341B51
(52,27,81)
#462F60
(70,47,96)
#58436F
(88,67,111)
#6A577E
(106,87,126)
#7C6B8D
(124,107,141)
#8E7F9C
(142,127,156)
#A093AB
(160,147,171)
#B2A7BA
(178,167,186)
#C4BBC9
(196,187,201)
#D6CFD8
(214,207,216)
#E8E3E7
(232,227,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341B51 color. Also use rgb(52,27,81) instead hex code.

Text Font Color

.myTextColor { color: #341B51; }

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

This text font color is #341B51.


Background Color

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

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

This div background color is #341B51.


Border color

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

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

This div border color is #341B51.


Opacity

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

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

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

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

This text has shadow with #341B51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341B51 on black background.


Color preview on white background

This text has color #341B51 on white background.



Black color preview on #341B51 background

This text has black color on #341B51 background.


White color preview on #341B51 background

This text has white color on #341B51 background.