COLOR #736C67

HEX: #736C67
RGB: (115,108,103)

Color info

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

RGB color model

#736C67 color RGB value is (115,108,103).

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

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 103 of 255 = 40%

115
108
103

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

Portions of RGB colors in percentages

R + G + B =
115 + 108 + 103 = 326 (100%)
R 115 of 326 ~ 35.28%
G 108 of 326 ~ 33.13%
B 103 of 326 ~ 31.6%

%35.28
%33.13
%31.6

CMYK color model

#736C67 color CMYK value is (0,6,10,55).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 10.43%
  • key color value is 54.90%
CMYK:
(0,6,10,55)
C0M6Y10K55 
(0%,6%,10%,55%)
(0.00/0.06/0.10/0.55)	

CMYK percentages

%0
%6.09
%10.43
%54.9

Codes

Color #736C67 in popluar color models

736C67
RGB115108103
HSL25°5.50%42.75%
HSB/HSV25°10.43%45.10%
CMYK0.00%6.09%10.43%
54.90%

Color #736C67 in popluar number systems.

HEX736C67
Decimal115108103
Binary111001111011001100111
Octal163154147

Shades and tints

Shades of #736C67

#736C67
(115,108,103)
#69635E
(105,99,94)
#5F5A55
(95,90,85)
#55514C
(85,81,76)
#4B4843
(75,72,67)
#413F3A
(65,63,58)
#373631
(55,54,49)
#2D2D28
(45,45,40)
#23241F
(35,36,31)
#191B16
(25,27,22)
#0F120D
(15,18,13)
#000000
(0,0,0)

Tints of #736C67

#736C67
(115,108,103)
#7F7974
(127,121,116)
#8B8681
(139,134,129)
#97938E
(151,147,142)
#A3A09B
(163,160,155)
#AFADA8
(175,173,168)
#BBBAB5
(187,186,181)
#C7C7C2
(199,199,194)
#D3D4CF
(211,212,207)
#DFE1DC
(223,225,220)
#EBEEE9
(235,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736C67; }

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

This text font color is #736C67.


Background Color

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

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

This div background color is #736C67.


Border color

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

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

This div border color is #736C67.


Opacity

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

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

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

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

This text has shadow with #736C67 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736C67 on black background.


Color preview on white background

This text has color #736C67 on white background.



Black color preview on #736C67 background

This text has black color on #736C67 background.


White color preview on #736C67 background

This text has white color on #736C67 background.