Color Hex Logo

#308673 Color Hex

#308673
(48,134,115)
0 Favorites   0 Comments

Color spaces of #308673

RGB 48134115
HSL0.460.470.36
HSV167°64°53°
CMYK 0.640.000.14   0.47
XYZ12.838518.916419.1942
Yxy18.91640.25200.3713
Hunter Lab43.4930-23.42214.2794
CIE-Lab50.5893-30.47862.6675

#308673 color RGB value is (48,134,115).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10000110 01110011
Octal 60 206 163
Decimal 48 134 115
Hex 30 86 73

RGB Percentages of Color #308673

%16.16
%45.12
%38.72

CMYK Percentages of Color #308673

%64
%0
%14
%47

Triadic Colors of #308673

#308673 #733086 #867330

Analogous Colors of #308673

#308673 #306e86 #308648

Monochromatic Colors of #308673

#308673

Complementary Color

#308673 #863043

#308673 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#308673 Color Preview on White Background

Lorem ipsum dolor sit amet.

#308673 Color CSS Codes

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

#308673 Text Font Color

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

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


#308673 Background Color

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

This div background color is #308673


#308673 Border Color

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

This div border color is #308673


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #308673


Comments

No comments written yet.

Please login to write comment.