COLOR #341729

HEX: #341729
RGB: (52,23,41)

Color info

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

RGB color model

#341729 color RGB value is (52,23,41).

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

RGB channels and saturation

R 52 of 255 = 20%
G 23 of 255 = 9%
B 41 of 255 = 16%

52
23
41

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

Portions of RGB colors in percentages

R + G + B =
52 + 23 + 41 = 116 (100%)
R 52 of 116 ~ 44.83%
G 23 of 116 ~ 19.83%
B 41 of 116 ~ 35.34%

%44.83
%19.83
%35.34

CMYK color model

#341729 color CMYK value is (0,56,21,80).

  • cyan value is 0.00%
  • magenta value is 55.77%
  • yellow value is 21.15%
  • key color value is 79.61%
CMYK:
(0,56,21,80)
C0M56Y21K80 
(0%,56%,21%,80%)
(0.00/0.56/0.21/0.80)	

CMYK percentages

%0
%55.77
%21.15
%79.61

Codes

Color #341729 in popluar color models

341729
RGB522341
HSL323°38.67%14.71%
HSB/HSV323°55.77%20.39%
CMYK0.00%55.77%21.15%
79.61%

Color #341729 in popluar number systems.

HEX341729
Decimal522341
Binary11010010111101001
Octal642751

Shades and tints

Shades of #341729

#341729
(52,23,41)
#301526
(48,21,38)
#2C1323
(44,19,35)
#281120
(40,17,32)
#240F1D
(36,15,29)
#200D1A
(32,13,26)
#1C0B17
(28,11,23)
#180914
(24,9,20)
#140711
(20,7,17)
#10050E
(16,5,14)
#0C030B
(12,3,11)
#000000
(0,0,0)

Tints of #341729

#341729
(52,23,41)
#462C3C
(70,44,60)
#58414F
(88,65,79)
#6A5662
(106,86,98)
#7C6B75
(124,107,117)
#8E8088
(142,128,136)
#A0959B
(160,149,155)
#B2AAAE
(178,170,174)
#C4BFC1
(196,191,193)
#D6D4D4
(214,212,212)
#E8E9E7
(232,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #341729; }

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

This text font color is #341729.


Background Color

.myBgColor { background-color: #341729; }

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

This div background color is #341729.


Border color

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

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

This div border color is #341729.


Opacity

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

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

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

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

This text has shadow with #341729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341729 on black background.


Color preview on white background

This text has color #341729 on white background.



Black color preview on #341729 background

This text has black color on #341729 background.


White color preview on #341729 background

This text has white color on #341729 background.