Color Hex Logo

#38593c Color Hex

#38593C
(56,89,60)
0 Favorites   0 Comments

Color spaces of #38593c

RGB 568960
HSL0.350.230.28
HSV127°37°35°
CMYK 0.370.000.33   0.65
XYZ6.01898.31185.5621
Yxy8.31180.30260.4178
Hunter Lab28.8302-13.18738.7425
CIE-Lab34.6240-18.911913.0738

#38593c color RGB value is (56,89,60).

#38593c hex color red value is 56, green value is 89 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #38593c hue: 0.35 , saturation: 0.23 and the lightness value of 38593c is 0.28.

The process color (four color CMYK) of #38593c color hex is 0.37, 0.00, 0.33, 0.65. Web safe color of #38593c is #336633. Color #38593c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01011001 00111100
Octal 70 131 74
Decimal 56 89 60
Hex 38 59 3C

RGB Percentages of Color #38593c

%27.32
%43.41
%29.27

CMYK Percentages of Color #38593c

%37
%0
%33
%65

Triadic Colors of #38593c

#38593c #3c3859 #593c38

Analogous Colors of #38593c

#38593c #38594d #455938

Monochromatic Colors of #38593c

#38593c

Complementary Color

#38593c #593855

#38593c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38593c Color Preview on White Background

Lorem ipsum dolor sit amet.

#38593c Color CSS Codes

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

#38593c Text Font Color

<p style="color:#38593c">Text here</p>

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


#38593c Background Color

<div style="background-color:#38593c">
Div content here</div>

This div background color is #38593c


#38593c Border Color

<div style="border:3px solid #38593c">
Div here</div>

This div border color is #38593c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,89,60, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38593c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38593c;
  -webkit-box-shadow: 1px 1px 3px 2px #38593c;
  box-shadow:         1px 1px 3px 2px #38593c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38593c


Comments

No comments written yet.

Please login to write comment.