Color Hex Logo

#334f19 Color Hex

#334F19
(51,79,25)
0 Favorites   0 Comments

Color spaces of #334f19

RGB 517925
HSL0.250.520.20
HSV91°68°31°
CMYK 0.350.000.68   0.69
XYZ4.33676.36601.9199
Yxy6.36600.34360.5043
Hunter Lab25.2309-13.473513.1501
CIE-Lab30.3177-20.978527.8022

#334f19 color RGB value is (51,79,25).

#334f19 hex color red value is 51, green value is 79 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #334f19 hue: 0.25 , saturation: 0.52 and the lightness value of 334f19 is 0.20.

The process color (four color CMYK) of #334f19 color hex is 0.35, 0.00, 0.68, 0.69. Web safe color of #334f19 is #336600. Color #334f19 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001111 00011001
Octal 63 117 31
Decimal 51 79 25
Hex 33 4F 19

RGB Percentages of Color #334f19

%32.90
%50.97
%16.13

CMYK Percentages of Color #334f19

%35
%0
%68
%69

Triadic Colors of #334f19

#334f19 #19334f #4f1933

Analogous Colors of #334f19

#334f19 #194f1a #4e4f19

Monochromatic Colors of #334f19

#334f19

Complementary Color

#334f19 #35194f

#334f19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334f19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334f19 Color CSS Codes

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

#334f19 Text Font Color

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

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


#334f19 Background Color

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

This div background color is #334f19


#334f19 Border Color

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

This div border color is #334f19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334f19


Comments

No comments written yet.

Please login to write comment.