COLOR #343527

HEX: #343527
RGB: (52,53,39)

Color info

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

RGB color model

#343527 color RGB value is (52,53,39).

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

RGB channels and saturation

R 52 of 255 = 20%
G 53 of 255 = 21%
B 39 of 255 = 15%

52
53
39

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

Portions of RGB colors in percentages

R + G + B =
52 + 53 + 39 = 144 (100%)
R 52 of 144 ~ 36.11%
G 53 of 144 ~ 36.81%
B 39 of 144 ~ 27.08%

%36.11
%36.81
%27.08

CMYK color model

#343527 color CMYK value is (2,0,26,79).

  • cyan value is 1.89%
  • magenta value is 0.00%
  • yellow value is 26.42%
  • key color value is 79.22%
CMYK:
(2,0,26,79)
C2M0Y26K79 
(2%,0%,26%,79%)
(0.02/0.00/0.26/0.79)	

CMYK percentages

%1.89
%0
%26.42
%79.22

Codes

Color #343527 in popluar color models

343527
RGB525339
HSL64°15.22%18.04%
HSB/HSV64°26.42%20.78%
CMYK1.89%0.00%26.42%
79.22%

Color #343527 in popluar number systems.

HEX343527
Decimal525339
Binary110100110101100111
Octal646547

Shades and tints

Shades of #343527

#343527
(52,53,39)
#303124
(48,49,36)
#2C2D21
(44,45,33)
#28291E
(40,41,30)
#24251B
(36,37,27)
#202118
(32,33,24)
#1C1D15
(28,29,21)
#181912
(24,25,18)
#14150F
(20,21,15)
#10110C
(16,17,12)
#0C0D09
(12,13,9)
#000000
(0,0,0)

Tints of #343527

#343527
(52,53,39)
#46473A
(70,71,58)
#58594D
(88,89,77)
#6A6B60
(106,107,96)
#7C7D73
(124,125,115)
#8E8F86
(142,143,134)
#A0A199
(160,161,153)
#B2B3AC
(178,179,172)
#C4C5BF
(196,197,191)
#D6D7D2
(214,215,210)
#E8E9E5
(232,233,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #343527; }

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

This text font color is #343527.


Background Color

.myBgColor { background-color: #343527; }

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

This div background color is #343527.


Border color

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

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

This div border color is #343527.


Opacity

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

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

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

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

This text has shadow with #343527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #343527 on black background.


Color preview on white background

This text has color #343527 on white background.



Black color preview on #343527 background

This text has black color on #343527 background.


White color preview on #343527 background

This text has white color on #343527 background.