Color Hex Logo

#388812 Color Hex

#388812
(56,136,18)
0 Favorites   0 Comments

Color spaces of #388812

RGB 5613618
HSL0.280.770.30
HSV101°87°53°
CMYK 0.590.000.87   0.47
XYZ10.544218.49273.5860
Yxy18.49270.32320.5669
Hunter Lab43.0031-31.488025.1580
CIE-Lab50.0883-44.614449.8372

#388812 color RGB value is (56,136,18).

#388812 hex color red value is 56, green value is 136 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #388812 hue: 0.28 , saturation: 0.77 and the lightness value of 388812 is 0.30.

The process color (four color CMYK) of #388812 color hex is 0.59, 0.00, 0.87, 0.47. Web safe color of #388812 is #339900. Color #388812 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 10001000 00010010
Octal 70 210 22
Decimal 56 136 18
Hex 38 88 12

RGB Percentages of Color #388812

%26.67
%64.76
%8.57

CMYK Percentages of Color #388812

%59
%0
%87
%47

Triadic Colors of #388812

#388812 #123888 #881238

Analogous Colors of #388812

#388812 #128827 #738812

Monochromatic Colors of #388812

#388812

Complementary Color

#388812 #621288

#388812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388812 Color CSS Codes

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

#388812 Text Font Color

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

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


#388812 Background Color

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

This div background color is #388812


#388812 Border Color

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

This div border color is #388812


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,136,18, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #388812; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #388812;
  -webkit-box-shadow: 1px 1px 3px 2px #388812;
  box-shadow:         1px 1px 3px 2px #388812; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,136,18, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388812


Comments

No comments written yet.

Please login to write comment.