Color Hex Logo

#38574d Color Hex

#38574D
(56,87,77)
0 Favorites   0 Comments

Color spaces of #38574d

RGB 568777
HSL0.450.220.28
HSV161°36°34°
CMYK 0.360.000.11   0.66
XYZ6.37868.19308.2664
Yxy8.19300.27930.3587
Hunter Lab28.6234-10.31312.9135
CIE-Lab34.3816-13.97382.1782

#38574d color RGB value is (56,87,77).

#38574d hex color red value is 56, green value is 87 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #38574d hue: 0.45 , saturation: 0.22 and the lightness value of 38574d is 0.28.

The process color (four color CMYK) of #38574d color hex is 0.36, 0.00, 0.11, 0.66. Web safe color of #38574d is #336666. Color #38574d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010111 01001101
Octal 70 127 115
Decimal 56 87 77
Hex 38 57 4D

RGB Percentages of Color #38574d

%25.45
%39.55
%35.00

CMYK Percentages of Color #38574d

%36
%0
%11
%66

Triadic Colors of #38574d

#38574d #4d3857 #574d38

Analogous Colors of #38574d

#38574d #385257 #38573e

Monochromatic Colors of #38574d

#38574d

Complementary Color

#38574d #573842

#38574d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38574d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38574d Color CSS Codes

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

#38574d Text Font Color

<p style="color:#38574d">Text here</p>

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


#38574d Background Color

<div style="background-color:#38574d">
Div content here</div>

This div background color is #38574d


#38574d Border Color

<div style="border:3px solid #38574d">
Div here</div>

This div border color is #38574d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,87,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38574d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38574d;
  -webkit-box-shadow: 1px 1px 3px 2px #38574d;
  box-shadow:         1px 1px 3px 2px #38574d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38574d


Comments

No comments written yet.

Please login to write comment.