Color Hex Logo

#340821 Color Hex

#340821
(52,8,33)
0 Favorites   0 Comments

Color spaces of #340821

RGB 52833
HSL0.910.730.12
HSV326°85°20°
CMYK 0.000.850.37   0.80
XYZ1.77751.01351.5408
Yxy1.01350.41030.2340
Hunter Lab10.067313.8986-2.0273
CIE-Lab9.103424.5128-5.0938

#340821 color RGB value is (52,8,33).

#340821 hex color red value is 52, green value is 8 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #340821 hue: 0.91 , saturation: 0.73 and the lightness value of 340821 is 0.12.

The process color (four color CMYK) of #340821 color hex is 0.00, 0.85, 0.37, 0.80. Web safe color of #340821 is #330033. Color #340821 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001000 00100001
Octal 64 10 41
Decimal 52 8 33
Hex 34 8 21

RGB Percentages of Color #340821

%55.91
%8.60
%35.48

CMYK Percentages of Color #340821

%0
%85
%37
%80

Triadic Colors of #340821

#340821 #213408 #082134

Analogous Colors of #340821

#340821 #34080b #310834

Monochromatic Colors of #340821

#340821

Complementary Color

#340821 #08341b

#340821 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340821 Color Preview on White Background

Lorem ipsum dolor sit amet.

#340821 Color CSS Codes

.mybgcolor {background-color:#340821; } 
.myforecolor {color:#340821; }
.mybordercolor {border:3px solid #340821; }

#340821 Text Font Color

<p style="color:#340821">Text here</p>

This sample text font color is #340821
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#340821 Background Color

<div style="background-color:#340821">
Div content here</div>

This div background color is #340821


#340821 Border Color

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

This div border color is #340821


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,8,33, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #340821; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #340821;
  -webkit-box-shadow: 1px 1px 3px 2px #340821;
  box-shadow:         1px 1px 3px 2px #340821; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,8,33, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #340821">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #340821;
  -webkit-box-shadow: 1px 1px 3px 2px #340821;
  box-shadow:         1px 1px 3px 2px #340821;">
Div content here</div>

This div box has shadow with color #340821


Comments

No comments written yet.

Please login to write comment.