COLOR #736C51

HEX: #736C51
RGB: (115,108,81)

Color info

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

RGB color model

#736C51 color RGB value is (115,108,81).

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

RGB channels and saturation

R 115 of 255 = 45%
G 108 of 255 = 42%
B 81 of 255 = 32%

115
108
81

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

Portions of RGB colors in percentages

R + G + B =
115 + 108 + 81 = 304 (100%)
R 115 of 304 ~ 37.83%
G 108 of 304 ~ 35.53%
B 81 of 304 ~ 26.64%

%37.83
%35.53
%26.64

CMYK color model

#736C51 color CMYK value is (0,6,30,55).

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 29.57%
  • key color value is 54.90%
CMYK:
(0,6,30,55)
C0M6Y30K55 
(0%,6%,30%,55%)
(0.00/0.06/0.30/0.55)	

CMYK percentages

%0
%6.09
%29.57
%54.9

Codes

Color #736C51 in popluar color models

736C51
RGB11510881
HSL48°17.35%38.43%
HSB/HSV48°29.57%45.10%
CMYK0.00%6.09%29.57%
54.90%

Color #736C51 in popluar number systems.

HEX736C51
Decimal11510881
Binary111001111011001010001
Octal163154121

Shades and tints

Shades of #736C51

#736C51
(115,108,81)
#69634A
(105,99,74)
#5F5A43
(95,90,67)
#55513C
(85,81,60)
#4B4835
(75,72,53)
#413F2E
(65,63,46)
#373627
(55,54,39)
#2D2D20
(45,45,32)
#232419
(35,36,25)
#191B12
(25,27,18)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #736C51

#736C51
(115,108,81)
#7F7960
(127,121,96)
#8B866F
(139,134,111)
#97937E
(151,147,126)
#A3A08D
(163,160,141)
#AFAD9C
(175,173,156)
#BBBAAB
(187,186,171)
#C7C7BA
(199,199,186)
#D3D4C9
(211,212,201)
#DFE1D8
(223,225,216)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736C51; }

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

This text font color is #736C51.


Background Color

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

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

This div background color is #736C51.


Border color

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

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

This div border color is #736C51.


Opacity

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

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

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

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

This text has shadow with #736C51 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736C51 on black background.


Color preview on white background

This text has color #736C51 on white background.



Black color preview on #736C51 background

This text has black color on #736C51 background.


White color preview on #736C51 background

This text has white color on #736C51 background.