Color Hex Logo

#383a33 Color Hex

#383A33
(56,58,51)
0 Favorites   0 Comments

Color spaces of #383a33

RGB 565851
HSL0.210.060.21
HSV77°12°23°
CMYK 0.030.000.12   0.77
XYZ3.74154.10593.7273
Yxy4.10590.32320.3547
Hunter Lab20.2630-2.50083.2780
CIE-Lab24.0185-2.40604.0580

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111010 00110011
Octal 70 72 63
Decimal 56 58 51
Hex 38 3A 33

RGB Percentages of Color #383a33

%33.94
%35.15
%30.91

CMYK Percentages of Color #383a33

%3
%0
%12
%77

Triadic Colors of #383a33

#383a33 #33383a #3a3338

Analogous Colors of #383a33

#383a33 #353a33 #3a3933

Monochromatic Colors of #383a33

#383a33

Complementary Color

#383a33 #35333a

#383a33 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383a33 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383a33 Color CSS Codes

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

#383a33 Text Font Color

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

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


#383a33 Background Color

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

This div background color is #383a33


#383a33 Border Color

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

This div border color is #383a33


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383a33


Comments

No comments written yet.

Please login to write comment.