Color Hex Logo

#38785e Color Hex

#38785E
(56,120,94)
0 Favorites   0 Comments

Color spaces of #38785e

RGB 5612094
HSL0.430.360.35
HSV156°53°47°
CMYK 0.530.000.22   0.53
XYZ10.367715.081812.9543
Yxy15.08180.27000.3927
Hunter Lab38.8353-20.30837.4073
CIE-Lab45.7460-27.24578.0920

#38785e color RGB value is (56,120,94).

#38785e hex color red value is 56, green value is 120 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #38785e hue: 0.43 , saturation: 0.36 and the lightness value of 38785e is 0.35.

The process color (four color CMYK) of #38785e color hex is 0.53, 0.00, 0.22, 0.53. Web safe color of #38785e is #336666. Color #38785e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01111000 01011110
Octal 70 170 136
Decimal 56 120 94
Hex 38 78 5E

RGB Percentages of Color #38785e

%20.74
%44.44
%34.81

CMYK Percentages of Color #38785e

%53
%0
%22
%53

Triadic Colors of #38785e

#38785e #5e3878 #785e38

Analogous Colors of #38785e

#38785e #387278 #38783e

Monochromatic Colors of #38785e

#38785e

Complementary Color

#38785e #783852

#38785e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38785e Color Preview on White Background

Lorem ipsum dolor sit amet.

#38785e Color CSS Codes

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

#38785e Text Font Color

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

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


#38785e Background Color

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

This div background color is #38785e


#38785e Border Color

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

This div border color is #38785e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38785e


Comments

No comments written yet.

Please login to write comment.