Color Hex Logo

#334428 Color Hex

#334428
(51,68,40)
0 Favorites   0 Comments

Color spaces of #334428

RGB 516840
HSL0.270.260.21
HSV96°41°27°
CMYK 0.250.000.41   0.73
XYZ3.81544.99132.7698
Yxy4.99130.32960.4312
Hunter Lab22.3412-8.61328.2882
CIE-Lab26.7100-12.894614.8177

#334428 color RGB value is (51,68,40).

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

The process color (four color CMYK) of #334428 color hex is 0.25, 0.00, 0.41, 0.73. Web safe color of #334428 is #333333. Color #334428 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000100 00101000
Octal 63 104 50
Decimal 51 68 40
Hex 33 44 28

RGB Percentages of Color #334428

%32.08
%42.77
%25.16

CMYK Percentages of Color #334428

%25
%0
%41
%73

Triadic Colors of #334428

#334428 #283344 #442833

Analogous Colors of #334428

#334428 #28442b #414428

Monochromatic Colors of #334428

#334428

Complementary Color

#334428 #392844

#334428 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334428 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334428 Color CSS Codes

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

#334428 Text Font Color

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

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


#334428 Background Color

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

This div background color is #334428


#334428 Border Color

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

This div border color is #334428


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334428


Comments

No comments written yet.

Please login to write comment.