Color Hex Logo

#383f21 Color Hex

#383F21
(56,63,33)
0 Favorites   0 Comments

Color spaces of #383f21

RGB 566333
HSL0.210.310.19
HSV74°48°25°
CMYK 0.110.000.48   0.75
XYZ3.68294.50562.1144
Yxy4.50560.35750.4373
Hunter Lab21.2264-6.17548.9525
CIE-Lab25.2771-8.723517.4099

#383f21 color RGB value is (56,63,33).

#383f21 hex color red value is 56, green value is 63 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #383f21 hue: 0.21 , saturation: 0.31 and the lightness value of 383f21 is 0.19.

The process color (four color CMYK) of #383f21 color hex is 0.11, 0.00, 0.48, 0.75. Web safe color of #383f21 is #333333. Color #383f21 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00111111 00100001
Octal 70 77 41
Decimal 56 63 33
Hex 38 3F 21

RGB Percentages of Color #383f21

%36.84
%41.45
%21.71

CMYK Percentages of Color #383f21

%11
%0
%48
%75

Triadic Colors of #383f21

#383f21 #21383f #3f2138

Analogous Colors of #383f21

#383f21 #293f21 #3f3721

Monochromatic Colors of #383f21

#383f21

Complementary Color

#383f21 #28213f

#383f21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383f21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383f21 Color CSS Codes

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

#383f21 Text Font Color

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

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


#383f21 Background Color

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

This div background color is #383f21


#383f21 Border Color

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

This div border color is #383f21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383f21


Comments

No comments written yet.

Please login to write comment.