Color Hex Logo

#338310 Color Hex

#338310
(51,131,16)
0 Favorites   0 Comments

Color spaces of #338310

RGB 5113116
HSL0.280.780.29
HSV102°88°51°
CMYK 0.610.000.88   0.49
XYZ9.575116.97383.2618
Yxy16.97380.32120.5694
Hunter Lab41.1993-30.613624.1454
CIE-Lab48.2270-44.189548.6213

#338310 color RGB value is (51,131,16).

#338310 hex color red value is 51, green value is 131 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #338310 hue: 0.28 , saturation: 0.78 and the lightness value of 338310 is 0.29.

The process color (four color CMYK) of #338310 color hex is 0.61, 0.00, 0.88, 0.49. Web safe color of #338310 is #339900. Color #338310 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000011 00010000
Octal 63 203 20
Decimal 51 131 16
Hex 33 83 10

RGB Percentages of Color #338310

%25.76
%66.16
%8.08

CMYK Percentages of Color #338310

%61
%0
%88
%49

Triadic Colors of #338310

#338310 #103383 #831033

Analogous Colors of #338310

#338310 #108327 #6d8310

Monochromatic Colors of #338310

#338310

Complementary Color

#338310 #601083

#338310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#338310 Color CSS Codes

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

#338310 Text Font Color

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

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


#338310 Background Color

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

This div background color is #338310


#338310 Border Color

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

This div border color is #338310


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338310


Comments

No comments written yet.

Please login to write comment.