Color Hex Logo

#303953 Color Hex

#303953
(48,57,83)
0 Favorites   0 Comments

Color spaces of #303953

RGB 485783
HSL0.620.270.26
HSV225°42°33°
CMYK 0.420.310.00   0.67
XYZ4.24344.17928.7666
Yxy4.17920.24690.2431
Hunter Lab20.44311.2761-11.1151
CIE-Lab24.25523.8622-16.9560

#303953 color RGB value is (48,57,83).

#303953 hex color red value is 48, green value is 57 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #303953 hue: 0.62 , saturation: 0.27 and the lightness value of 303953 is 0.26.

The process color (four color CMYK) of #303953 color hex is 0.42, 0.31, 0.00, 0.67. Web safe color of #303953 is #333366. Color #303953 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 00111001 01010011
Octal 60 71 123
Decimal 48 57 83
Hex 30 39 53

RGB Percentages of Color #303953

%25.53
%30.32
%44.15

CMYK Percentages of Color #303953

%42
%31
%0
%67

Triadic Colors of #303953

#303953 #533039 #395330

Analogous Colors of #303953

#303953 #393053 #304b53

Monochromatic Colors of #303953

#303953

Complementary Color

#303953 #534a30

#303953 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#303953 Color Preview on White Background

Lorem ipsum dolor sit amet.

#303953 Color CSS Codes

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

#303953 Text Font Color

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

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


#303953 Background Color

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

This div background color is #303953


#303953 Border Color

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

This div border color is #303953


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #303953


Comments

No comments written yet.

Please login to write comment.