Color Hex Logo

#304950 Color Hex

#304950
(48,73,80)
0 Favorites   0 Comments

Color spaces of #304950

RGB 487380
HSL0.540.250.25
HSV193°40°31°
CMYK 0.400.090.00   0.69
XYZ5.04945.97278.4761
Yxy5.97270.25900.3063
Hunter Lab24.4391-5.8883-3.4559
CIE-Lab29.3435-7.4839-7.2185

#304950 color RGB value is (48,73,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01001001 01010000
Octal 60 111 120
Decimal 48 73 80
Hex 30 49 50

RGB Percentages of Color #304950

%23.88
%36.32
%39.80

CMYK Percentages of Color #304950

%40
%9
%0
%69

Triadic Colors of #304950

#304950 #503049 #495030

Analogous Colors of #304950

#304950 #303950 #305047

Monochromatic Colors of #304950

#304950

Complementary Color

#304950 #503730

#304950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304950 Color CSS Codes

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

#304950 Text Font Color

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

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


#304950 Background Color

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

This div background color is #304950


#304950 Border Color

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

This div border color is #304950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304950


Comments

No comments written yet.

Please login to write comment.