COLOR #736C6E

HEX: #736C6E
RGB: (115,108,110)

Color info

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

RGB color model

#736C6E color RGB value is (115,108,110).

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

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 110 of 255 = 43%

115
108
110

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

Portions of RGB colors in percentages

R + G + B =
115 + 108 + 110 = 333 (100%)
R 115 of 333 ~ 34.53%
G 108 of 333 ~ 32.43%
B 110 of 333 ~ 33.03%

%34.53
%32.43
%33.03

CMYK color model

#736C6E color CMYK value is (0,6,4,55).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 4.35%
  • key color value is 54.90%
CMYK:
(0,6,4,55)
C0M6Y4K55 
(0%,6%,4%,55%)
(0.00/0.06/0.04/0.55)	

CMYK percentages

%0
%6.09
%4.35
%54.9

Codes

Color #736C6E in popluar color models

736C6E
RGB115108110
HSL343°3.14%43.73%
HSB/HSV343°6.09%45.10%
CMYK0.00%6.09%4.35%
54.90%

Color #736C6E in popluar number systems.

HEX736C6E
Decimal115108110
Binary111001111011001101110
Octal163154156

Shades and tints

Shades of #736C6E

#736C6E
(115,108,110)
#696364
(105,99,100)
#5F5A5A
(95,90,90)
#555150
(85,81,80)
#4B4846
(75,72,70)
#413F3C
(65,63,60)
#373632
(55,54,50)
#2D2D28
(45,45,40)
#23241E
(35,36,30)
#191B14
(25,27,20)
#0F120A
(15,18,10)
#000000
(0,0,0)

Tints of #736C6E

#736C6E
(115,108,110)
#7F797B
(127,121,123)
#8B8688
(139,134,136)
#979395
(151,147,149)
#A3A0A2
(163,160,162)
#AFADAF
(175,173,175)
#BBBABC
(187,186,188)
#C7C7C9
(199,199,201)
#D3D4D6
(211,212,214)
#DFE1E3
(223,225,227)
#EBEEF0
(235,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736C6E color. Also use rgb(115,108,110) instead hex code.

Text Font Color

.myTextColor { color: #736C6E; }

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

This text font color is #736C6E.


Background Color

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

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

This div background color is #736C6E.


Border color

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

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

This div border color is #736C6E.


Opacity

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

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

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

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

This text has shadow with #736C6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736C6E on black background.


Color preview on white background

This text has color #736C6E on white background.



Black color preview on #736C6E background

This text has black color on #736C6E background.


White color preview on #736C6E background

This text has white color on #736C6E background.