COLOR #341929

HEX: #341929
RGB: (52,25,41)

Color info

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

RGB color model

#341929 color RGB value is (52,25,41).

  • red value is 52;
  • green value is 25;
  • blue value is 41.
RGB:
(52,25,41)
(20%,10%,16%)

RGB channels and saturation

R 52 of 255 = 20%
G 25 of 255 = 10%
B 41 of 255 = 16%

52
25
41

R + G + B ~ 15%. #341929 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 25 + 41 = 118 (100%)
R 52 of 118 ~ 44.07%
G 25 of 118 ~ 21.19%
B 41 of 118 ~ 34.75%

%44.07
%21.19
%34.75

CMYK color model

#341929 color CMYK value is (0,52,21,80).

  • cyan value is 0.00%
  • magenta value is 51.92%
  • yellow value is 21.15%
  • key color value is 79.61%
CMYK:
(0,52,21,80)
C0M52Y21K80 
(0%,52%,21%,80%)
(0.00/0.52/0.21/0.80)	

CMYK percentages

%0
%51.92
%21.15
%79.61

Codes

Color #341929 in popluar color models

341929
RGB522541
HSL324°35.06%15.10%
HSB/HSV324°51.92%20.39%
CMYK0.00%51.92%21.15%
79.61%

Color #341929 in popluar number systems.

HEX341929
Decimal522541
Binary11010011001101001
Octal643151

Shades and tints

Shades of #341929

#341929
(52,25,41)
#301726
(48,23,38)
#2C1523
(44,21,35)
#281320
(40,19,32)
#24111D
(36,17,29)
#200F1A
(32,15,26)
#1C0D17
(28,13,23)
#180B14
(24,11,20)
#140911
(20,9,17)
#10070E
(16,7,14)
#0C050B
(12,5,11)
#000000
(0,0,0)

Tints of #341929

#341929
(52,25,41)
#462D3C
(70,45,60)
#58414F
(88,65,79)
#6A5562
(106,85,98)
#7C6975
(124,105,117)
#8E7D88
(142,125,136)
#A0919B
(160,145,155)
#B2A5AE
(178,165,174)
#C4B9C1
(196,185,193)
#D6CDD4
(214,205,212)
#E8E1E7
(232,225,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341929 color. Also use rgb(52,25,41) instead hex code.

Text Font Color

.myTextColor { color: #341929; }

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

This text font color is #341929.


Background Color

.myBgColor { background-color: #341929; }

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

This div background color is #341929.


Border color

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

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

This div border color is #341929.


Opacity

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

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

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

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

This text has shadow with #341929 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341929 on black background.


Color preview on white background

This text has color #341929 on white background.



Black color preview on #341929 background

This text has black color on #341929 background.


White color preview on #341929 background

This text has white color on #341929 background.