Color Hex Logo

#304449 Color Hex

#304449
(48,68,73)
0 Favorites   0 Comments

Color spaces of #304449

RGB 486873
HSL0.530.210.24
HSV192°34°29°
CMYK 0.340.070.00   0.71
XYZ4.48865.24377.0789
Yxy5.24370.26700.3119
Hunter Lab22.8991-5.0846-2.2992
CIE-Lab27.4181-6.4180-5.5615

#304449 color RGB value is (48,68,73).

#304449 hex color red value is 48, green value is 68 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #304449 hue: 0.53 , saturation: 0.21 and the lightness value of 304449 is 0.24.

The process color (four color CMYK) of #304449 color hex is 0.34, 0.07, 0.00, 0.71. Web safe color of #304449 is #333333. Color #304449 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000100 01001001
Octal 60 104 111
Decimal 48 68 73
Hex 30 44 49

RGB Percentages of Color #304449

%25.40
%35.98
%38.62

CMYK Percentages of Color #304449

%34
%7
%0
%71

Triadic Colors of #304449

#304449 #493044 #444930

Analogous Colors of #304449

#304449 #303849 #304942

Monochromatic Colors of #304449

#304449

Complementary Color

#304449 #493530

#304449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304449 Color CSS Codes

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

#304449 Text Font Color

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

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


#304449 Background Color

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

This div background color is #304449


#304449 Border Color

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

This div border color is #304449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304449


Comments

No comments written yet.

Please login to write comment.