COLOR #67736E

HEX: #67736E
RGB: (103,115,110)

Color info

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

RGB color model

#67736E color RGB value is (103,115,110).

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

RGB channels and saturation

R 103 of 255 = 40%
G 115 of 255 = 45%
B 110 of 255 = 43%

103
115
110

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

Portions of RGB colors in percentages

R + G + B =
103 + 115 + 110 = 328 (100%)
R 103 of 328 ~ 31.4%
G 115 of 328 ~ 35.06%
B 110 of 328 ~ 33.54%

%31.4
%35.06
%33.54

CMYK color model

#67736E color CMYK value is (10,0,4,55).

  • cyan value is 10.43%
  • magenta value is 0.00%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK:
(10,0,4,55)
C10M0Y4K55 
(10%,0%,4%,55%)
(0.10/0.00/0.04/0.55)	

CMYK percentages

%10.43
%0
%4.35
%54.9

Codes

Color #67736E in popluar color models

67736E
RGB103115110
HSL155°5.50%42.75%
HSB/HSV155°10.43%45.10%
CMYK10.43%0.00%4.35%
54.90%

Color #67736E in popluar number systems.

HEX67736E
Decimal103115110
Binary110011111100111101110
Octal147163156

Shades and tints

Shades of #67736E

#67736E
(103,115,110)
#5E6964
(94,105,100)
#555F5A
(85,95,90)
#4C5550
(76,85,80)
#434B46
(67,75,70)
#3A413C
(58,65,60)
#313732
(49,55,50)
#282D28
(40,45,40)
#1F231E
(31,35,30)
#161914
(22,25,20)
#0D0F0A
(13,15,10)
#000000
(0,0,0)

Tints of #67736E

#67736E
(103,115,110)
#747F7B
(116,127,123)
#818B88
(129,139,136)
#8E9795
(142,151,149)
#9BA3A2
(155,163,162)
#A8AFAF
(168,175,175)
#B5BBBC
(181,187,188)
#C2C7C9
(194,199,201)
#CFD3D6
(207,211,214)
#DCDFE3
(220,223,227)
#E9EBF0
(233,235,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #67736E; }

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

This text font color is #67736E.


Background Color

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

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

This div background color is #67736E.


Border color

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

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

This div border color is #67736E.


Opacity

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

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

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

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

This text has shadow with #67736E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #67736E on black background.


Color preview on white background

This text has color #67736E on white background.



Black color preview on #67736E background

This text has black color on #67736E background.


White color preview on #67736E background

This text has white color on #67736E background.