Color Hex Logo

#304956 Color Hex

#304956
(48,73,86)
0 Favorites   0 Comments

Color spaces of #304956

RGB 487386
HSL0.560.280.26
HSV201°44°34°
CMYK 0.440.150.00   0.66
XYZ5.28126.06549.6965
Yxy6.06540.25100.2882
Hunter Lab24.6280-4.8218-6.1039
CIE-Lab29.5769-5.6565-10.7323

#304956 color RGB value is (48,73,86).

#304956 hex color red value is 48, green value is 73 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #304956 hue: 0.56 , saturation: 0.28 and the lightness value of 304956 is 0.26.

The process color (four color CMYK) of #304956 color hex is 0.44, 0.15, 0.00, 0.66. Web safe color of #304956 is #333366. Color #304956 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001001 01010110
Octal 60 111 126
Decimal 48 73 86
Hex 30 49 56

RGB Percentages of Color #304956

%23.19
%35.27
%41.55

CMYK Percentages of Color #304956

%44
%15
%0
%66

Triadic Colors of #304956

#304956 #563049 #495630

Analogous Colors of #304956

#304956 #303656 #305650

Monochromatic Colors of #304956

#304956

Complementary Color

#304956 #563d30

#304956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304956 Color CSS Codes

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

#304956 Text Font Color

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

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


#304956 Background Color

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

This div background color is #304956


#304956 Border Color

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

This div border color is #304956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304956


Comments

No comments written yet.

Please login to write comment.