COLOR #340137

HEX: #340137
RGB: (52,1,55)

Color info

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

RGB color model

#340137 color RGB value is (52,1,55).

  • red value is 52;
  • green value is 1;
  • blue value is 55.
RGB:
(52,1,55)
(20%,0%,22%)

RGB channels and saturation

R 52 of 255 = 20%
G 1 of 255 = 0%
B 55 of 255 = 22%

52
1
55

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

Portions of RGB colors in percentages

R + G + B =
52 + 1 + 55 = 108 (100%)
R 52 of 108 ~ 48.15%
G 1 of 108 ~ 0.93%
B 55 of 108 ~ 50.93%

%48.15
%50.93

CMYK color model

#340137 color CMYK value is (5,98,0,78).

  • cyan value is 5.45%
  • magenta value is 98.18%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(5,98,0,78)
C5M98Y0K78 
(5%,98%,0%,78%)
(0.05/0.98/0.00/0.78)	

CMYK percentages

%5.45
%98.18
%0
%78.43

Codes

Color #340137 in popluar color models

340137
RGB52155
HSL297°96.43%10.98%
HSB/HSV297°98.18%21.57%
CMYK5.45%98.18%0.00%
78.43%

Color #340137 in popluar number systems.

HEX340137
Decimal52155
Binary1101001110111
Octal64167

Shades and tints

Shades of #340137

#340137
(52,1,55)
#300132
(48,1,50)
#2C012D
(44,1,45)
#280128
(40,1,40)
#240123
(36,1,35)
#20011E
(32,1,30)
#1C0119
(28,1,25)
#180114
(24,1,20)
#14010F
(20,1,15)
#10010A
(16,1,10)
#0C0105
(12,1,5)
#000000
(0,0,0)

Tints of #340137

#340137
(52,1,55)
#461849
(70,24,73)
#582F5B
(88,47,91)
#6A466D
(106,70,109)
#7C5D7F
(124,93,127)
#8E7491
(142,116,145)
#A08BA3
(160,139,163)
#B2A2B5
(178,162,181)
#C4B9C7
(196,185,199)
#D6D0D9
(214,208,217)
#E8E7EB
(232,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340137 color. Also use rgb(52,1,55) instead hex code.

Text Font Color

.myTextColor { color: #340137; }

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

This text font color is #340137.


Background Color

.myBgColor { background-color: #340137; }

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

This div background color is #340137.


Border color

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

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

This div border color is #340137.


Opacity

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

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

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

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

This text has shadow with #340137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340137 on black background.


Color preview on white background

This text has color #340137 on white background.



Black color preview on #340137 background

This text has black color on #340137 background.


White color preview on #340137 background

This text has white color on #340137 background.