COLOR #341821

HEX: #341821 RGB: (52,24,33)

Color info

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

RGB color model

#341821 color RGB value is (52,24,33).

RGB: (52,24,33) (20%, 9%, 13%)

RGB channels and saturation

R 52 of 255 = 20%
G 24 of 255 = 9%
B 33 of 255 = 13%

52
24
33

R + G + B ~ 14%. #341821 is dark color.

Portions of RGB colors in percentages

R + G + B = 52 + 24 + 33 = 109 (100%)
R 52 of 109 ~ 47.71%
G 24 of 109 ~ 22.02%
B 33 of 109 ~ 30.28'%

%47.71
%22.02
%30.28

CMYK color model

#341821 color CMYK value is (0,54,37,80).

  • cyan value is 0.00%
  • magenta value is 53.85%
  • yellow value is 36.54%
  • key color value is 79.61%
CMYK: (0,54,37,80) C0M54Y37K80 (0%,54%,37%,80%) (0.00/0.54/0.37/0.80) 

CMYK percentages

%0
%53.85
%36.54
%79.61

Codes

Color #341821 in popluar color models

34 18 21
RGB 52 24 33
HSL 341° 36.84% 14.90%
HSB/HSV 341° 53.85% 20.39%
CMYK 0.00% 53.85% 36.54%
79.61%

Color #341821 in popluar number systems.

HEX 34 18 21
Decimal 52 24 33
Binary 110100 11000 100001
Octal 64 30 41

Shades and tints

Shades of #341821

#341821
(52,24,33)
#30161E
(48,22,30)
#2C141B
(44,20,27)
#281218
(40,18,24)
#241015
(36,16,21)
#200E12
(32,14,18)
#1C0C0F
(28,12,15)
#180A0C
(24,10,12)
#140809
(20,8,9)
#100606
(16,6,6)
#0C0403
(12,4,3)
#000000
(0,0,0)

Tints of #341821

#341821
(52,24,33)
#462D35
(70,45,53)
#584249
(88,66,73)
#6A575D
(106,87,93)
#7C6C71
(124,108,113)
#8E8185
(142,129,133)
#A09699
(160,150,153)
#B2ABAD
(178,171,173)
#C4C0C1
(196,192,193)
#D6D5D5
(214,213,213)
#E8EAE9
(232,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #341821; }

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

This text font color is #341821.

Background Color

.myBgColor { background-color: #341821; }

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

This div background color is #341821.

Border color

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

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

This div border color is #341821.

Opacity

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

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

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

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

This text has shadow with #341821 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #341821.

Preview

Color preview on black background

This text has color #341821 on black background.


Color preview on white background

This text has color #341821 on white background.


Black color preview on #341821 background

This text has black color on #341821 background.


White color preview on #341821 background

This text has white color on #341821 background.


Related colors

Complementary color

Complementary color for #hex is #CBE7DE.


I love getcolorcode.com

Triadic colors

1 #213418 and #182134 with #341821 are triadic colors.

2 #211834 and #183421 with #341821 are triadic colors.