COLOR #736F68

HEX: #736F68
RGB: (115,111,104)

Color info

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

RGB color model

#736F68 color RGB value is (115,111,104).

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

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 104 of 255 = 41%

115
111
104

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

Portions of RGB colors in percentages

R + G + B =
115 + 111 + 104 = 330 (100%)
R 115 of 330 ~ 34.85%
G 111 of 330 ~ 33.64%
B 104 of 330 ~ 31.52%

%34.85
%33.64
%31.52

CMYK color model

#736F68 color CMYK value is (0,3,10,55).

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

CMYK percentages

%0
%3.48
%9.57
%54.9

Codes

Color #736F68 in popluar color models

736F68
RGB115111104
HSL38°5.02%42.94%
HSB/HSV38°9.57%45.10%
CMYK0.00%3.48%9.57%
54.90%

Color #736F68 in popluar number systems.

HEX736F68
Decimal115111104
Binary111001111011111101000
Octal163157150

Shades and tints

Shades of #736F68

#736F68
(115,111,104)
#69655F
(105,101,95)
#5F5B56
(95,91,86)
#55514D
(85,81,77)
#4B4744
(75,71,68)
#413D3B
(65,61,59)
#373332
(55,51,50)
#2D2929
(45,41,41)
#231F20
(35,31,32)
#191517
(25,21,23)
#0F0B0E
(15,11,14)
#000000
(0,0,0)

Tints of #736F68

#736F68
(115,111,104)
#7F7C75
(127,124,117)
#8B8982
(139,137,130)
#97968F
(151,150,143)
#A3A39C
(163,163,156)
#AFB0A9
(175,176,169)
#BBBDB6
(187,189,182)
#C7CAC3
(199,202,195)
#D3D7D0
(211,215,208)
#DFE4DD
(223,228,221)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736F68; }

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

This text font color is #736F68.


Background Color

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

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

This div background color is #736F68.


Border color

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

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

This div border color is #736F68.


Opacity

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

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

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

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

This text has shadow with #736F68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736F68 on black background.


Color preview on white background

This text has color #736F68 on white background.



Black color preview on #736F68 background

This text has black color on #736F68 background.


White color preview on #736F68 background

This text has white color on #736F68 background.