Color Hex Logo

#338606 Color Hex

#338606
(51,134,6)
0 Favorites   0 Comments

Color spaces of #338606

RGB 511346
HSL0.270.910.27
HSV99°96°53°
CMYK 0.620.000.96   0.47
XYZ9.923217.76723.0787
Yxy17.76720.32250.5774
Hunter Lab42.1512-31.742225.1753
CIE-Lab49.2125-45.651651.5052

#338606 color RGB value is (51,134,6).

#338606 hex color red value is 51, green value is 134 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #338606 hue: 0.27 , saturation: 0.91 and the lightness value of 338606 is 0.27.

The process color (four color CMYK) of #338606 color hex is 0.62, 0.00, 0.96, 0.47. Web safe color of #338606 is #339900. Color #338606 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000110 00000110
Octal 63 206 6
Decimal 51 134 6
Hex 33 86 6

RGB Percentages of Color #338606

%26.70
%70.16
%3.14

CMYK Percentages of Color #338606

%62
%0
%96
%47

Triadic Colors of #338606

#338606 #063386 #860633

Analogous Colors of #338606

#338606 #068619 #738606

Monochromatic Colors of #338606

#338606

Complementary Color

#338606 #590686

#338606 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338606 Color Preview on White Background

Lorem ipsum dolor sit amet.

#338606 Color CSS Codes

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

#338606 Text Font Color

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

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


#338606 Background Color

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

This div background color is #338606


#338606 Border Color

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

This div border color is #338606


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338606


Comments

No comments written yet.

Please login to write comment.