Color Hex Logo

#30774e Color Hex

#30774E
(48,119,78)
0 Favorites   0 Comments

Color spaces of #30774e

RGB 4811978
HSL0.400.430.33
HSV145°60°47°
CMYK 0.600.000.34   0.53
XYZ9.190914.37219.4974
Yxy14.37210.27800.4347
Hunter Lab37.9106-23.068611.6840
CIE-Lab44.7619-32.408016.0644

#30774e color RGB value is (48,119,78).

#30774e hex color red value is 48, green value is 119 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #30774e hue: 0.40 , saturation: 0.43 and the lightness value of 30774e is 0.33.

The process color (four color CMYK) of #30774e color hex is 0.60, 0.00, 0.34, 0.53. Web safe color of #30774e is #336666. Color #30774e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110111 01001110
Octal 60 167 116
Decimal 48 119 78
Hex 30 77 4E

RGB Percentages of Color #30774e

%19.59
%48.57
%31.84

CMYK Percentages of Color #30774e

%60
%0
%34
%53

Triadic Colors of #30774e

#30774e #4e3077 #774e30

Analogous Colors of #30774e

#30774e #307772 #367730

Monochromatic Colors of #30774e

#30774e

Complementary Color

#30774e #773059

#30774e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30774e Color Preview on White Background

Lorem ipsum dolor sit amet.

#30774e Color CSS Codes

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

#30774e Text Font Color

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

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


#30774e Background Color

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

This div background color is #30774e


#30774e Border Color

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

This div border color is #30774e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30774e


Comments

No comments written yet.

Please login to write comment.