Color Hex Logo

#334925 Color Hex

#334925
(51,73,37)
0 Favorites   0 Comments

Color spaces of #334925

RGB 517337
HSL0.270.330.22
HSV97°49°29°
CMYK 0.300.000.49   0.71
XYZ4.08175.60252.6165
Yxy5.60250.33180.4555
Hunter Lab23.6696-10.640410.0146
CIE-Lab28.3866-16.227718.8143

#334925 color RGB value is (51,73,37).

#334925 hex color red value is 51, green value is 73 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #334925 hue: 0.27 , saturation: 0.33 and the lightness value of 334925 is 0.22.

The process color (four color CMYK) of #334925 color hex is 0.30, 0.00, 0.49, 0.71. Web safe color of #334925 is #333333. Color #334925 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001001 00100101
Octal 63 111 45
Decimal 51 73 37
Hex 33 49 25

RGB Percentages of Color #334925

%31.68
%45.34
%22.98

CMYK Percentages of Color #334925

%30
%0
%49
%71

Triadic Colors of #334925

#334925 #253349 #492533

Analogous Colors of #334925

#334925 #254929 #454925

Monochromatic Colors of #334925

#334925

Complementary Color

#334925 #3b2549

#334925 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334925 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334925 Color CSS Codes

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

#334925 Text Font Color

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

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


#334925 Background Color

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

This div background color is #334925


#334925 Border Color

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

This div border color is #334925


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334925


Comments

No comments written yet.

Please login to write comment.