Color Hex Logo

#38764f Color Hex

#38764F
(56,118,79)
0 Favorites   0 Comments

Color spaces of #38764f

RGB 5611879
HSL0.400.360.34
HSV142°53°46°
CMYK 0.530.000.33   0.54
XYZ9.520614.36219.6675
Yxy14.36210.28380.4281
Hunter Lab37.8974-21.477511.4035
CIE-Lab44.7478-29.635215.5137

#38764f color RGB value is (56,118,79).

#38764f hex color red value is 56, green value is 118 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #38764f hue: 0.40 , saturation: 0.36 and the lightness value of 38764f is 0.34.

The process color (four color CMYK) of #38764f color hex is 0.53, 0.00, 0.33, 0.54. Web safe color of #38764f is #336666. Color #38764f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110110 01001111
Octal 70 166 117
Decimal 56 118 79
Hex 38 76 4F

RGB Percentages of Color #38764f

%22.13
%46.64
%31.23

CMYK Percentages of Color #38764f

%53
%0
%33
%54

Triadic Colors of #38764f

#38764f #4f3876 #764f38

Analogous Colors of #38764f

#38764f #38766e #407638

Monochromatic Colors of #38764f

#38764f

Complementary Color

#38764f #76385f

#38764f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38764f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38764f Color CSS Codes

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

#38764f Text Font Color

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

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


#38764f Background Color

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

This div background color is #38764f


#38764f Border Color

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

This div border color is #38764f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,118,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38764f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38764f;
  -webkit-box-shadow: 1px 1px 3px 2px #38764f;
  box-shadow:         1px 1px 3px 2px #38764f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38764f


Comments

No comments written yet.

Please login to write comment.