Color Hex Logo

#304253 Color Hex

#304253
(48,66,83)
0 Favorites   0 Comments

Color spaces of #304253

RGB 486683
HSL0.580.270.26
HSV209°42°33°
CMYK 0.420.200.00   0.67
XYZ4.72855.14938.9283
Yxy5.14930.25140.2738
Hunter Lab22.6921-2.5159-7.4435
CIE-Lab27.1560-2.1241-12.4825

#304253 color RGB value is (48,66,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01000010 01010011
Octal 60 102 123
Decimal 48 66 83
Hex 30 42 53

RGB Percentages of Color #304253

%24.37
%33.50
%42.13

CMYK Percentages of Color #304253

%42
%20
%0
%67

Triadic Colors of #304253

#304253 #533042 #425330

Analogous Colors of #304253

#304253 #303153 #305353

Monochromatic Colors of #304253

#304253

Complementary Color

#304253 #534130

#304253 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#304253 Color Preview on White Background

Lorem ipsum dolor sit amet.

#304253 Color CSS Codes

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

#304253 Text Font Color

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

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


#304253 Background Color

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

This div background color is #304253


#304253 Border Color

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

This div border color is #304253


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #304253


Comments

No comments written yet.

Please login to write comment.