Color Hex Logo

#38414d Color Hex

#38414D
(56,65,77)
0 Favorites   0 Comments

Color spaces of #38414d

RGB 566577
HSL0.600.160.26
HSV214°27°30°
CMYK 0.270.160.00   0.70
XYZ4.86075.15727.7604
Yxy5.15720.27340.2901
Hunter Lab22.7095-1.5357-4.3643
CIE-Lab27.1780-0.5212-8.4775

#38414d color RGB value is (56,65,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000001 01001101
Octal 70 101 115
Decimal 56 65 77
Hex 38 41 4D

RGB Percentages of Color #38414d

%28.28
%32.83
%38.89

CMYK Percentages of Color #38414d

%27
%16
%0
%70

Triadic Colors of #38414d

#38414d #4d3841 #414d38

Analogous Colors of #38414d

#38414d #3a384d #384c4d

Monochromatic Colors of #38414d

#38414d

Complementary Color

#38414d #4d4438

#38414d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38414d Color Preview on White Background

Lorem ipsum dolor sit amet.

#38414d Color CSS Codes

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

#38414d Text Font Color

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

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


#38414d Background Color

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

This div background color is #38414d


#38414d Border Color

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

This div border color is #38414d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38414d


Comments

No comments written yet.

Please login to write comment.