Color Hex Logo

#38711e Color Hex

#38711E
(56,113,30)
0 Favorites   0 Comments

Color spaces of #38711e

RGB 5611330
HSL0.280.580.28
HSV101°73°44°
CMYK 0.500.000.73   0.56
XYZ7.770412.74473.2787
Yxy12.74470.32660.5356
Hunter Lab35.6997-23.622219.5445
CIE-Lab42.3760-34.614838.4263

#38711e color RGB value is (56,113,30).

#38711e hex color red value is 56, green value is 113 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #38711e hue: 0.28 , saturation: 0.58 and the lightness value of 38711e is 0.28.

The process color (four color CMYK) of #38711e color hex is 0.50, 0.00, 0.73, 0.56. Web safe color of #38711e is #336633. Color #38711e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110001 00011110
Octal 70 161 36
Decimal 56 113 30
Hex 38 71 1E

RGB Percentages of Color #38711e

%28.14
%56.78
%15.08

CMYK Percentages of Color #38711e

%50
%0
%73
%56

Triadic Colors of #38711e

#38711e #1e3871 #711e38

Analogous Colors of #38711e

#38711e #1e712e #62711e

Monochromatic Colors of #38711e

#38711e

Complementary Color

#38711e #571e71

#38711e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38711e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38711e Color CSS Codes

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

#38711e Text Font Color

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

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


#38711e Background Color

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

This div background color is #38711e


#38711e Border Color

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

This div border color is #38711e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38711e


Comments

No comments written yet.

Please login to write comment.