Color Hex Logo

#30475d Color Hex

#30475D
(48,71,93)
0 Favorites   0 Comments

Color spaces of #30475d

RGB 487193
HSL0.580.320.28
HSV209°48°36°
CMYK 0.480.240.00   0.64
XYZ5.44795.925211.2125
Yxy5.92520.24120.2623
Hunter Lab24.3417-2.6481-10.2715
CIE-Lab29.2230-2.1444-15.7735

#30475d color RGB value is (48,71,93).

#30475d hex color red value is 48, green value is 71 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #30475d hue: 0.58 , saturation: 0.32 and the lightness value of 30475d is 0.28.

The process color (four color CMYK) of #30475d color hex is 0.48, 0.24, 0.00, 0.64. Web safe color of #30475d is #333366. Color #30475d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000111 01011101
Octal 60 107 135
Decimal 48 71 93
Hex 30 47 5D

RGB Percentages of Color #30475d

%22.64
%33.49
%43.87

CMYK Percentages of Color #30475d

%48
%24
%0
%64

Triadic Colors of #30475d

#30475d #5d3047 #475d30

Analogous Colors of #30475d

#30475d #30315d #305d5d

Monochromatic Colors of #30475d

#30475d

Complementary Color

#30475d #5d4630

#30475d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30475d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30475d Color CSS Codes

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

#30475d Text Font Color

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

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


#30475d Background Color

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

This div background color is #30475d


#30475d Border Color

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

This div border color is #30475d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,71,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30475d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30475d;
  -webkit-box-shadow: 1px 1px 3px 2px #30475d;
  box-shadow:         1px 1px 3px 2px #30475d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30475d


Comments

No comments written yet.

Please login to write comment.