Color Hex Logo

#30414c Color Hex

#30414C
(48,65,76)
0 Favorites   0 Comments

Color spaces of #30414c

RGB 486576
HSL0.570.230.24
HSV204°37°30°
CMYK 0.370.140.00   0.70
XYZ4.41374.93087.5566
Yxy4.93080.26110.2917
Hunter Lab22.2054-3.3796-4.6329
CIE-Lab26.5367-3.6299-8.8508

#30414c color RGB value is (48,65,76).

#30414c hex color red value is 48, green value is 65 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #30414c hue: 0.57 , saturation: 0.23 and the lightness value of 30414c is 0.24.

The process color (four color CMYK) of #30414c color hex is 0.37, 0.14, 0.00, 0.70. Web safe color of #30414c is #333333. Color #30414c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000001 01001100
Octal 60 101 114
Decimal 48 65 76
Hex 30 41 4C

RGB Percentages of Color #30414c

%25.40
%34.39
%40.21

CMYK Percentages of Color #30414c

%37
%14
%0
%70

Triadic Colors of #30414c

#30414c #4c3041 #414c30

Analogous Colors of #30414c

#30414c #30334c #304c49

Monochromatic Colors of #30414c

#30414c

Complementary Color

#30414c #4c3b30

#30414c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30414c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30414c Color CSS Codes

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

#30414c Text Font Color

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

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


#30414c Background Color

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

This div background color is #30414c


#30414c Border Color

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

This div border color is #30414c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30414c


Comments

No comments written yet.

Please login to write comment.