Color Hex Logo

#307771 Color Hex

#307771
(48,119,113)
0 Favorites   0 Comments

Color spaces of #307771

RGB 48119113
HSL0.490.430.33
HSV175°60°47°
CMYK 0.600.000.05   0.53
XYZ10.796415.014317.9518
Yxy15.01430.24670.3431
Hunter Lab38.7483-18.0742-0.3448
CIE-Lab45.6538-23.5996-3.3682

#307771 color RGB value is (48,119,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01110111 01110001
Octal 60 167 161
Decimal 48 119 113
Hex 30 77 71

RGB Percentages of Color #307771

%17.14
%42.50
%40.36

CMYK Percentages of Color #307771

%60
%0
%5
%53

Triadic Colors of #307771

#307771 #713077 #777130

Analogous Colors of #307771

#307771 #305a77 #30774e

Monochromatic Colors of #307771

#307771

Complementary Color

#307771 #773036

#307771 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307771 Color Preview on White Background

Lorem ipsum dolor sit amet.

#307771 Color CSS Codes

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

#307771 Text Font Color

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

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


#307771 Background Color

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

This div background color is #307771


#307771 Border Color

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

This div border color is #307771


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307771


Comments

No comments written yet.

Please login to write comment.