Color Hex Logo

#38464b Color Hex

#38464B
(56,70,75)
0 Favorites   0 Comments

Color spaces of #38464b

RGB 567075
HSL0.540.150.26
HSV196°25°29°
CMYK 0.250.070.00   0.71
XYZ5.09105.72917.4941
Yxy5.72910.27800.3128
Hunter Lab23.9355-3.9209-1.8085
CIE-Lab28.7185-4.2750-4.8620

#38464b color RGB value is (56,70,75).

#38464b hex color red value is 56, green value is 70 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #38464b hue: 0.54 , saturation: 0.15 and the lightness value of 38464b is 0.26.

The process color (four color CMYK) of #38464b color hex is 0.25, 0.07, 0.00, 0.71. Web safe color of #38464b is #333333. Color #38464b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 01000110 01001011
Octal 70 106 113
Decimal 56 70 75
Hex 38 46 4B

RGB Percentages of Color #38464b

%27.86
%34.83
%37.31

CMYK Percentages of Color #38464b

%25
%7
%0
%71

Triadic Colors of #38464b

#38464b #4b3846 #464b38

Analogous Colors of #38464b

#38464b #383d4b #384b47

Monochromatic Colors of #38464b

#38464b

Complementary Color

#38464b #4b3d38

#38464b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38464b Color Preview on White Background

Lorem ipsum dolor sit amet.

#38464b Color CSS Codes

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

#38464b Text Font Color

<p style="color:#38464b">Text here</p>

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


#38464b Background Color

<div style="background-color:#38464b">
Div content here</div>

This div background color is #38464b


#38464b Border Color

<div style="border:3px solid #38464b">
Div here</div>

This div border color is #38464b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,70,75, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38464b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38464b;
  -webkit-box-shadow: 1px 1px 3px 2px #38464b;
  box-shadow:         1px 1px 3px 2px #38464b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38464b


Comments

No comments written yet.

Please login to write comment.