Color Hex Logo

#334501 Color Hex

#334501
(51,69,1)
0 Favorites   0 Comments

Color spaces of #334501

RGB 51691
HSL0.210.970.14
HSV76°99°27°
CMYK 0.260.000.99   0.73
XYZ3.49884.96220.8021
Yxy4.96220.37770.5357
Hunter Lab22.2760-10.946713.4583
CIE-Lab26.6268-17.408934.4355

#334501 color RGB value is (51,69,1).

#334501 hex color red value is 51, green value is 69 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #334501 hue: 0.21 , saturation: 0.97 and the lightness value of 334501 is 0.14.

The process color (four color CMYK) of #334501 color hex is 0.26, 0.00, 0.99, 0.73. Web safe color of #334501 is #333300. Color #334501 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000101 00000001
Octal 63 105 1
Decimal 51 69 1
Hex 33 45 1

RGB Percentages of Color #334501

%42.15
%57.02
%0.83

CMYK Percentages of Color #334501

%26
%0
%99
%73

Triadic Colors of #334501

#334501 #013345 #450133

Analogous Colors of #334501

#334501 #114501 #453501

Monochromatic Colors of #334501

#334501

Complementary Color

#334501 #130145

#334501 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334501 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334501 Color CSS Codes

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

#334501 Text Font Color

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

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


#334501 Background Color

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

This div background color is #334501


#334501 Border Color

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

This div border color is #334501


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,69,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334501


Comments

No comments written yet.

Please login to write comment.