COLOR #340621

HEX: #340621
RGB: (52,6,33)

Color info

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

RGB color model

#340621 color RGB value is (52,6,33).

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

RGB channels and saturation

R 52 of 255 = 20%
G 6 of 255 = 2%
B 33 of 255 = 13%

52
6
33

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

Portions of RGB colors in percentages

R + G + B =
52 + 6 + 33 = 91 (100%)
R 52 of 91 ~ 57.14%
G 6 of 91 ~ 6.59%
B 33 of 91 ~ 36.26%

%57.14
%36.26

CMYK color model

#340621 color CMYK value is (0,88,37,80).

  • cyan value is 0.00%
  • magenta value is 88.46%
  • yellow value is 36.54%
  • key color value is 79.61%
CMYK:
(0,88,37,80)
C0M88Y37K80 
(0%,88%,37%,80%)
(0.00/0.88/0.37/0.80)	

CMYK percentages

%0
%88.46
%36.54
%79.61

Codes

Color #340621 in popluar color models

340621
RGB52633
HSL325°79.31%11.37%
HSB/HSV325°88.46%20.39%
CMYK0.00%88.46%36.54%
79.61%

Color #340621 in popluar number systems.

HEX340621
Decimal52633
Binary110100110100001
Octal64641

Shades and tints

Shades of #340621

#340621
(52,6,33)
#30061E
(48,6,30)
#2C061B
(44,6,27)
#280618
(40,6,24)
#240615
(36,6,21)
#200612
(32,6,18)
#1C060F
(28,6,15)
#18060C
(24,6,12)
#140609
(20,6,9)
#100606
(16,6,6)
#0C0603
(12,6,3)
#000000
(0,0,0)

Tints of #340621

#340621
(52,6,33)
#461C35
(70,28,53)
#583249
(88,50,73)
#6A485D
(106,72,93)
#7C5E71
(124,94,113)
#8E7485
(142,116,133)
#A08A99
(160,138,153)
#B2A0AD
(178,160,173)
#C4B6C1
(196,182,193)
#D6CCD5
(214,204,213)
#E8E2E9
(232,226,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #340621; }

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

This text font color is #340621.


Background Color

.myBgColor { background-color: #340621; }

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

This div background color is #340621.


Border color

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

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

This div border color is #340621.


Opacity

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

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

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

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

This text has shadow with #340621 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #340621 on black background.


Color preview on white background

This text has color #340621 on white background.



Black color preview on #340621 background

This text has black color on #340621 background.


White color preview on #340621 background

This text has white color on #340621 background.