COLOR #736E4C

HEX: #736E4C
RGB: (115,110,76)

Color info

#736E4C contains red, green and blue colors in about the same proportion. Web safe color of #736E4C is #666633 (or #663).

RGB color model

#736E4C color RGB value is (115,110,76).

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

RGB channels and saturation

R 115 of 255 = 45%
G 110 of 255 = 43%
B 76 of 255 = 30%

115
110
76

R + G + B ~ 39%. #736E4C is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 110 + 76 = 301 (100%)
R 115 of 301 ~ 38.21%
G 110 of 301 ~ 36.54%
B 76 of 301 ~ 25.25%

%38.21
%36.54
%25.25

CMYK color model

#736E4C color CMYK value is (0,4,34,55).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 33.91%
  • key color value is 54.90%
CMYK:
(0,4,34,55)
C0M4Y34K55 
(0%,4%,34%,55%)
(0.00/0.04/0.34/0.55)	

CMYK percentages

%0
%4.35
%33.91
%54.9

Codes

Color #736E4C in popluar color models

736E4C
RGB11511076
HSL52°20.42%37.45%
HSB/HSV52°33.91%45.10%
CMYK0.00%4.35%33.91%
54.90%

Color #736E4C in popluar number systems.

HEX736E4C
Decimal11511076
Binary111001111011101001100
Octal163156114

Shades and tints

Shades of #736E4C

#736E4C
(115,110,76)
#696446
(105,100,70)
#5F5A40
(95,90,64)
#55503A
(85,80,58)
#4B4634
(75,70,52)
#413C2E
(65,60,46)
#373228
(55,50,40)
#2D2822
(45,40,34)
#231E1C
(35,30,28)
#191416
(25,20,22)
#0F0A10
(15,10,16)
#000000
(0,0,0)

Tints of #736E4C

#736E4C
(115,110,76)
#7F7B5C
(127,123,92)
#8B886C
(139,136,108)
#97957C
(151,149,124)
#A3A28C
(163,162,140)
#AFAF9C
(175,175,156)
#BBBCAC
(187,188,172)
#C7C9BC
(199,201,188)
#D3D6CC
(211,214,204)
#DFE3DC
(223,227,220)
#EBF0EC
(235,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736E4C; }

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

This text font color is #736E4C.


Background Color

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

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

This div background color is #736E4C.


Border color

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

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

This div border color is #736E4C.


Opacity

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

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

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

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

This text has shadow with #736E4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736E4C on black background.


Color preview on white background

This text has color #736E4C on white background.



Black color preview on #736E4C background

This text has black color on #736E4C background.


White color preview on #736E4C background

This text has white color on #736E4C background.