COLOR #342835

HEX: #342835
RGB: (52,40,53)

Color info

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

RGB color model

#342835 color RGB value is (52,40,53).

  • red value is 52;
  • green value is 40;
  • blue value is 53.
RGB:
(52,40,53)
(20%,16%,21%)

RGB channels and saturation

R 52 of 255 = 20%
G 40 of 255 = 16%
B 53 of 255 = 21%

52
40
53

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

Portions of RGB colors in percentages

R + G + B =
52 + 40 + 53 = 145 (100%)
R 52 of 145 ~ 35.86%
G 40 of 145 ~ 27.59%
B 53 of 145 ~ 36.55%

%35.86
%27.59
%36.55

CMYK color model

#342835 color CMYK value is (2,25,0,79).

  • cyan value is 1.89%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 79.22%
CMYK:
(2,25,0,79)
C2M25Y0K79 
(2%,25%,0%,79%)
(0.02/0.25/0.00/0.79)	

CMYK percentages

%1.89
%24.53
%0
%79.22

Codes

Color #342835 in popluar color models

342835
RGB524053
HSL295°13.98%18.24%
HSB/HSV295°24.53%20.78%
CMYK1.89%24.53%0.00%
79.22%

Color #342835 in popluar number systems.

HEX342835
Decimal524053
Binary110100101000110101
Octal645065

Shades and tints

Shades of #342835

#342835
(52,40,53)
#302531
(48,37,49)
#2C222D
(44,34,45)
#281F29
(40,31,41)
#241C25
(36,28,37)
#201921
(32,25,33)
#1C161D
(28,22,29)
#181319
(24,19,25)
#141015
(20,16,21)
#100D11
(16,13,17)
#0C0A0D
(12,10,13)
#000000
(0,0,0)

Tints of #342835

#342835
(52,40,53)
#463B47
(70,59,71)
#584E59
(88,78,89)
#6A616B
(106,97,107)
#7C747D
(124,116,125)
#8E878F
(142,135,143)
#A09AA1
(160,154,161)
#B2ADB3
(178,173,179)
#C4C0C5
(196,192,197)
#D6D3D7
(214,211,215)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #342835 color. Also use rgb(52,40,53) instead hex code.

Text Font Color

.myTextColor { color: #342835; }

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

This text font color is #342835.


Background Color

.myBgColor { background-color: #342835; }

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

This div background color is #342835.


Border color

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

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

This div border color is #342835.


Opacity

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

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

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

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

This text has shadow with #342835 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #342835 on black background.


Color preview on white background

This text has color #342835 on white background.



Black color preview on #342835 background

This text has black color on #342835 background.


White color preview on #342835 background

This text has white color on #342835 background.