Color Hex Logo

#30133d Color Hex

#30133D
(48,19,61)
0 Favorites   0 Comments

Color spaces of #30133d

RGB 481961
HSL0.780.530.16
HSV281°69°24°
CMYK 0.210.690.00   0.76
XYZ2.29411.43104.5702
Yxy1.43100.27660.1725
Hunter Lab11.962413.2976-14.2778
CIE-Lab12.162523.1077-20.9499

#30133d color RGB value is (48,19,61).

#30133d hex color red value is 48, green value is 19 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #30133d hue: 0.78 , saturation: 0.53 and the lightness value of 30133d is 0.16.

The process color (four color CMYK) of #30133d color hex is 0.21, 0.69, 0.00, 0.76. Web safe color of #30133d is #330033. Color #30133d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00010011 00111101
Octal 60 23 75
Decimal 48 19 61
Hex 30 13 3D

RGB Percentages of Color #30133d

%37.50
%14.84
%47.66

CMYK Percentages of Color #30133d

%21
%69
%0
%76

Triadic Colors of #30133d

#30133d #3d3013 #133d30

Analogous Colors of #30133d

#30133d #3d1335 #1b133d

Monochromatic Colors of #30133d

#30133d

Complementary Color

#30133d #203d13

#30133d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30133d Color Preview on White Background

Lorem ipsum dolor sit amet.

#30133d Color CSS Codes

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

#30133d Text Font Color

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

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


#30133d Background Color

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

This div background color is #30133d


#30133d Border Color

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

This div border color is #30133d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30133d


Comments

No comments written yet.

Please login to write comment.