COLOR #341A35

HEX: #341A35
RGB: (52,26,53)

Color info

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

RGB color model

#341A35 color RGB value is (52,26,53).

  • red value is 52;
  • green value is 26;
  • blue value is 53.
RGB:
(52,26,53)
(20%,10%,21%)

RGB channels and saturation

R 52 of 255 = 20%
G 26 of 255 = 10%
B 53 of 255 = 21%

52
26
53

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

Portions of RGB colors in percentages

R + G + B =
52 + 26 + 53 = 131 (100%)
R 52 of 131 ~ 39.69%
G 26 of 131 ~ 19.85%
B 53 of 131 ~ 40.46%

%39.69
%19.85
%40.46

CMYK color model

#341A35 color CMYK value is (2,51,0,79).

  • cyan value is 1.89%
  • magenta value is 50.94%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(2,51,0,79)
C2M51Y0K79 
(2%,51%,0%,79%)
(0.02/0.51/0.00/0.79)	

CMYK percentages

%1.89
%50.94
%0
%79.22

Codes

Color #341A35 in popluar color models

341A35
RGB522653
HSL298°34.18%15.49%
HSB/HSV298°50.94%20.78%
CMYK1.89%50.94%0.00%
79.22%

Color #341A35 in popluar number systems.

HEX341A35
Decimal522653
Binary11010011010110101
Octal643265

Shades and tints

Shades of #341A35

#341A35
(52,26,53)
#301831
(48,24,49)
#2C162D
(44,22,45)
#281429
(40,20,41)
#241225
(36,18,37)
#201021
(32,16,33)
#1C0E1D
(28,14,29)
#180C19
(24,12,25)
#140A15
(20,10,21)
#100811
(16,8,17)
#0C060D
(12,6,13)
#000000
(0,0,0)

Tints of #341A35

#341A35
(52,26,53)
#462E47
(70,46,71)
#584259
(88,66,89)
#6A566B
(106,86,107)
#7C6A7D
(124,106,125)
#8E7E8F
(142,126,143)
#A092A1
(160,146,161)
#B2A6B3
(178,166,179)
#C4BAC5
(196,186,197)
#D6CED7
(214,206,215)
#E8E2E9
(232,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341A35 color. Also use rgb(52,26,53) instead hex code.

Text Font Color

.myTextColor { color: #341A35; }

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

This text font color is #341A35.


Background Color

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

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

This div background color is #341A35.


Border color

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

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

This div border color is #341A35.


Opacity

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

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

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

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

This text has shadow with #341A35 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341A35 on black background.


Color preview on white background

This text has color #341A35 on white background.



Black color preview on #341A35 background

This text has black color on #341A35 background.


White color preview on #341A35 background

This text has white color on #341A35 background.