COLOR #67736F

HEX: #67736F
RGB: (103,115,111)

Color info

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

RGB color model

#67736F color RGB value is (103,115,111).

  • red value is 103;
  • green value is 115;
  • blue value is 111.
RGB:
(103,115,111)
(40%,45%,44%)

RGB channels and saturation

R 103 of 255 = 40%
G 115 of 255 = 45%
B 111 of 255 = 44%

103
115
111

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

Portions of RGB colors in percentages

R + G + B =
103 + 115 + 111 = 329 (100%)
R 103 of 329 ~ 31.31%
G 115 of 329 ~ 34.95%
B 111 of 329 ~ 33.74%

%31.31
%34.95
%33.74

CMYK color model

#67736F color CMYK value is (10,0,3,55).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 3.48%
  • key color value is 54.90%
CMYK:
(10,0,3,55)
C10M0Y3K55 
(10%,0%,3%,55%)
(0.10/0.00/0.03/0.55)	

CMYK percentages

%10.43
%0
%3.48
%54.9

Codes

Color #67736F in popluar color models

67736F
RGB103115111
HSL160°5.50%42.75%
HSB/HSV160°10.43%45.10%
CMYK10.43%0.00%3.48%
54.90%

Color #67736F in popluar number systems.

HEX67736F
Decimal103115111
Binary110011111100111101111
Octal147163157

Shades and tints

Shades of #67736F

#67736F
(103,115,111)
#5E6965
(94,105,101)
#555F5B
(85,95,91)
#4C5551
(76,85,81)
#434B47
(67,75,71)
#3A413D
(58,65,61)
#313733
(49,55,51)
#282D29
(40,45,41)
#1F231F
(31,35,31)
#161915
(22,25,21)
#0D0F0B
(13,15,11)
#000000
(0,0,0)

Tints of #67736F

#67736F
(103,115,111)
#747F7C
(116,127,124)
#818B89
(129,139,137)
#8E9796
(142,151,150)
#9BA3A3
(155,163,163)
#A8AFB0
(168,175,176)
#B5BBBD
(181,187,189)
#C2C7CA
(194,199,202)
#CFD3D7
(207,211,215)
#DCDFE4
(220,223,228)
#E9EBF1
(233,235,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #67736F color. Also use rgb(103,115,111) instead hex code.

Text Font Color

.myTextColor { color: #67736F; }

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

This text font color is #67736F.


Background Color

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

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

This div background color is #67736F.


Border color

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

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

This div border color is #67736F.


Opacity

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

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

Text with #67736F 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 #67736F;}

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

This text has shadow with #67736F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67736F on black background.


Color preview on white background

This text has color #67736F on white background.



Black color preview on #67736F background

This text has black color on #67736F background.


White color preview on #67736F background

This text has white color on #67736F background.