COLOR #342337

HEX: #342337
RGB: (52,35,55)

Color info

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

RGB color model

#342337 color RGB value is (52,35,55).

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

RGB channels and saturation

R 52 of 255 = 20%
G 35 of 255 = 14%
B 55 of 255 = 22%

52
35
55

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

Portions of RGB colors in percentages

R + G + B =
52 + 35 + 55 = 142 (100%)
R 52 of 142 ~ 36.62%
G 35 of 142 ~ 24.65%
B 55 of 142 ~ 38.73%

%36.62
%24.65
%38.73

CMYK color model

#342337 color CMYK value is (5,36,0,78).

  • cyan value is 5.45%
  • magenta value is 36.36%
  • yellow value is 0.00%
  • key color value is 78.43%
CMYK:
(5,36,0,78)
C5M36Y0K78 
(5%,36%,0%,78%)
(0.05/0.36/0.00/0.78)	

CMYK percentages

%5.45
%36.36
%0
%78.43

Codes

Color #342337 in popluar color models

342337
RGB523555
HSL291°22.22%17.65%
HSB/HSV291°36.36%21.57%
CMYK5.45%36.36%0.00%
78.43%

Color #342337 in popluar number systems.

HEX342337
Decimal523555
Binary110100100011110111
Octal644367

Shades and tints

Shades of #342337

#342337
(52,35,55)
#302032
(48,32,50)
#2C1D2D
(44,29,45)
#281A28
(40,26,40)
#241723
(36,23,35)
#20141E
(32,20,30)
#1C1119
(28,17,25)
#180E14
(24,14,20)
#140B0F
(20,11,15)
#10080A
(16,8,10)
#0C0505
(12,5,5)
#000000
(0,0,0)

Tints of #342337

#342337
(52,35,55)
#463749
(70,55,73)
#584B5B
(88,75,91)
#6A5F6D
(106,95,109)
#7C737F
(124,115,127)
#8E8791
(142,135,145)
#A09BA3
(160,155,163)
#B2AFB5
(178,175,181)
#C4C3C7
(196,195,199)
#D6D7D9
(214,215,217)
#E8EBEB
(232,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #342337; }

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

This text font color is #342337.


Background Color

.myBgColor { background-color: #342337; }

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

This div background color is #342337.


Border color

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

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

This div border color is #342337.


Opacity

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

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

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

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

This text has shadow with #342337 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342337 on black background.


Color preview on white background

This text has color #342337 on white background.



Black color preview on #342337 background

This text has black color on #342337 background.


White color preview on #342337 background

This text has white color on #342337 background.