Color Hex Logo

#30373e Color Hex

#30373E
(48,55,62)
0 Favorites   0 Comments

Color spaces of #30373e

RGB 485562
HSL0.580.130.22
HSV210°23°24°
CMYK 0.230.110.00   0.76
XYZ3.45463.70865.0912
Yxy3.70860.28190.3026
Hunter Lab19.2577-1.6803-2.1942
CIE-Lab22.6837-1.1161-5.3566

#30373e color RGB value is (48,55,62).

#30373e hex color red value is 48, green value is 55 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #30373e hue: 0.58 , saturation: 0.13 and the lightness value of 30373e is 0.22.

The process color (four color CMYK) of #30373e color hex is 0.23, 0.11, 0.00, 0.76. Web safe color of #30373e is #333333. Color #30373e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00110111 00111110
Octal 60 67 76
Decimal 48 55 62
Hex 30 37 3E

RGB Percentages of Color #30373e

%29.09
%33.33
%37.58

CMYK Percentages of Color #30373e

%23
%11
%0
%76

Triadic Colors of #30373e

#30373e #3e3037 #373e30

Analogous Colors of #30373e

#30373e #30303e #303e3e

Monochromatic Colors of #30373e

#30373e

Complementary Color

#30373e #3e3730

#30373e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30373e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30373e Color CSS Codes

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

#30373e Text Font Color

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

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


#30373e Background Color

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

This div background color is #30373e


#30373e Border Color

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

This div border color is #30373e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30373e

#30373e Color Palettes


Comments

No comments written yet.

Please login to write comment.