Color Hex Logo

#38780c Color Hex

#38780C
(56,120,12)
0 Favorites   0 Comments

Color spaces of #38780c

RGB 5612012
HSL0.270.820.26
HSV96°90°47°
CMYK 0.530.000.90   0.53
XYZ8.413714.30022.6646
Yxy14.30020.33150.5635
Hunter Lab37.8156-26.462322.2932
CIE-Lab44.6604-38.630946.5211

#38780c color RGB value is (56,120,12).

#38780c hex color red value is 56, green value is 120 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #38780c hue: 0.27 , saturation: 0.82 and the lightness value of 38780c is 0.26.

The process color (four color CMYK) of #38780c color hex is 0.53, 0.00, 0.90, 0.53. Web safe color of #38780c is #336600. Color #38780c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111000 00001100
Octal 70 170 14
Decimal 56 120 12
Hex 38 78 C

RGB Percentages of Color #38780c

%29.79
%63.83
%6.38

CMYK Percentages of Color #38780c

%53
%0
%90
%53

Triadic Colors of #38780c

#38780c #0c3878 #780c38

Analogous Colors of #38780c

#38780c #0c7816 #6e780c

Monochromatic Colors of #38780c

#38780c

Complementary Color

#38780c #4c0c78

#38780c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38780c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38780c Color CSS Codes

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

#38780c Text Font Color

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

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


#38780c Background Color

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

This div background color is #38780c


#38780c Border Color

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

This div border color is #38780c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,120,12, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38780c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38780c;
  -webkit-box-shadow: 1px 1px 3px 2px #38780c;
  box-shadow:         1px 1px 3px 2px #38780c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38780c


Comments

No comments written yet.

Please login to write comment.