Color Hex Logo

#304349 Color Hex

#304349
(48,67,73)
0 Favorites   0 Comments

Color spaces of #304349

RGB 486773
HSL0.540.210.24
HSV194°34°29°
CMYK 0.340.080.00   0.71
XYZ4.42875.12377.0589
Yxy5.12370.26660.3084
Hunter Lab22.6356-4.6884-2.6446
CIE-Lab27.0843-5.7869-6.0611

#304349 color RGB value is (48,67,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000011 01001001
Octal 60 103 111
Decimal 48 67 73
Hex 30 43 49

RGB Percentages of Color #304349

%25.53
%35.64
%38.83

CMYK Percentages of Color #304349

%34
%8
%0
%71

Triadic Colors of #304349

#304349 #493043 #434930

Analogous Colors of #304349

#304349 #303749 #304943

Monochromatic Colors of #304349

#304349

Complementary Color

#304349 #493630

#304349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304349 Color CSS Codes

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

#304349 Text Font Color

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

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


#304349 Background Color

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

This div background color is #304349


#304349 Border Color

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

This div border color is #304349


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,67,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 #304349">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304349


Comments

No comments written yet.

Please login to write comment.