COLOR #67707D

HEX: #67707D
RGB: (103,112,125)

Color info

#67707D contains red, green and blue colors in about the same proportion. Web safe color of #67707D is #666666 (or #666).

RGB color model

#67707D color RGB value is (103,112,125).

  • red value is 103;
  • green value is 112;
  • blue value is 125.
RGB:
(103,112,125)
(40%,44%,49%)

RGB channels and saturation

R 103 of 255 = 40%
G 112 of 255 = 44%
B 125 of 255 = 49%

103
112
125

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

Portions of RGB colors in percentages

R + G + B =
103 + 112 + 125 = 340 (100%)
R 103 of 340 ~ 30.29%
G 112 of 340 ~ 32.94%
B 125 of 340 ~ 36.76%

%30.29
%32.94
%36.76

CMYK color model

#67707D color CMYK value is (18,10,0,51).

  • cyan value is 17.60%
  • magenta value is 10.40%
  • yellow value is 0.00%
  • key color value is 50.98%
CMYK:
(18,10,0,51)
C18M10Y0K51 
(18%,10%,0%,51%)
(0.18/0.10/0.00/0.51)	

CMYK percentages

%17.6
%10.4
%0
%50.98

Codes

Color #67707D in popluar color models

67707D
RGB103112125
HSL215°9.65%44.71%
HSB/HSV215°17.60%49.02%
CMYK17.60%10.40%0.00%
50.98%

Color #67707D in popluar number systems.

HEX67707D
Decimal103112125
Binary110011111100001111101
Octal147160175

Shades and tints

Shades of #67707D

#67707D
(103,112,125)
#5E6672
(94,102,114)
#555C67
(85,92,103)
#4C525C
(76,82,92)
#434851
(67,72,81)
#3A3E46
(58,62,70)
#31343B
(49,52,59)
#282A30
(40,42,48)
#1F2025
(31,32,37)
#16161A
(22,22,26)
#0D0C0F
(13,12,15)
#000000
(0,0,0)

Tints of #67707D

#67707D
(103,112,125)
#747D88
(116,125,136)
#818A93
(129,138,147)
#8E979E
(142,151,158)
#9BA4A9
(155,164,169)
#A8B1B4
(168,177,180)
#B5BEBF
(181,190,191)
#C2CBCA
(194,203,202)
#CFD8D5
(207,216,213)
#DCE5E0
(220,229,224)
#E9F2EB
(233,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67707D color. Also use rgb(103,112,125) instead hex code.

Text Font Color

.myTextColor { color: #67707D; }

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

This text font color is #67707D.


Background Color

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

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

This div background color is #67707D.


Border color

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

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

This div border color is #67707D.


Opacity

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

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

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

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

This text has shadow with #67707D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67707D on black background.


Color preview on white background

This text has color #67707D on white background.



Black color preview on #67707D background

This text has black color on #67707D background.


White color preview on #67707D background

This text has white color on #67707D background.