Color Hex Logo

#309079 Color Hex

#309079
(48,144,121)
0 Favorites   0 Comments

Color spaces of #309079

RGB 48144121
HSL0.460.500.38
HSV166°67°56°
CMYK 0.670.000.16   0.44
XYZ14.643421.955421.5552
Yxy21.95540.25180.3775
Hunter Lab46.8566-26.21515.5247
CIE-Lab53.9797-33.59344.0916

#309079 color RGB value is (48,144,121).

#309079 hex color red value is 48, green value is 144 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #309079 hue: 0.46 , saturation: 0.50 and the lightness value of 309079 is 0.38.

The process color (four color CMYK) of #309079 color hex is 0.67, 0.00, 0.16, 0.44. Web safe color of #309079 is #339966. Color #309079 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010000 01111001
Octal 60 220 171
Decimal 48 144 121
Hex 30 90 79

RGB Percentages of Color #309079

%15.34
%46.01
%38.66

CMYK Percentages of Color #309079

%67
%0
%16
%44

Triadic Colors of #309079

#309079 #793090 #907930

Analogous Colors of #309079

#309079 #307790 #309049

Monochromatic Colors of #309079

#309079

Complementary Color

#309079 #903047

#309079 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309079 Color Preview on White Background

Lorem ipsum dolor sit amet.

#309079 Color CSS Codes

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

#309079 Text Font Color

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

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


#309079 Background Color

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

This div background color is #309079


#309079 Border Color

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

This div border color is #309079


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309079


Comments

No comments written yet.

Please login to write comment.