Color Hex Logo

#334825 Color Hex

#334825
(51,72,37)
0 Favorites   0 Comments

Color spaces of #334825

RGB 517237
HSL0.270.320.21
HSV96°49°28°
CMYK 0.290.000.49   0.72
XYZ4.01655.47212.5948
Yxy5.47210.33240.4529
Hunter Lab23.3925-10.28849.7981
CIE-Lab28.0395-15.669018.3759

#334825 color RGB value is (51,72,37).

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

The process color (four color CMYK) of #334825 color hex is 0.29, 0.00, 0.49, 0.72. Web safe color of #334825 is #333333. Color #334825 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001000 00100101
Octal 63 110 45
Decimal 51 72 37
Hex 33 48 25

RGB Percentages of Color #334825

%31.88
%45.00
%23.13

CMYK Percentages of Color #334825

%29
%0
%49
%72

Triadic Colors of #334825

#334825 #253348 #482533

Analogous Colors of #334825

#334825 #254829 #454825

Monochromatic Colors of #334825

#334825

Complementary Color

#334825 #3a2548

#334825 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334825 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334825 Color CSS Codes

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

#334825 Text Font Color

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

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


#334825 Background Color

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

This div background color is #334825


#334825 Border Color

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

This div border color is #334825


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,72,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 #334825">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334825


Comments

No comments written yet.

Please login to write comment.