COLOR #736F63

HEX: #736F63
RGB: (115,111,99)

Color info

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

RGB color model

#736F63 color RGB value is (115,111,99).

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

RGB channels and saturation

R 115 of 255 = 45%
G 111 of 255 = 44%
B 99 of 255 = 39%

115
111
99

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

Portions of RGB colors in percentages

R + G + B =
115 + 111 + 99 = 325 (100%)
R 115 of 325 ~ 35.38%
G 111 of 325 ~ 34.15%
B 99 of 325 ~ 30.46%

%35.38
%34.15
%30.46

CMYK color model

#736F63 color CMYK value is (0,3,14,55).

  • cyan value is 0.00%
  • magenta value is 3.48%
  • yellow value is 13.91%
  • key color value is 54.90%
CMYK:
(0,3,14,55)
C0M3Y14K55 
(0%,3%,14%,55%)
(0.00/0.03/0.14/0.55)	

CMYK percentages

%0
%3.48
%13.91
%54.9

Codes

Color #736F63 in popluar color models

736F63
RGB11511199
HSL45°7.48%41.96%
HSB/HSV45°13.91%45.10%
CMYK0.00%3.48%13.91%
54.90%

Color #736F63 in popluar number systems.

HEX736F63
Decimal11511199
Binary111001111011111100011
Octal163157143

Shades and tints

Shades of #736F63

#736F63
(115,111,99)
#69655A
(105,101,90)
#5F5B51
(95,91,81)
#555148
(85,81,72)
#4B473F
(75,71,63)
#413D36
(65,61,54)
#37332D
(55,51,45)
#2D2924
(45,41,36)
#231F1B
(35,31,27)
#191512
(25,21,18)
#0F0B09
(15,11,9)
#000000
(0,0,0)

Tints of #736F63

#736F63
(115,111,99)
#7F7C71
(127,124,113)
#8B897F
(139,137,127)
#97968D
(151,150,141)
#A3A39B
(163,163,155)
#AFB0A9
(175,176,169)
#BBBDB7
(187,189,183)
#C7CAC5
(199,202,197)
#D3D7D3
(211,215,211)
#DFE4E1
(223,228,225)
#EBF1EF
(235,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736F63; }

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

This text font color is #736F63.


Background Color

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

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

This div background color is #736F63.


Border color

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

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

This div border color is #736F63.


Opacity

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

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

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

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

This text has shadow with #736F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736F63 on black background.


Color preview on white background

This text has color #736F63 on white background.



Black color preview on #736F63 background

This text has black color on #736F63 background.


White color preview on #736F63 background

This text has white color on #736F63 background.