Color Hex Logo

#338015 Color Hex

#338015
(51,128,21)
0 Favorites   0 Comments

Color spaces of #338015

RGB 5112821
HSL0.290.720.29
HSV103°84°50°
CMYK 0.600.000.84   0.50
XYZ9.219816.19633.3497
Yxy16.19630.32050.5630
Hunter Lab40.2446-29.534823.2363
CIE-Lab47.2310-42.810346.3510

#338015 color RGB value is (51,128,21).

#338015 hex color red value is 51, green value is 128 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #338015 hue: 0.29 , saturation: 0.72 and the lightness value of 338015 is 0.29.

The process color (four color CMYK) of #338015 color hex is 0.60, 0.00, 0.84, 0.50. Web safe color of #338015 is #339900. Color #338015 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10000000 00010101
Octal 63 200 25
Decimal 51 128 21
Hex 33 80 15

RGB Percentages of Color #338015

%25.50
%64.00
%10.50

CMYK Percentages of Color #338015

%60
%0
%84
%50

Triadic Colors of #338015

#338015 #153380 #801533

Analogous Colors of #338015

#338015 #15802d #698015

Monochromatic Colors of #338015

#338015

Complementary Color

#338015 #621580

#338015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#338015 Color CSS Codes

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

#338015 Text Font Color

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

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


#338015 Background Color

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

This div background color is #338015


#338015 Border Color

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

This div border color is #338015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338015


Comments

No comments written yet.

Please login to write comment.