Color Hex Logo

#30383d Color Hex

#30383D
(48,56,61)
0 Favorites   0 Comments

Color spaces of #30383d

RGB 485661
HSL0.560.120.21
HSV203°21°24°
CMYK 0.210.080.00   0.76
XYZ3.47543.79364.9640
Yxy3.79360.28410.3101
Hunter Lab19.4772-2.2345-1.4768
CIE-Lab22.9770-2.0487-4.2458

#30383d color RGB value is (48,56,61).

#30383d hex color red value is 48, green value is 56 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #30383d hue: 0.56 , saturation: 0.12 and the lightness value of 30383d is 0.21.

The process color (four color CMYK) of #30383d color hex is 0.21, 0.08, 0.00, 0.76. Web safe color of #30383d is #333333. Color #30383d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111000 00111101
Octal 60 70 75
Decimal 48 56 61
Hex 30 38 3D

RGB Percentages of Color #30383d

%29.09
%33.94
%36.97

CMYK Percentages of Color #30383d

%21
%8
%0
%76

Triadic Colors of #30383d

#30383d #3d3038 #383d30

Analogous Colors of #30383d

#30383d #30323d #303d3c

Monochromatic Colors of #30383d

#30383d

Complementary Color

#30383d #3d3530

#30383d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30383d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30383d Color CSS Codes

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

#30383d Text Font Color

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

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


#30383d Background Color

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

This div background color is #30383d


#30383d Border Color

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

This div border color is #30383d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30383d


Comments

No comments written yet.

Please login to write comment.