COLOR #340524

HEX: #340524
RGB: (52,5,36)

Color info

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

RGB color model

#340524 color RGB value is (52,5,36).

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

RGB channels and saturation

R 52 of 255 = 20%
G 5 of 255 = 2%
B 36 of 255 = 14%

52
5
36

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

Portions of RGB colors in percentages

R + G + B =
52 + 5 + 36 = 93 (100%)
R 52 of 93 ~ 55.91%
G 5 of 93 ~ 5.38%
B 36 of 93 ~ 38.71%

%55.91
%38.71

CMYK color model

#340524 color CMYK value is (0,90,31,80).

  • cyan value is 0.00%
  • magenta value is 90.38%
  • yellow value is 30.77%
  • key color value is 79.61%
CMYK:
(0,90,31,80)
C0M90Y31K80 
(0%,90%,31%,80%)
(0.00/0.90/0.31/0.80)	

CMYK percentages

%0
%90.38
%30.77
%79.61

Codes

Color #340524 in popluar color models

340524
RGB52536
HSL320°82.46%11.18%
HSB/HSV320°90.38%20.39%
CMYK0.00%90.38%30.77%
79.61%

Color #340524 in popluar number systems.

HEX340524
Decimal52536
Binary110100101100100
Octal64544

Shades and tints

Shades of #340524

#340524
(52,5,36)
#300521
(48,5,33)
#2C051E
(44,5,30)
#28051B
(40,5,27)
#240518
(36,5,24)
#200515
(32,5,21)
#1C0512
(28,5,18)
#18050F
(24,5,15)
#14050C
(20,5,12)
#100509
(16,5,9)
#0C0506
(12,5,6)
#000000
(0,0,0)

Tints of #340524

#340524
(52,5,36)
#461B37
(70,27,55)
#58314A
(88,49,74)
#6A475D
(106,71,93)
#7C5D70
(124,93,112)
#8E7383
(142,115,131)
#A08996
(160,137,150)
#B29FA9
(178,159,169)
#C4B5BC
(196,181,188)
#D6CBCF
(214,203,207)
#E8E1E2
(232,225,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #340524; }

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

This text font color is #340524.


Background Color

.myBgColor { background-color: #340524; }

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

This div background color is #340524.


Border color

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

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

This div border color is #340524.


Opacity

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

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

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

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

This text has shadow with #340524 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340524 on black background.


Color preview on white background

This text has color #340524 on white background.



Black color preview on #340524 background

This text has black color on #340524 background.


White color preview on #340524 background

This text has white color on #340524 background.