Color Hex Logo

#306858 Color Hex

#306858
(48,104,88)
0 Favorites   0 Comments

Color spaces of #306858

RGB 4810488
HSL0.450.370.30
HSV163°54°41°
CMYK 0.540.000.15   0.59
XYZ7.930711.233610.9828
Yxy11.23360.26310.3726
Hunter Lab33.5166-16.41734.0333
CIE-Lab39.9712-22.76693.4024

#306858 color RGB value is (48,104,88).

#306858 hex color red value is 48, green value is 104 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #306858 hue: 0.45 , saturation: 0.37 and the lightness value of 306858 is 0.30.

The process color (four color CMYK) of #306858 color hex is 0.54, 0.00, 0.15, 0.59. Web safe color of #306858 is #336666. Color #306858 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101000 01011000
Octal 60 150 130
Decimal 48 104 88
Hex 30 68 58

RGB Percentages of Color #306858

%20.00
%43.33
%36.67

CMYK Percentages of Color #306858

%54
%0
%15
%59

Triadic Colors of #306858

#306858 #583068 #685830

Analogous Colors of #306858

#306858 #305c68 #30683c

Monochromatic Colors of #306858

#306858

Complementary Color

#306858 #683040

#306858 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306858 Color Preview on White Background

Lorem ipsum dolor sit amet.

#306858 Color CSS Codes

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

#306858 Text Font Color

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

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


#306858 Background Color

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

This div background color is #306858


#306858 Border Color

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

This div border color is #306858


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306858


Comments

No comments written yet.

Please login to write comment.