Color Hex Logo

#383530 Color Hex

#383530
(56,53,48)
0 Favorites   0 Comments

Color spaces of #383530

RGB 565348
HSL0.100.080.20
HSV38°14°22°
CMYK 0.000.050.14   0.78
XYZ3.43753.60043.3101
Yxy3.60040.33220.3479
Hunter Lab18.9747-0.86832.9393
CIE-Lab22.30380.24773.6210

#383530 color RGB value is (56,53,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110101 00110000
Octal 70 65 60
Decimal 56 53 48
Hex 38 35 30

RGB Percentages of Color #383530

%35.67
%33.76
%30.57

CMYK Percentages of Color #383530

%0
%5
%14
%78

Triadic Colors of #383530

#383530 #303835 #353038

Analogous Colors of #383530

#383530 #373830 #383130

Monochromatic Colors of #383530

#383530

Complementary Color

#383530 #303338

#383530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383530 Color CSS Codes

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

#383530 Text Font Color

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

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


#383530 Background Color

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

This div background color is #383530


#383530 Border Color

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

This div border color is #383530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383530


Comments

No comments written yet.

Please login to write comment.