Color Hex Logo

#38680e Color Hex

#38680E
(56,104,14)
0 Favorites   0 Comments

Color spaces of #38680e

RGB 5610414
HSL0.260.760.23
HSV92°87°41°
CMYK 0.460.000.87   0.59
XYZ6.660510.77312.1438
Yxy10.77310.34020.5503
Hunter Lab32.8224-21.217019.1031
CIE-Lab39.1957-31.773641.1594

#38680e color RGB value is (56,104,14).

#38680e hex color red value is 56, green value is 104 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #38680e hue: 0.26 , saturation: 0.76 and the lightness value of 38680e is 0.23.

The process color (four color CMYK) of #38680e color hex is 0.46, 0.00, 0.87, 0.59. Web safe color of #38680e is #336600. Color #38680e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101000 00001110
Octal 70 150 16
Decimal 56 104 14
Hex 38 68 E

RGB Percentages of Color #38680e

%32.18
%59.77
%8.05

CMYK Percentages of Color #38680e

%46
%0
%87
%59

Triadic Colors of #38680e

#38680e #0e3868 #680e38

Analogous Colors of #38680e

#38680e #0e6811 #65680e

Monochromatic Colors of #38680e

#38680e

Complementary Color

#38680e #3e0e68

#38680e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38680e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38680e Color CSS Codes

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

#38680e Text Font Color

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

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


#38680e Background Color

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

This div background color is #38680e


#38680e Border Color

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

This div border color is #38680e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,104,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38680e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38680e;
  -webkit-box-shadow: 1px 1px 3px 2px #38680e;
  box-shadow:         1px 1px 3px 2px #38680e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38680e


Comments

No comments written yet.

Please login to write comment.