COLOR #67788F

HEX: #67788F
RGB: (103,120,143)

Color info

#67788F contains red, green and blue colors in about the same proportion. Web safe color of #67788F is #666699 (or #669).

RGB color model

#67788F color RGB value is (103,120,143).

  • red value is 103;
  • green value is 120;
  • blue value is 143.
RGB:
(103,120,143)
(40%,47%,56%)

RGB channels and saturation

R 103 of 255 = 40%
G 120 of 255 = 47%
B 143 of 255 = 56%

103
120
143

R + G + B ~ 48%. #67788F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 120 + 143 = 366 (100%)
R 103 of 366 ~ 28.14%
G 120 of 366 ~ 32.79%
B 143 of 366 ~ 39.07%

%28.14
%32.79
%39.07

CMYK color model

#67788F color CMYK value is (28,16,0,44).

  • cyan value is 27.97%
  • magenta value is 16.08%
  • yellow value is 0.00%
  • key color value is 43.92%
CMYK:
(28,16,0,44)
C28M16Y0K44 
(28%,16%,0%,44%)
(0.28/0.16/0.00/0.44)	

CMYK percentages

%27.97
%16.08
%0
%43.92

Codes

Color #67788F in popluar color models

67788F
RGB103120143
HSL215°16.26%48.24%
HSB/HSV215°27.97%56.08%
CMYK27.97%16.08%0.00%
43.92%

Color #67788F in popluar number systems.

HEX67788F
Decimal103120143
Binary1100111111100010001111
Octal147170217

Shades and tints

Shades of #67788F

#67788F
(103,120,143)
#5E6E82
(94,110,130)
#556475
(85,100,117)
#4C5A68
(76,90,104)
#43505B
(67,80,91)
#3A464E
(58,70,78)
#313C41
(49,60,65)
#283234
(40,50,52)
#1F2827
(31,40,39)
#161E1A
(22,30,26)
#0D140D
(13,20,13)
#000000
(0,0,0)

Tints of #67788F

#67788F
(103,120,143)
#748499
(116,132,153)
#8190A3
(129,144,163)
#8E9CAD
(142,156,173)
#9BA8B7
(155,168,183)
#A8B4C1
(168,180,193)
#B5C0CB
(181,192,203)
#C2CCD5
(194,204,213)
#CFD8DF
(207,216,223)
#DCE4E9
(220,228,233)
#E9F0F3
(233,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67788F color. Also use rgb(103,120,143) instead hex code.

Text Font Color

.myTextColor { color: #67788F; }

<p style="color:#67788F">This sample text font color is #67788F.</p>

This text font color is #67788F.


Background Color

.myBgColor { background-color: #67788F; }

<div style="background-color:#67788F">Inner text</div>

This div background color is #67788F.


Border color

.myBorderColor { border: 1px solid #67788F; }

<div style="border:3px solid #67788F">Div</div>

This div border color is #67788F.


Opacity

.myOpacity80 { color: #67788F; opacity: 0.8; }

<p style="color:#67788F;opacity:0.8;">80%</p>

Text with #67788F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #67788F;}

<p style="text-shadow: 3px 3px 1px #67788F">Text here.</p>

This text has shadow with #67788F color.

.textShadow {text-shadow: 3px 3px 1px #67788F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #67788F, 5px 5px 20px red">Text here.</p>

This text has shadow with #67788F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#67788F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#67788F, Direction=45, Strength=4)">Text</p>

This text has shadow with #67788F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #67788F;
  -webkit-box-shadow:	1px 1px 3px 2px #67788F;
  box-shadow:		1px 1px 3px 2px #67788F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #67788F;
-webkit-box-shadow: 1px 1px 3px 2px #67788F;
box-shadow:1px 1px 3px 2px #67788F;">
Div content here</div>
This div box has shadow with color #67788F.

Preview

Color preview on black background

This text has color #67788F on black background.


Color preview on white background

This text has color #67788F on white background.



Black color preview on #67788F background

This text has black color on #67788F background.


White color preview on #67788F background

This text has white color on #67788F background.