COLOR #736F6D

HEX: #736F6D RGB: (115,111,109)

Color info

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

RGB color model

#736F6D color RGB value is (115,111,109).

RGB: (115,111,109) (45%, 44%, 43%)

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 109 of 255 = 43%

115
111
109

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

Portions of RGB colors in percentages

R + G + B = 115 + 111 + 109 = 335 (100%)
R 115 of 335 ~ 34.33%
G 111 of 335 ~ 33.13%
B 109 of 335 ~ 32.54'%

%34.33
%33.13
%32.54

CMYK color model

#736F6D color CMYK value is (0,3,5,55).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 5.22%
  • key color value is 54.90%
CMYK: (0,3,5,55) C0M3Y5K55 (0%,3%,5%,55%) (0.00/0.03/0.05/0.55) 

CMYK percentages

%0
%3.48
%5.22
%54.9

Codes

Color #736F6D in popluar color models

73 6F 6D
RGB 115 111 109
HSL 20° 2.68% 43.92%
HSB/HSV 20° 5.22% 45.10%
CMYK 0.00% 3.48% 5.22%
54.90%

Color #736F6D in popluar number systems.

HEX 73 6F 6D
Decimal 115 111 109
Binary 1110011 1101111 1101101
Octal 163 157 155

Shades and tints

Shades of #736F6D

#736F6D
(115,111,109)
#696564
(105,101,100)
#5F5B5B
(95,91,91)
#555152
(85,81,82)
#4B4749
(75,71,73)
#413D40
(65,61,64)
#373337
(55,51,55)
#2D292E
(45,41,46)
#231F25
(35,31,37)
#19151C
(25,21,28)
#0F0B13
(15,11,19)
#000000
(0,0,0)

Tints of #736F6D

#736F6D
(115,111,109)
#7F7C7A
(127,124,122)
#8B8987
(139,137,135)
#979694
(151,150,148)
#A3A3A1
(163,163,161)
#AFB0AE
(175,176,174)
#BBBDBB
(187,189,187)
#C7CAC8
(199,202,200)
#D3D7D5
(211,215,213)
#DFE4E2
(223,228,226)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736F6D color. Also use rgb(115,111,109) instead hex code.

Text Font Color

.myTextColor { color: #736F6D; }

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

This text font color is #736F6D.

Background Color

.myBgColor { background-color: #736F6D; }

<div style="background-color:#736F6D">Inner text</div>

This div background color is #736F6D.

Border color

.myBorderColor { border: 1px solid #736F6D; }

<div style="border:3px solid #736F6D">Div</div>

This div border color is #736F6D.

Opacity

.myOpacity80 { color: #736F6D; opacity: 0.8; }

<p style="color:#736F6D;opacity:0.8;">80%</p>

Text with #736F6D 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 #736F6D;}

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

This text has shadow with #736F6D color.


.textShadow {text-shadow: 3px 3px 1px #736F6D', 3px 3px 1px red;}

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

This text has shadow with #736F6D primary color and red secondary color.


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

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

This text has shadow with #736F6D and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #736F6D; -webkit-box-shadow: 1px 1px 3px 2px #736F6D; box-shadow:1px 1px 3px 2px #736F6D;">
Div content here
</div>

This div box has shadow with color #736F6D.

Preview

Color preview on black background

This text has color #736F6D on black background.


Color preview on white background

This text has color #736F6D on white background.


Black color preview on #736F6D background

This text has black color on #736F6D background.


White color preview on #736F6D background

This text has white color on #736F6D background.


Related colors

Complementary color

Complementary color for #hex is #8C9092.


I love getcolorcode.com

Triadic colors

1 #6D736F and #6F6D73 with #736F6D are triadic colors.

2 #6D6F73 and #6F736D with #736F6D are triadic colors.