Color Hex Logo

#383135 Color Hex

#383135
(56,49,53)
0 Favorites   0 Comments

Color spaces of #383135

RGB 564953
HSL0.900.070.21
HSV326°13°22°
CMYK 0.000.130.05   0.78
XYZ3.37183.29443.8263
Yxy3.29440.32140.3140
Hunter Lab18.15051.39650.2064
CIE-Lab21.18634.0041-1.3949

#383135 color RGB value is (56,49,53).

#383135 hex color red value is 56, green value is 49 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #383135 hue: 0.90 , saturation: 0.07 and the lightness value of 383135 is 0.21.

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

Base Numbers

BaseRedGreenBlue
Binary 00111000 00110001 00110101
Octal 70 61 65
Decimal 56 49 53
Hex 38 31 35

RGB Percentages of Color #383135

%35.44
%31.01
%33.54

CMYK Percentages of Color #383135

%0
%13
%5
%78

Triadic Colors of #383135

#383135 #353831 #313538

Analogous Colors of #383135

#383135 #383132 #383138

Monochromatic Colors of #383135

#383135

Complementary Color

#383135 #313834

#383135 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#383135 Color Preview on White Background

Lorem ipsum dolor sit amet.

#383135 Color CSS Codes

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

#383135 Text Font Color

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

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


#383135 Background Color

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

This div background color is #383135


#383135 Border Color

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

This div border color is #383135


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #383135


Comments

No comments written yet.

Please login to write comment.