Color Hex Logo

#304250 Color Hex

#304250
(48,66,80)
0 Favorites   0 Comments

Color spaces of #304250

RGB 486680
HSL0.570.250.25
HSV206°40°31°
CMYK 0.400.180.00   0.69
XYZ4.61515.10408.3313
Yxy5.10400.25570.2828
Hunter Lab22.5920-3.0721-6.0500
CIE-Lab27.0290-3.0590-10.7198

#304250 color RGB value is (48,66,80).

#304250 hex color red value is 48, green value is 66 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #304250 hue: 0.57 , saturation: 0.25 and the lightness value of 304250 is 0.25.

The process color (four color CMYK) of #304250 color hex is 0.40, 0.18, 0.00, 0.69. Web safe color of #304250 is #333366. Color #304250 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000010 01010000
Octal 60 102 120
Decimal 48 66 80
Hex 30 42 50

RGB Percentages of Color #304250

%24.74
%34.02
%41.24

CMYK Percentages of Color #304250

%40
%18
%0
%69

Triadic Colors of #304250

#304250 #503042 #425030

Analogous Colors of #304250

#304250 #303250 #30504e

Monochromatic Colors of #304250

#304250

Complementary Color

#304250 #503e30

#304250 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304250 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304250 Color CSS Codes

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

#304250 Text Font Color

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

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


#304250 Background Color

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

This div background color is #304250


#304250 Border Color

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

This div border color is #304250


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304250


Comments

No comments written yet.

Please login to write comment.