Color Hex Logo

#34090d Color Hex

#34090D
(52,9,13)
0 Favorites   0 Comments

Color spaces of #34090d

RGB 52913
HSL0.980.700.12
HSV354°83°20°
CMYK 0.000.830.75   0.80
XYZ1.58650.95450.4814
Yxy0.95450.52490.3158
Hunter Lab9.769911.88893.9174
CIE-Lab8.606521.71977.9531

#34090d color RGB value is (52,9,13).

#34090d hex color red value is 52, green value is 9 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #34090d hue: 0.98 , saturation: 0.70 and the lightness value of 34090d is 0.12.

The process color (four color CMYK) of #34090d color hex is 0.00, 0.83, 0.75, 0.80. Web safe color of #34090d is #330000. Color #34090d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00001001 00001101
Octal 64 11 15
Decimal 52 9 13
Hex 34 9 D

RGB Percentages of Color #34090d

%70.27
%12.16
%17.57

CMYK Percentages of Color #34090d

%0
%83
%75
%80

Triadic Colors of #34090d

#34090d #0d3409 #090d34

Analogous Colors of #34090d

#34090d #341b09 #340923

Monochromatic Colors of #34090d

#34090d

Complementary Color

#34090d #093430

#34090d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#34090d Color Preview on White Background

Lorem ipsum dolor sit amet.

#34090d Color CSS Codes

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

#34090d Text Font Color

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

This sample text font color is #34090d
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.


#34090d Background Color

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

This div background color is #34090d


#34090d Border Color

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

This div border color is #34090d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,9,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #34090d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #34090d;
  -webkit-box-shadow: 1px 1px 3px 2px #34090d;
  box-shadow:         1px 1px 3px 2px #34090d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #34090d


Comments

No comments written yet.

Please login to write comment.