Color Hex Logo

#38353a Color Hex

#38353A
(56,53,58)
0 Favorites   0 Comments

Color spaces of #38353a

RGB 565358
HSL0.770.050.22
HSV276°23°
CMYK 0.030.090.00   0.77
XYZ3.66773.69244.5224
Yxy3.69240.30870.3107
Hunter Lab19.21560.4431-0.5030
CIE-Lab22.62732.4648-2.6640

#38353a color RGB value is (56,53,58).

#38353a hex color red value is 56, green value is 53 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #38353a hue: 0.77 , saturation: 0.05 and the lightness value of 38353a is 0.22.

The process color (four color CMYK) of #38353a color hex is 0.03, 0.09, 0.00, 0.77. Web safe color of #38353a is #333333. Color #38353a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110101 00111010
Octal 70 65 72
Decimal 56 53 58
Hex 38 35 3A

RGB Percentages of Color #38353a

%33.53
%31.74
%34.73

CMYK Percentages of Color #38353a

%3
%9
%0
%77

Triadic Colors of #38353a

#38353a #3a3835 #353a38

Analogous Colors of #38353a

#38353a #3a353a #36353a

Monochromatic Colors of #38353a

#38353a

Complementary Color

#38353a #373a35

#38353a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#38353a Color Preview on White Background

Lorem ipsum dolor sit amet.

#38353a Color CSS Codes

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

#38353a Text Font Color

<p style="color:#38353a">Text here</p>

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


#38353a Background Color

<div style="background-color:#38353a">
Div content here</div>

This div background color is #38353a


#38353a Border Color

<div style="border:3px solid #38353a">
Div here</div>

This div border color is #38353a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(56,53,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #38353a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #38353a;
  -webkit-box-shadow: 1px 1px 3px 2px #38353a;
  box-shadow:         1px 1px 3px 2px #38353a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #38353a

#38353a Color Palettes


Comments

No comments written yet.

Please login to write comment.