Color Hex Logo

#308061 Color Hex

#308061
(48,128,97)
0 Favorites   0 Comments

Color spaces of #308061

RGB 4812897
HSL0.440.450.35
HSV157°63°50°
CMYK 0.630.000.24   0.50
XYZ11.095816.929813.9922
Yxy16.92980.26410.4029
Hunter Lab41.1458-23.86918.6397
CIE-Lab48.1715-32.23379.7139

#308061 color RGB value is (48,128,97).

#308061 hex color red value is 48, green value is 128 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #308061 hue: 0.44 , saturation: 0.45 and the lightness value of 308061 is 0.35.

The process color (four color CMYK) of #308061 color hex is 0.63, 0.00, 0.24, 0.50. Web safe color of #308061 is #339966. Color #308061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000000 01100001
Octal 60 200 141
Decimal 48 128 97
Hex 30 80 61

RGB Percentages of Color #308061

%17.58
%46.89
%35.53

CMYK Percentages of Color #308061

%63
%0
%24
%50

Triadic Colors of #308061

#308061 #613080 #806130

Analogous Colors of #308061

#308061 #307780 #308039

Monochromatic Colors of #308061

#308061

Complementary Color

#308061 #80304f

#308061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308061 Color CSS Codes

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

#308061 Text Font Color

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

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


#308061 Background Color

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

This div background color is #308061


#308061 Border Color

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

This div border color is #308061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308061


Comments

No comments written yet.

Please login to write comment.