COLOR #341B30

HEX: #341B30
RGB: (52,27,48)

Color info

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

RGB color model

#341B30 color RGB value is (52,27,48).

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

RGB channels and saturation

R 52 of 255 = 20%
G 27 of 255 = 11%
B 48 of 255 = 19%

52
27
48

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

Portions of RGB colors in percentages

R + G + B =
52 + 27 + 48 = 127 (100%)
R 52 of 127 ~ 40.94%
G 27 of 127 ~ 21.26%
B 48 of 127 ~ 37.8%

%40.94
%21.26
%37.8

CMYK color model

#341B30 color CMYK value is (0,48,8,80).

  • cyan value is 0.00%
  • magenta value is 48.08%
  • yellow value is 7.69%
  • key color value is 79.61%
CMYK:
(0,48,8,80)
C0M48Y8K80 
(0%,48%,8%,80%)
(0.00/0.48/0.08/0.80)	

CMYK percentages

%0
%48.08
%7.69
%79.61

Codes

Color #341B30 in popluar color models

341B30
RGB522748
HSL310°31.65%15.49%
HSB/HSV310°48.08%20.39%
CMYK0.00%48.08%7.69%
79.61%

Color #341B30 in popluar number systems.

HEX341B30
Decimal522748
Binary11010011011110000
Octal643360

Shades and tints

Shades of #341B30

#341B30
(52,27,48)
#30192C
(48,25,44)
#2C1728
(44,23,40)
#281524
(40,21,36)
#241320
(36,19,32)
#20111C
(32,17,28)
#1C0F18
(28,15,24)
#180D14
(24,13,20)
#140B10
(20,11,16)
#10090C
(16,9,12)
#0C0708
(12,7,8)
#000000
(0,0,0)

Tints of #341B30

#341B30
(52,27,48)
#462F42
(70,47,66)
#584354
(88,67,84)
#6A5766
(106,87,102)
#7C6B78
(124,107,120)
#8E7F8A
(142,127,138)
#A0939C
(160,147,156)
#B2A7AE
(178,167,174)
#C4BBC0
(196,187,192)
#D6CFD2
(214,207,210)
#E8E3E4
(232,227,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #341B30; }

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

This text font color is #341B30.


Background Color

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

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

This div background color is #341B30.


Border color

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

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

This div border color is #341B30.


Opacity

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

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

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

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

This text has shadow with #341B30 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341B30 on black background.


Color preview on white background

This text has color #341B30 on white background.



Black color preview on #341B30 background

This text has black color on #341B30 background.


White color preview on #341B30 background

This text has white color on #341B30 background.