Color Hex Logo

#304248 Color Hex

#304248
(48,66,72)
0 Favorites   0 Comments

Color spaces of #304248

RGB 486672
HSL0.540.200.24
HSV195°33°28°
CMYK 0.330.080.00   0.72
XYZ4.33684.99276.8660
Yxy4.99270.26780.3083
Hunter Lab22.3444-4.4577-2.5777
CIE-Lab26.7140-5.4438-5.9610

#304248 color RGB value is (48,66,72).

#304248 hex color red value is 48, green value is 66 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #304248 hue: 0.54 , saturation: 0.20 and the lightness value of 304248 is 0.24.

The process color (four color CMYK) of #304248 color hex is 0.33, 0.08, 0.00, 0.72. Web safe color of #304248 is #333333. Color #304248 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000010 01001000
Octal 60 102 110
Decimal 48 66 72
Hex 30 42 48

RGB Percentages of Color #304248

%25.81
%35.48
%38.71

CMYK Percentages of Color #304248

%33
%8
%0
%72

Triadic Colors of #304248

#304248 #483042 #424830

Analogous Colors of #304248

#304248 #303648 #304842

Monochromatic Colors of #304248

#304248

Complementary Color

#304248 #483630

#304248 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304248 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304248 Color CSS Codes

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

#304248 Text Font Color

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

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


#304248 Background Color

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

This div background color is #304248


#304248 Border Color

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

This div border color is #304248


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304248


Comments

No comments written yet.

Please login to write comment.