COLOR #342137

HEX: #342137
RGB: (52,33,55)

Color info

#342137 contains red, green and blue colors in about the same proportion. Web safe color of #342137 is #333333 (or #333).

RGB color model

#342137 color RGB value is (52,33,55).

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

RGB channels and saturation

R 52 of 255 = 20%
G 33 of 255 = 13%
B 55 of 255 = 22%

52
33
55

R + G + B ~ 18%. #342137 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 33 + 55 = 140 (100%)
R 52 of 140 ~ 37.14%
G 33 of 140 ~ 23.57%
B 55 of 140 ~ 39.29%

%37.14
%23.57
%39.29

CMYK color model

#342137 color CMYK value is (5,40,0,78).

  • cyan value is 5.45%
  • magenta value is 40.00%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(5,40,0,78)
C5M40Y0K78 
(5%,40%,0%,78%)
(0.05/0.40/0.00/0.78)	

CMYK percentages

%5.45
%40
%0
%78.43

Codes

Color #342137 in popluar color models

342137
RGB523355
HSL292°25.00%17.25%
HSB/HSV292°40.00%21.57%
CMYK5.45%40.00%0.00%
78.43%

Color #342137 in popluar number systems.

HEX342137
Decimal523355
Binary110100100001110111
Octal644167

Shades and tints

Shades of #342137

#342137
(52,33,55)
#301E32
(48,30,50)
#2C1B2D
(44,27,45)
#281828
(40,24,40)
#241523
(36,21,35)
#20121E
(32,18,30)
#1C0F19
(28,15,25)
#180C14
(24,12,20)
#14090F
(20,9,15)
#10060A
(16,6,10)
#0C0305
(12,3,5)
#000000
(0,0,0)

Tints of #342137

#342137
(52,33,55)
#463549
(70,53,73)
#58495B
(88,73,91)
#6A5D6D
(106,93,109)
#7C717F
(124,113,127)
#8E8591
(142,133,145)
#A099A3
(160,153,163)
#B2ADB5
(178,173,181)
#C4C1C7
(196,193,199)
#D6D5D9
(214,213,217)
#E8E9EB
(232,233,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342137; }

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

This text font color is #342137.


Background Color

.myBgColor { background-color: #342137; }

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

This div background color is #342137.


Border color

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

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

This div border color is #342137.


Opacity

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

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

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

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

This text has shadow with #342137 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342137 on black background.


Color preview on white background

This text has color #342137 on white background.



Black color preview on #342137 background

This text has black color on #342137 background.


White color preview on #342137 background

This text has white color on #342137 background.