Color Hex Logo

#38690e Color Hex

#38690E
(56,105,14)
0 Favorites   0 Comments

Color spaces of #38690e

RGB 5610514
HSL0.260.760.23
HSV92°87°41°
CMYK 0.470.000.87   0.59
XYZ6.761710.97562.1776
Yxy10.97560.33950.5511
Hunter Lab33.1294-21.544819.2935
CIE-Lab39.5393-32.216341.4696

#38690e color RGB value is (56,105,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01101001 00001110
Octal 70 151 16
Decimal 56 105 14
Hex 38 69 E

RGB Percentages of Color #38690e

%32.00
%60.00
%8.00

CMYK Percentages of Color #38690e

%47
%0
%87
%59

Triadic Colors of #38690e

#38690e #0e3869 #690e38

Analogous Colors of #38690e

#38690e #0e6912 #66690e

Monochromatic Colors of #38690e

#38690e

Complementary Color

#38690e #3f0e69

#38690e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38690e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38690e Color CSS Codes

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

#38690e Text Font Color

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

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


#38690e Background Color

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

This div background color is #38690e


#38690e Border Color

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

This div border color is #38690e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38690e


Comments

No comments written yet.

Please login to write comment.