Color Hex Logo

#383030 Color Hex

#383030
(56,48,48)
1 Favorites   0 Comments

Color spaces of #383030

RGB 564848
HSL0.000.080.20
HSV14°22°
CMYK 0.000.140.14   0.78
XYZ3.22133.16813.2380
Yxy3.16810.33460.3291
Hunter Lab17.79921.15651.6734
CIE-Lab20.70493.59751.3209

#383030 color RGB value is (56,48,48).

#383030 hex color red value is 56, green value is 48 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #383030 hue: 0.00 , saturation: 0.08 and the lightness value of 383030 is 0.20.

The process color (four color CMYK) of #383030 color hex is 0.00, 0.14, 0.14, 0.78. Web safe color of #383030 is #333333. Color #383030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110000 00110000
Octal 70 60 60
Decimal 56 48 48
Hex 38 30 30

RGB Percentages of Color #383030

%36.84
%31.58
%31.58

CMYK Percentages of Color #383030

%0
%14
%14
%78

Triadic Colors of #383030

#383030 #303830 #303038

Analogous Colors of #383030

#383030 #383430 #383034

Monochromatic Colors of #383030

#383030

Complementary Color

#383030 #303838

#383030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383030 Color CSS Codes

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

#383030 Text Font Color

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

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


#383030 Background Color

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

This div background color is #383030


#383030 Border Color

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

This div border color is #383030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383030


Comments

No comments written yet.

Please login to write comment.