Color Hex Logo

#334311 Color Hex

#334311
(51,67,17)
0 Favorites   0 Comments

Color spaces of #334311

RGB 516717
HSL0.220.600.16
HSV79°75°26°
CMYK 0.240.000.75   0.74
XYZ3.47364.75861.2657
Yxy4.75860.36570.5010
Hunter Lab21.8142-9.751311.8298
CIE-Lab26.0356-15.261127.1695

#334311 color RGB value is (51,67,17).

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

The process color (four color CMYK) of #334311 color hex is 0.24, 0.00, 0.75, 0.74. Web safe color of #334311 is #333300. Color #334311 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01000011 00010001
Octal 63 103 21
Decimal 51 67 17
Hex 33 43 11

RGB Percentages of Color #334311

%37.78
%49.63
%12.59

CMYK Percentages of Color #334311

%24
%0
%75
%74

Triadic Colors of #334311

#334311 #113343 #431133

Analogous Colors of #334311

#334311 #1a4311 #433a11

Monochromatic Colors of #334311

#334311

Complementary Color

#334311 #211143

#334311 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334311 Color Preview on White Background

Lorem ipsum dolor sit amet.

#334311 Color CSS Codes

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

#334311 Text Font Color

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

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


#334311 Background Color

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

This div background color is #334311


#334311 Border Color

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

This div border color is #334311


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334311


Comments

No comments written yet.

Please login to write comment.