Color Hex Logo

#67808b Color Hex

#67808B
(103,128,139)
0 Favorites   0 Comments

Color spaces of #67808b

RGB 103128139
HSL0.550.150.47
HSV198°26°55°
CMYK 0.260.080.00   0.45
XYZ17.972920.186027.3751
Yxy20.18600.27430.3080
Hunter Lab44.9288-7.2200-4.6752
CIE-Lab52.0469-6.3177-8.9076

#67808b color RGB value is (103,128,139).

#67808b hex color red value is 103, green value is 128 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #67808b hue: 0.55 , saturation: 0.15 and the lightness value of 67808b is 0.47.

The process color (four color CMYK) of #67808b color hex is 0.26, 0.08, 0.00, 0.45. Web safe color of #67808b is #669999. Color #67808b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10000000 10001011
Octal 147 200 213
Decimal 103 128 139
Hex 67 80 8B

RGB Percentages of Color #67808b

%27.84
%34.59
%37.57

CMYK Percentages of Color #67808b

%26
%8
%0
%45

Triadic Colors of #67808b

#67808b #8b6780 #808b67

Analogous Colors of #67808b

#67808b #676e8b #678b84

Monochromatic Colors of #67808b

#67808b

Complementary Color

#67808b #8b7267

#67808b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67808b Color Preview on White Background

Lorem ipsum dolor sit amet.

#67808b Color CSS Codes

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

#67808b Text Font Color

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

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


#67808b Background Color

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

This div background color is #67808b


#67808b Border Color

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

This div border color is #67808b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,128,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67808b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67808b;
  -webkit-box-shadow: 1px 1px 3px 2px #67808b;
  box-shadow:         1px 1px 3px 2px #67808b; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67808b


Comments

No comments written yet.

Please login to write comment.