Color Hex Logo

#38504d Color Hex

#38504D
(56,80,77)
0 Favorites   0 Comments

Color spaces of #38504d

RGB 568077
HSL0.480.180.27
HSV173°30°31°
CMYK 0.300.000.04   0.69
XYZ5.83917.11398.0865
Yxy7.11390.27750.3381
Hunter Lab26.6719-7.59800.6945
CIE-Lab32.0648-9.8856-1.1975

#38504d color RGB value is (56,80,77).

#38504d hex color red value is 56, green value is 80 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #38504d hue: 0.48 , saturation: 0.18 and the lightness value of 38504d is 0.27.

The process color (four color CMYK) of #38504d color hex is 0.30, 0.00, 0.04, 0.69. Web safe color of #38504d is #336666. Color #38504d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01010000 01001101
Octal 70 120 115
Decimal 56 80 77
Hex 38 50 4D

RGB Percentages of Color #38504d

%26.29
%37.56
%36.15

CMYK Percentages of Color #38504d

%30
%0
%4
%69

Triadic Colors of #38504d

#38504d #4d3850 #504d38

Analogous Colors of #38504d

#38504d #384750 #385041

Monochromatic Colors of #38504d

#38504d

Complementary Color

#38504d #50383b

#38504d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38504d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38504d Color CSS Codes

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

#38504d Text Font Color

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

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


#38504d Background Color

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

This div background color is #38504d


#38504d Border Color

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

This div border color is #38504d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(56,80,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 #38504d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38504d


Comments

No comments written yet.

Please login to write comment.