Color Hex Logo

#30503b Color Hex

#30503B
(48,80,59)
0 Favorites   0 Comments

Color spaces of #30503b

RGB 488059
HSL0.390.250.25
HSV141°40°31°
CMYK 0.400.000.26   0.69
XYZ4.87706.68155.1703
Yxy6.68150.29150.3994
Hunter Lab25.8486-11.55646.2347
CIE-Lab31.0706-17.09218.7322

#30503b color RGB value is (48,80,59).

#30503b hex color red value is 48, green value is 80 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #30503b hue: 0.39 , saturation: 0.25 and the lightness value of 30503b is 0.25.

The process color (four color CMYK) of #30503b color hex is 0.40, 0.00, 0.26, 0.69. Web safe color of #30503b is #336633. Color #30503b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01010000 00111011
Octal 60 120 73
Decimal 48 80 59
Hex 30 50 3B

RGB Percentages of Color #30503b

%25.67
%42.78
%31.55

CMYK Percentages of Color #30503b

%40
%0
%26
%69

Triadic Colors of #30503b

#30503b #3b3050 #503b30

Analogous Colors of #30503b

#30503b #30504b #355030

Monochromatic Colors of #30503b

#30503b

Complementary Color

#30503b #503045

#30503b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30503b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30503b Color CSS Codes

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

#30503b Text Font Color

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

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


#30503b Background Color

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

This div background color is #30503b


#30503b Border Color

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

This div border color is #30503b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,80,59, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30503b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30503b;
  -webkit-box-shadow: 1px 1px 3px 2px #30503b;
  box-shadow:         1px 1px 3px 2px #30503b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30503b


Comments

No comments written yet.

Please login to write comment.