Color Hex Logo

#304f65 Color Hex

#304F65
(48,79,101)
0 Favorites   0 Comments

Color spaces of #304f65

RGB 4879101
HSL0.570.360.29
HSV205°52°40°
CMYK 0.520.220.00   0.60
XYZ6.36397.159913.3585
Yxy7.15990.23670.2663
Hunter Lab26.7580-4.3735-10.8690
CIE-Lab32.1682-4.5893-16.3307

#304f65 color RGB value is (48,79,101).

#304f65 hex color red value is 48, green value is 79 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #304f65 hue: 0.57 , saturation: 0.36 and the lightness value of 304f65 is 0.29.

The process color (four color CMYK) of #304f65 color hex is 0.52, 0.22, 0.00, 0.60. Web safe color of #304f65 is #336666. Color #304f65 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001111 01100101
Octal 60 117 145
Decimal 48 79 101
Hex 30 4F 65

RGB Percentages of Color #304f65

%21.05
%34.65
%44.30

CMYK Percentages of Color #304f65

%52
%22
%0
%60

Triadic Colors of #304f65

#304f65 #65304f #4f6530

Analogous Colors of #304f65

#304f65 #303565 #306561

Monochromatic Colors of #304f65

#304f65

Complementary Color

#304f65 #654630

#304f65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304f65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304f65 Color CSS Codes

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

#304f65 Text Font Color

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

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


#304f65 Background Color

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

This div background color is #304f65


#304f65 Border Color

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

This div border color is #304f65


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,79,101, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #304f65; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #304f65;
  -webkit-box-shadow: 1px 1px 3px 2px #304f65;
  box-shadow:         1px 1px 3px 2px #304f65; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304f65


Comments

No comments written yet.

Please login to write comment.