Color Hex Logo

#30253e Color Hex

#30253E
(48,37,62)
0 Favorites   0 Comments

Color spaces of #30253e

RGB 483762
HSL0.740.250.19
HSV266°40°24°
CMYK 0.230.400.00   0.76
XYZ2.75002.29934.8563
Yxy2.29930.27760.2321
Hunter Lab15.16345.8362-8.3740
CIE-Lab16.985511.3186-14.0555

#30253e color RGB value is (48,37,62).

#30253e hex color red value is 48, green value is 37 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #30253e hue: 0.74 , saturation: 0.25 and the lightness value of 30253e is 0.19.

The process color (four color CMYK) of #30253e color hex is 0.23, 0.40, 0.00, 0.76. Web safe color of #30253e is #333333. Color #30253e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00100101 00111110
Octal 60 45 76
Decimal 48 37 62
Hex 30 25 3E

RGB Percentages of Color #30253e

%32.65
%25.17
%42.18

CMYK Percentages of Color #30253e

%23
%40
%0
%76

Triadic Colors of #30253e

#30253e #3e3025 #253e30

Analogous Colors of #30253e

#30253e #3d253e #25273e

Monochromatic Colors of #30253e

#30253e

Complementary Color

#30253e #333e25

#30253e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30253e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30253e Color CSS Codes

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

#30253e Text Font Color

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

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


#30253e Background Color

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

This div background color is #30253e


#30253e Border Color

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

This div border color is #30253e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,37,62, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30253e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30253e;
  -webkit-box-shadow: 1px 1px 3px 2px #30253e;
  box-shadow:         1px 1px 3px 2px #30253e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30253e


Comments

No comments written yet.

Please login to write comment.