Color Hex Logo

#30666b Color Hex

#30666B
(48,102,107)
0 Favorites   0 Comments

Color spaces of #30666b

RGB 48102107
HSL0.510.380.30
HSV185°55°42°
CMYK 0.550.050.00   0.58
XYZ8.624111.192715.6158
Yxy11.19270.24340.3159
Hunter Lab33.4555-12.5337-4.2556
CIE-Lab39.9031-16.2832-8.3035

#30666b color RGB value is (48,102,107).

#30666b hex color red value is 48, green value is 102 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #30666b hue: 0.51 , saturation: 0.38 and the lightness value of 30666b is 0.30.

The process color (four color CMYK) of #30666b color hex is 0.55, 0.05, 0.00, 0.58. Web safe color of #30666b is #336666. Color #30666b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01100110 01101011
Octal 60 146 153
Decimal 48 102 107
Hex 30 66 6B

RGB Percentages of Color #30666b

%18.68
%39.69
%41.63

CMYK Percentages of Color #30666b

%55
%5
%0
%58

Triadic Colors of #30666b

#30666b #6b3066 #666b30

Analogous Colors of #30666b

#30666b #30486b #306b53

Monochromatic Colors of #30666b

#30666b

Complementary Color

#30666b #6b3530

#30666b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#30666b Color Preview on White Background

Lorem ipsum dolor sit amet.

#30666b Color CSS Codes

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

#30666b Text Font Color

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

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


#30666b Background Color

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

This div background color is #30666b


#30666b Border Color

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

This div border color is #30666b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,102,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #30666b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #30666b;
  -webkit-box-shadow: 1px 1px 3px 2px #30666b;
  box-shadow:         1px 1px 3px 2px #30666b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #30666b


Comments

No comments written yet.

Please login to write comment.