Color Hex Logo

#30736e Color Hex

#30736E
(48,115,110)
0 Favorites   0 Comments

Color spaces of #30736e

RGB 48115110
HSL0.490.410.32
HSV176°58°45°
CMYK 0.580.000.04   0.55
XYZ10.164114.015616.9214
Yxy14.01560.24730.3410
Hunter Lab37.4374-17.0535-0.5924
CIE-Lab44.2553-22.3943-3.6397

#30736e color RGB value is (48,115,110).

#30736e hex color red value is 48, green value is 115 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #30736e hue: 0.49 , saturation: 0.41 and the lightness value of 30736e is 0.32.

The process color (four color CMYK) of #30736e color hex is 0.58, 0.00, 0.04, 0.55. Web safe color of #30736e is #336666. Color #30736e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110011 01101110
Octal 60 163 156
Decimal 48 115 110
Hex 30 73 6E

RGB Percentages of Color #30736e

%17.58
%42.12
%40.29

CMYK Percentages of Color #30736e

%58
%0
%4
%55

Triadic Colors of #30736e

#30736e #6e3073 #736e30

Analogous Colors of #30736e

#30736e #305773 #30734d

Monochromatic Colors of #30736e

#30736e

Complementary Color

#30736e #733035

#30736e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30736e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30736e Color CSS Codes

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

#30736e Text Font Color

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

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


#30736e Background Color

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

This div background color is #30736e


#30736e Border Color

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

This div border color is #30736e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30736e


Comments

No comments written yet.

Please login to write comment.