COLOR #340527

HEX: #340527
RGB: (52,5,39)

Color info

#340527 contains red, green and blue colors in about the same proportion. Web safe color of #340527 is #330033 (or #303).

RGB color model

#340527 color RGB value is (52,5,39).

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

RGB channels and saturation

R 52 of 255 = 20%
G 5 of 255 = 2%
B 39 of 255 = 15%

52
5
39

R + G + B ~ 12%. #340527 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 5 + 39 = 96 (100%)
R 52 of 96 ~ 54.17%
G 5 of 96 ~ 5.21%
B 39 of 96 ~ 40.63%

%54.17
%40.63

CMYK color model

#340527 color CMYK value is (0,90,25,80).

  • cyan value is 0.00%
  • magenta value is 90.38%
  • yellow value is 25.00%
  • key color value is 79.61%
CMYK:
(0,90,25,80)
C0M90Y25K80 
(0%,90%,25%,80%)
(0.00/0.90/0.25/0.80)	

CMYK percentages

%0
%90.38
%25
%79.61

Codes

Color #340527 in popluar color models

340527
RGB52539
HSL317°82.46%11.18%
HSB/HSV317°90.38%20.39%
CMYK0.00%90.38%25.00%
79.61%

Color #340527 in popluar number systems.

HEX340527
Decimal52539
Binary110100101100111
Octal64547

Shades and tints

Shades of #340527

#340527
(52,5,39)
#300524
(48,5,36)
#2C0521
(44,5,33)
#28051E
(40,5,30)
#24051B
(36,5,27)
#200518
(32,5,24)
#1C0515
(28,5,21)
#180512
(24,5,18)
#14050F
(20,5,15)
#10050C
(16,5,12)
#0C0509
(12,5,9)
#000000
(0,0,0)

Tints of #340527

#340527
(52,5,39)
#461B3A
(70,27,58)
#58314D
(88,49,77)
#6A4760
(106,71,96)
#7C5D73
(124,93,115)
#8E7386
(142,115,134)
#A08999
(160,137,153)
#B29FAC
(178,159,172)
#C4B5BF
(196,181,191)
#D6CBD2
(214,203,210)
#E8E1E5
(232,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #340527; }

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

This text font color is #340527.


Background Color

.myBgColor { background-color: #340527; }

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

This div background color is #340527.


Border color

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

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

This div border color is #340527.


Opacity

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

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

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

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

This text has shadow with #340527 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340527 on black background.


Color preview on white background

This text has color #340527 on white background.



Black color preview on #340527 background

This text has black color on #340527 background.


White color preview on #340527 background

This text has white color on #340527 background.