Color Hex Logo

#38766f Color Hex

#38766F
(56,118,111)
0 Favorites   0 Comments

Color spaces of #38766f

RGB 56118111
HSL0.480.360.34
HSV173°53°46°
CMYK 0.530.000.06   0.54
XYZ10.978614.945317.3450
Yxy14.94530.25370.3454
Hunter Lab38.6592-16.96230.4601
CIE-Lab45.5592-21.8373-2.2815

#38766f color RGB value is (56,118,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01110110 01101111
Octal 70 166 157
Decimal 56 118 111
Hex 38 76 6F

RGB Percentages of Color #38766f

%19.65
%41.40
%38.95

CMYK Percentages of Color #38766f

%53
%0
%6
%54

Triadic Colors of #38766f

#38766f #6f3876 #766f38

Analogous Colors of #38766f

#38766f #385e76 #387650

Monochromatic Colors of #38766f

#38766f

Complementary Color

#38766f #76383f

#38766f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38766f Color Preview on White Background

Lorem ipsum dolor sit amet.

#38766f Color CSS Codes

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

#38766f Text Font Color

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

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


#38766f Background Color

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

This div background color is #38766f


#38766f Border Color

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

This div border color is #38766f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38766f


Comments

No comments written yet.

Please login to write comment.