Color Hex Logo

#334014 Color Hex

#334014
(51,64,20)
0 Favorites   0 Comments

Color spaces of #334014

RGB 516420
HSL0.220.520.16
HSV78°69°25°
CMYK 0.200.000.69   0.75
XYZ3.32494.42111.3399
Yxy4.42110.36590.4866
Hunter Lab21.0264-8.570110.9403
CIE-Lab25.0174-13.274424.5453

#334014 color RGB value is (51,64,20).

#334014 hex color red value is 51, green value is 64 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #334014 hue: 0.22 , saturation: 0.52 and the lightness value of 334014 is 0.16.

The process color (four color CMYK) of #334014 color hex is 0.20, 0.00, 0.69, 0.75. Web safe color of #334014 is #333300. Color #334014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000000 00010100
Octal 63 100 24
Decimal 51 64 20
Hex 33 40 14

RGB Percentages of Color #334014

%37.78
%47.41
%14.81

CMYK Percentages of Color #334014

%20
%0
%69
%75

Triadic Colors of #334014

#334014 #143340 #401433

Analogous Colors of #334014

#334014 #1d4014 #403714

Monochromatic Colors of #334014

#334014

Complementary Color

#334014 #211440

#334014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334014 Color CSS Codes

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

#334014 Text Font Color

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

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


#334014 Background Color

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

This div background color is #334014


#334014 Border Color

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

This div border color is #334014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334014


Comments

No comments written yet.

Please login to write comment.