Color Hex Logo

#340003 Color Hex

#340003
(52,0,3)
0 Favorites   0 Comments

Color spaces of #340003

RGB 5203
HSL0.991.000.10
HSV357°100°20°
CMYK 0.001.000.94   0.80
XYZ1.43260.73660.1528
Yxy0.73660.61700.3172
Hunter Lab8.582514.77584.9522
CIE-Lab6.653625.86409.2862

#340003 color RGB value is (52,0,3).

#340003 hex color red value is 52, green value is 0 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #340003 hue: 0.99 , saturation: 1.00 and the lightness value of 340003 is 0.10.

The process color (four color CMYK) of #340003 color hex is 0.00, 1.00, 0.94, 0.80. Web safe color of #340003 is #330000. Color #340003 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 00000000 00000011
Octal 64 0 3
Decimal 52 0 3
Hex 34 0 3

RGB Percentages of Color #340003

%94.55
%0.00
%5.45

CMYK Percentages of Color #340003

%0
%100
%94
%80

Triadic Colors of #340003

#340003 #033400 #000334

Analogous Colors of #340003

#340003 #341700 #34001d

Monochromatic Colors of #340003

#340003

Complementary Color

#340003 #003431

#340003 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#340003 Color Preview on White Background

Lorem ipsum dolor sit amet.

#340003 Color CSS Codes

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

#340003 Text Font Color

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

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


#340003 Background Color

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

This div background color is #340003


#340003 Border Color

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

This div border color is #340003


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #340003


Comments

No comments written yet.

Please login to write comment.