COLOR #342537

HEX: #342537
RGB: (52,37,55)

Color info

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

RGB color model

#342537 color RGB value is (52,37,55).

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

RGB channels and saturation

R 52 of 255 = 20%
G 37 of 255 = 15%
B 55 of 255 = 22%

52
37
55

R + G + B ~ 19%. #342537 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 37 + 55 = 144 (100%)
R 52 of 144 ~ 36.11%
G 37 of 144 ~ 25.69%
B 55 of 144 ~ 38.19%

%36.11
%25.69
%38.19

CMYK color model

#342537 color CMYK value is (5,33,0,78).

  • cyan value is 5.45%
  • magenta value is 32.73%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(5,33,0,78)
C5M33Y0K78 
(5%,33%,0%,78%)
(0.05/0.33/0.00/0.78)	

CMYK percentages

%5.45
%32.73
%0
%78.43

Codes

Color #342537 in popluar color models

342537
RGB523755
HSL290°19.57%18.04%
HSB/HSV290°32.73%21.57%
CMYK5.45%32.73%0.00%
78.43%

Color #342537 in popluar number systems.

HEX342537
Decimal523755
Binary110100100101110111
Octal644567

Shades and tints

Shades of #342537

#342537
(52,37,55)
#302232
(48,34,50)
#2C1F2D
(44,31,45)
#281C28
(40,28,40)
#241923
(36,25,35)
#20161E
(32,22,30)
#1C1319
(28,19,25)
#181014
(24,16,20)
#140D0F
(20,13,15)
#100A0A
(16,10,10)
#0C0705
(12,7,5)
#000000
(0,0,0)

Tints of #342537

#342537
(52,37,55)
#463849
(70,56,73)
#584B5B
(88,75,91)
#6A5E6D
(106,94,109)
#7C717F
(124,113,127)
#8E8491
(142,132,145)
#A097A3
(160,151,163)
#B2AAB5
(178,170,181)
#C4BDC7
(196,189,199)
#D6D0D9
(214,208,217)
#E8E3EB
(232,227,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342537; }

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

This text font color is #342537.


Background Color

.myBgColor { background-color: #342537; }

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

This div background color is #342537.


Border color

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

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

This div border color is #342537.


Opacity

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

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

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

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

This text has shadow with #342537 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342537 on black background.


Color preview on white background

This text has color #342537 on white background.



Black color preview on #342537 background

This text has black color on #342537 background.


White color preview on #342537 background

This text has white color on #342537 background.