COLOR #341239

HEX: #341239
RGB: (52,18,57)

Color info

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

RGB color model

#341239 color RGB value is (52,18,57).

  • red value is 52;
  • green value is 18;
  • blue value is 57.
RGB:
(52,18,57)
(20%,7%,22%)

RGB channels and saturation

R 52 of 255 = 20%
G 18 of 255 = 7%
B 57 of 255 = 22%

52
18
57

R + G + B ~ 16%. #341239 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 18 + 57 = 127 (100%)
R 52 of 127 ~ 40.94%
G 18 of 127 ~ 14.17%
B 57 of 127 ~ 44.88%

%40.94
%14.17
%44.88

CMYK color model

#341239 color CMYK value is (9,68,0,78).

  • cyan value is 8.77%
  • magenta value is 68.42%
  • yellow value is 0.00%
  • key color value is 77.65%
CMYK:
(9,68,0,78)
C9M68Y0K78 
(9%,68%,0%,78%)
(0.09/0.68/0.00/0.78)	

CMYK percentages

%8.77
%68.42
%0
%77.65

Codes

Color #341239 in popluar color models

341239
RGB521857
HSL292°52.00%14.71%
HSB/HSV292°68.42%22.35%
CMYK8.77%68.42%0.00%
77.65%

Color #341239 in popluar number systems.

HEX341239
Decimal521857
Binary11010010010111001
Octal642271

Shades and tints

Shades of #341239

#341239
(52,18,57)
#301134
(48,17,52)
#2C102F
(44,16,47)
#280F2A
(40,15,42)
#240E25
(36,14,37)
#200D20
(32,13,32)
#1C0C1B
(28,12,27)
#180B16
(24,11,22)
#140A11
(20,10,17)
#10090C
(16,9,12)
#0C0807
(12,8,7)
#000000
(0,0,0)

Tints of #341239

#341239
(52,18,57)
#46274B
(70,39,75)
#583C5D
(88,60,93)
#6A516F
(106,81,111)
#7C6681
(124,102,129)
#8E7B93
(142,123,147)
#A090A5
(160,144,165)
#B2A5B7
(178,165,183)
#C4BAC9
(196,186,201)
#D6CFDB
(214,207,219)
#E8E4ED
(232,228,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #341239 color. Also use rgb(52,18,57) instead hex code.

Text Font Color

.myTextColor { color: #341239; }

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

This text font color is #341239.


Background Color

.myBgColor { background-color: #341239; }

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

This div background color is #341239.


Border color

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

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

This div border color is #341239.


Opacity

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

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

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

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

This text has shadow with #341239 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #341239 on black background.


Color preview on white background

This text has color #341239 on white background.



Black color preview on #341239 background

This text has black color on #341239 background.


White color preview on #341239 background

This text has white color on #341239 background.