Color Hex Logo

#38474d Color Hex

#38474D
(56,71,77)
0 Favorites   0 Comments

Color spaces of #38474d

RGB 567177
HSL0.550.160.26
HSV197°27°30°
CMYK 0.270.080.00   0.70
XYZ5.22375.88317.8814
Yxy5.88310.27510.3098
Hunter Lab24.2551-4.0038-2.2870
CIE-Lab29.1156-4.3633-5.5655

#38474d color RGB value is (56,71,77).

#38474d hex color red value is 56, green value is 71 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #38474d hue: 0.55 , saturation: 0.16 and the lightness value of 38474d is 0.26.

The process color (four color CMYK) of #38474d color hex is 0.27, 0.08, 0.00, 0.70. Web safe color of #38474d is #333366. Color #38474d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000111 01001101
Octal 70 107 115
Decimal 56 71 77
Hex 38 47 4D

RGB Percentages of Color #38474d

%27.45
%34.80
%37.75

CMYK Percentages of Color #38474d

%27
%8
%0
%70

Triadic Colors of #38474d

#38474d #4d3847 #474d38

Analogous Colors of #38474d

#38474d #383d4d #384d49

Monochromatic Colors of #38474d

#38474d

Complementary Color

#38474d #4d3e38

#38474d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38474d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38474d Color CSS Codes

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

#38474d Text Font Color

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

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


#38474d Background Color

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

This div background color is #38474d


#38474d Border Color

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

This div border color is #38474d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38474d


Comments

No comments written yet.

Please login to write comment.