Color Hex Logo

#383a3a Color Hex

#383A3A
(56,58,58)
0 Favorites   0 Comments

Color spaces of #383a3a

RGB 565858
HSL0.500.020.22
HSV180°23°
CMYK 0.030.000.00   0.77
XYZ3.90774.17244.6024
Yxy4.17240.30810.3290
Hunter Lab20.4265-1.59820.9396
CIE-Lab24.2334-0.8502-0.3008

#383a3a color RGB value is (56,58,58).

#383a3a hex color red value is 56, green value is 58 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #383a3a hue: 0.50 , saturation: 0.02 and the lightness value of 383a3a is 0.22.

The process color (four color CMYK) of #383a3a color hex is 0.03, 0.00, 0.00, 0.77. Web safe color of #383a3a is #333333. Color #383a3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111010 00111010
Octal 70 72 72
Decimal 56 58 58
Hex 38 3A 3A

RGB Percentages of Color #383a3a

%32.56
%33.72
%33.72

CMYK Percentages of Color #383a3a

%3
%0
%0
%77

Triadic Colors of #383a3a

#383a3a #3a383a #3a3a38

Analogous Colors of #383a3a

#383a3a #38393a #383a39

Monochromatic Colors of #383a3a

#383a3a

Complementary Color

#383a3a #3a3838

#383a3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383a3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#383a3a Color CSS Codes

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

#383a3a Text Font Color

<p style="color:#383a3a">Text here</p>

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


#383a3a Background Color

<div style="background-color:#383a3a">
Div content here</div>

This div background color is #383a3a


#383a3a Border Color

<div style="border:3px solid #383a3a">
Div here</div>

This div border color is #383a3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383a3a


Comments

No comments written yet.

Please login to write comment.