Color Hex Logo

#30676c Color Hex

#30676C
(48,103,108)
0 Favorites   0 Comments

Color spaces of #30676c

RGB 48103108
HSL0.510.380.31
HSV185°56°42°
CMYK 0.560.050.00   0.58
XYZ8.775911.411615.9275
Yxy11.41160.24300.3160
Hunter Lab33.7811-12.7448-4.3080
CIE-Lab40.2652-16.5333-8.3712

#30676c color RGB value is (48,103,108).

#30676c hex color red value is 48, green value is 103 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #30676c hue: 0.51 , saturation: 0.38 and the lightness value of 30676c is 0.31.

The process color (four color CMYK) of #30676c color hex is 0.56, 0.05, 0.00, 0.58. Web safe color of #30676c is #336666. Color #30676c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100111 01101100
Octal 60 147 154
Decimal 48 103 108
Hex 30 67 6C

RGB Percentages of Color #30676c

%18.53
%39.77
%41.70

CMYK Percentages of Color #30676c

%56
%5
%0
%58

Triadic Colors of #30676c

#30676c #6c3067 #676c30

Analogous Colors of #30676c

#30676c #30496c #306c53

Monochromatic Colors of #30676c

#30676c

Complementary Color

#30676c #6c3530

#30676c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30676c Color Preview on White Background

Lorem ipsum dolor sit amet.

#30676c Color CSS Codes

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

#30676c Text Font Color

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

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


#30676c Background Color

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

This div background color is #30676c


#30676c Border Color

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

This div border color is #30676c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,103,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30676c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30676c;
  -webkit-box-shadow: 1px 1px 3px 2px #30676c;
  box-shadow:         1px 1px 3px 2px #30676c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30676c


Comments

No comments written yet.

Please login to write comment.