COLOR #340021

HEX: #340021
RGB: (52,0,33)

Color info

#340021 contains only red and blue colors. Web safe color of #340021 is #330033 (or #303).

RGB color model

#340021 color RGB value is (52,0,33).

  • red value is 52;
  • green value is 0;
  • blue value is 33.
RGB:
(52,0,33)
(20%,0%,13%)

RGB channels and saturation

R 52 of 255 = 20%
G 0 of 255 = 0%
B 33 of 255 = 13%

52
0
33

R + G + B ~ 11%. #340021 is dark color.

Portions of RGB colors in percentages

R + G + B =
52 + 0 + 33 = 85 (100%)
R 52 of 85 ~ 61.18%
G 0 of 85 ~ 0%
B 33 of 85 ~ 38.82%

%61.18
%38.82

CMYK color model

#340021 color CMYK value is (0,100,37,80).

  • cyan value is 0.00%
  • magenta value is 100.00%
  • yellow value is 36.54%
  • key color value is 79.61%
CMYK:
(0,100,37,80)
C0M100Y37K80 
(0%,100%,37%,80%)
(0.00/1.00/0.37/0.80)	

CMYK percentages

%0
%100
%36.54
%79.61

Codes

Color #340021 in popluar color models

340021
RGB52033
HSL322°100.00%10.20%
HSB/HSV322°100.00%20.39%
CMYK0.00%100.00%36.54%
79.61%

Color #340021 in popluar number systems.

HEX340021
Decimal52033
Binary1101000100001
Octal64041

Shades and tints

Shades of #340021

#340021
(52,0,33)
#30001E
(48,0,30)
#2C001B
(44,0,27)
#280018
(40,0,24)
#240015
(36,0,21)
#200012
(32,0,18)
#1C000F
(28,0,15)
#18000C
(24,0,12)
#140009
(20,0,9)
#100006
(16,0,6)
#0C0003
(12,0,3)
#000000
(0,0,0)

Tints of #340021

#340021
(52,0,33)
#461735
(70,23,53)
#582E49
(88,46,73)
#6A455D
(106,69,93)
#7C5C71
(124,92,113)
#8E7385
(142,115,133)
#A08A99
(160,138,153)
#B2A1AD
(178,161,173)
#C4B8C1
(196,184,193)
#D6CFD5
(214,207,213)
#E8E6E9
(232,230,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #340021 color. Also use rgb(52,0,33) instead hex code.

Text Font Color

.myTextColor { color: #340021; }

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

This text font color is #340021.


Background Color

.myBgColor { background-color: #340021; }

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

This div background color is #340021.


Border color

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

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

This div border color is #340021.


Opacity

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

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

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

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

This text has shadow with #340021 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340021 on black background.


Color preview on white background

This text has color #340021 on white background.



Black color preview on #340021 background

This text has black color on #340021 background.


White color preview on #340021 background

This text has white color on #340021 background.