Color Hex Logo

#38664e Color Hex

#38664E
(56,102,78)
0 Favorites   0 Comments

Color spaces of #38664e

RGB 5610278
HSL0.410.290.31
HSV149°45°40°
CMYK 0.450.000.24   0.60
XYZ7.757410.89368.9015
Yxy10.89360.28150.3954
Hunter Lab33.0055-15.80607.1134
CIE-Lab39.4007-21.91128.7162

#38664e color RGB value is (56,102,78).

#38664e hex color red value is 56, green value is 102 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #38664e hue: 0.41 , saturation: 0.29 and the lightness value of 38664e is 0.31.

The process color (four color CMYK) of #38664e color hex is 0.45, 0.00, 0.24, 0.60. Web safe color of #38664e is #336666. Color #38664e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01100110 01001110
Octal 70 146 116
Decimal 56 102 78
Hex 38 66 4E

RGB Percentages of Color #38664e

%23.73
%43.22
%33.05

CMYK Percentages of Color #38664e

%45
%0
%24
%60

Triadic Colors of #38664e

#38664e #4e3866 #664e38

Analogous Colors of #38664e

#38664e #386665 #396638

Monochromatic Colors of #38664e

#38664e

Complementary Color

#38664e #663850

#38664e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38664e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38664e Color CSS Codes

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

#38664e Text Font Color

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

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


#38664e Background Color

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

This div background color is #38664e


#38664e Border Color

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

This div border color is #38664e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38664e


Comments

No comments written yet.

Please login to write comment.