Color Hex Logo

#334831 Color Hex

#334831
(51,72,49)
0 Favorites   0 Comments

Color spaces of #334831

RGB 517249
HSL0.320.190.24
HSV115°32°28°
CMYK 0.290.000.32   0.72
XYZ4.23705.56033.7557
Yxy5.56030.31260.4103
Hunter Lab23.5803-9.19197.0629
CIE-Lab28.2749-13.553111.2321

#334831 color RGB value is (51,72,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001000 00110001
Octal 63 110 61
Decimal 51 72 49
Hex 33 48 31

RGB Percentages of Color #334831

%29.65
%41.86
%28.49

CMYK Percentages of Color #334831

%29
%0
%32
%72

Triadic Colors of #334831

#334831 #313348 #483133

Analogous Colors of #334831

#334831 #31483b #3f4831

Monochromatic Colors of #334831

#334831

Complementary Color

#334831 #463148

#334831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334831 Color CSS Codes

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

#334831 Text Font Color

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

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


#334831 Background Color

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

This div background color is #334831


#334831 Border Color

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

This div border color is #334831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334831


Comments

No comments written yet.

Please login to write comment.