Color Hex Logo

#308678 Color Hex

#308678
(48,134,120)
0 Favorites   0 Comments

Color spaces of #308678

RGB 48134120
HSL0.470.470.36
HSV170°64°53°
CMYK 0.640.000.10   0.47
XYZ13.134219.034620.7511
Yxy19.03460.24820.3597
Hunter Lab43.6287-22.61362.3400
CIE-Lab50.7277-29.1205-0.0475

#308678 color RGB value is (48,134,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000110 01111000
Octal 60 206 170
Decimal 48 134 120
Hex 30 86 78

RGB Percentages of Color #308678

%15.89
%44.37
%39.74

CMYK Percentages of Color #308678

%64
%0
%10
%47

Triadic Colors of #308678

#308678 #783086 #867830

Analogous Colors of #308678

#308678 #306986 #30864d

Monochromatic Colors of #308678

#308678

Complementary Color

#308678 #86303e

#308678 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308678 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308678 Color CSS Codes

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

#308678 Text Font Color

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

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


#308678 Background Color

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

This div background color is #308678


#308678 Border Color

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

This div border color is #308678


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308678


Comments

No comments written yet.

Please login to write comment.