COLOR #67748D

HEX: #67748D
RGB: (103,116,141)

Color info

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

RGB color model

#67748D color RGB value is (103,116,141).

  • red value is 103;
  • green value is 116;
  • blue value is 141.
RGB:
(103,116,141)
(40%,45%,55%)

RGB channels and saturation

R 103 of 255 = 40%
G 116 of 255 = 45%
B 141 of 255 = 55%

103
116
141

R + G + B ~ 47%. #67748D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
103 + 116 + 141 = 360 (100%)
R 103 of 360 ~ 28.61%
G 116 of 360 ~ 32.22%
B 141 of 360 ~ 39.17%

%28.61
%32.22
%39.17

CMYK color model

#67748D color CMYK value is (27,18,0,45).

  • cyan value is 26.95%
  • magenta value is 17.73%
  • yellow value is 0.00%
  • key color value is 44.71%
CMYK:
(27,18,0,45)
C27M18Y0K45 
(27%,18%,0%,45%)
(0.27/0.18/0.00/0.45)	

CMYK percentages

%26.95
%17.73
%0
%44.71

Codes

Color #67748D in popluar color models

67748D
RGB103116141
HSL219°15.57%47.84%
HSB/HSV219°26.95%55.29%
CMYK26.95%17.73%0.00%
44.71%

Color #67748D in popluar number systems.

HEX67748D
Decimal103116141
Binary1100111111010010001101
Octal147164215

Shades and tints

Shades of #67748D

#67748D
(103,116,141)
#5E6A81
(94,106,129)
#556075
(85,96,117)
#4C5669
(76,86,105)
#434C5D
(67,76,93)
#3A4251
(58,66,81)
#313845
(49,56,69)
#282E39
(40,46,57)
#1F242D
(31,36,45)
#161A21
(22,26,33)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #67748D

#67748D
(103,116,141)
#748097
(116,128,151)
#818CA1
(129,140,161)
#8E98AB
(142,152,171)
#9BA4B5
(155,164,181)
#A8B0BF
(168,176,191)
#B5BCC9
(181,188,201)
#C2C8D3
(194,200,211)
#CFD4DD
(207,212,221)
#DCE0E7
(220,224,231)
#E9ECF1
(233,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67748D color. Also use rgb(103,116,141) instead hex code.

Text Font Color

.myTextColor { color: #67748D; }

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

This text font color is #67748D.


Background Color

.myBgColor { background-color: #67748D; }

<div style="background-color:#67748D">Inner text</div>

This div background color is #67748D.


Border color

.myBorderColor { border: 1px solid #67748D; }

<div style="border:3px solid #67748D">Div</div>

This div border color is #67748D.


Opacity

.myOpacity80 { color: #67748D; opacity: 0.8; }

<p style="color:#67748D;opacity:0.8;">80%</p>

Text with #67748D 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 #67748D;}

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

This text has shadow with #67748D color.

.textShadow {text-shadow: 3px 3px 1px #67748D, 3px 3px 1px red;}

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

This text has shadow with #67748D primary color and red secondary color.


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

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

This text has shadow with #67748D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67748D on black background.


Color preview on white background

This text has color #67748D on white background.



Black color preview on #67748D background

This text has black color on #67748D background.


White color preview on #67748D background

This text has white color on #67748D background.