Color Hex Logo

#308662 Color Hex

#308662
(48,134,98)
0 Favorites   0 Comments

Color spaces of #308662

RGB 4813498
HSL0.430.470.36
HSV155°64°53°
CMYK 0.640.000.27   0.47
XYZ11.948618.560414.5080
Yxy18.56040.26540.4123
Hunter Lab43.0818-25.886710.1911
CIE-Lab50.1689-34.736511.9325

#308662 color RGB value is (48,134,98).

#308662 hex color red value is 48, green value is 134 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #308662 hue: 0.43 , saturation: 0.47 and the lightness value of 308662 is 0.36.

The process color (four color CMYK) of #308662 color hex is 0.64, 0.00, 0.27, 0.47. Web safe color of #308662 is #339966. Color #308662 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000110 01100010
Octal 60 206 142
Decimal 48 134 98
Hex 30 86 62

RGB Percentages of Color #308662

%17.14
%47.86
%35.00

CMYK Percentages of Color #308662

%64
%0
%27
%47

Triadic Colors of #308662

#308662 #623086 #866230

Analogous Colors of #308662

#308662 #307f86 #308637

Monochromatic Colors of #308662

#308662

Complementary Color

#308662 #863054

#308662 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308662 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308662 Color CSS Codes

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

#308662 Text Font Color

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

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


#308662 Background Color

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

This div background color is #308662


#308662 Border Color

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

This div border color is #308662


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308662


Comments

No comments written yet.

Please login to write comment.