Color Hex Logo

#388310 Color Hex

#388310
(56,131,16)
0 Favorites   0 Comments

Color spaces of #388310

RGB 5613116
HSL0.280.780.29
HSV99°88°51°
CMYK 0.570.000.88   0.49
XYZ9.840717.11083.2743
Yxy17.11080.32560.5661
Hunter Lab41.3652-29.924324.2625
CIE-Lab48.3993-42.800848.8392

#388310 color RGB value is (56,131,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 10000011 00010000
Octal 70 203 20
Decimal 56 131 16
Hex 38 83 10

RGB Percentages of Color #388310

%27.59
%64.53
%7.88

CMYK Percentages of Color #388310

%57
%0
%88
%49

Triadic Colors of #388310

#388310 #103883 #831038

Analogous Colors of #388310

#388310 #108322 #728310

Monochromatic Colors of #388310

#388310

Complementary Color

#388310 #5b1083

#388310 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#388310 Color Preview on White Background

Lorem ipsum dolor sit amet.

#388310 Color CSS Codes

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

#388310 Text Font Color

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

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


#388310 Background Color

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

This div background color is #388310


#388310 Border Color

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

This div border color is #388310


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,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 #388310">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #388310


Comments

No comments written yet.

Please login to write comment.