Color Hex Logo

#67828d Color Hex

#67828D
(103,130,141)
0 Favorites   0 Comments

Color spaces of #67828d

RGB 103130141
HSL0.550.160.48
HSV197°27°55°
CMYK 0.270.080.00   0.45
XYZ18.383920.771928.2397
Yxy20.77190.27280.3082
Hunter Lab45.5762-7.7575-4.8336
CIE-Lab52.6989-6.9573-9.0985

#67828d color RGB value is (103,130,141).

#67828d hex color red value is 103, green value is 130 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #67828d hue: 0.55 , saturation: 0.16 and the lightness value of 67828d is 0.48.

The process color (four color CMYK) of #67828d color hex is 0.27, 0.08, 0.00, 0.45. Web safe color of #67828d is #669999. Color #67828d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01100111 10000010 10001101
Octal 147 202 215
Decimal 103 130 141
Hex 67 82 8D

RGB Percentages of Color #67828d

%27.54
%34.76
%37.70

CMYK Percentages of Color #67828d

%27
%8
%0
%45

Triadic Colors of #67828d

#67828d #8d6782 #828d67

Analogous Colors of #67828d

#67828d #676f8d #678d85

Monochromatic Colors of #67828d

#67828d

Complementary Color

#67828d #8d7267

#67828d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#67828d Color Preview on White Background

Lorem ipsum dolor sit amet.

#67828d Color CSS Codes

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

#67828d Text Font Color

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

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


#67828d Background Color

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

This div background color is #67828d


#67828d Border Color

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

This div border color is #67828d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(103,130,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #67828d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #67828d;
  -webkit-box-shadow: 1px 1px 3px 2px #67828d;
  box-shadow:         1px 1px 3px 2px #67828d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #67828d

#67828d Color Palettes


Comments

No comments written yet.

Please login to write comment.