COLOR #736E52

HEX: #736E52
RGB: (115,110,82)

Color info

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

RGB color model

#736E52 color RGB value is (115,110,82).

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

RGB channels and saturation

R 115 of 255 = 45%
G 110 of 255 = 43%
B 82 of 255 = 32%

115
110
82

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

Portions of RGB colors in percentages

R + G + B =
115 + 110 + 82 = 307 (100%)
R 115 of 307 ~ 37.46%
G 110 of 307 ~ 35.83%
B 82 of 307 ~ 26.71%

%37.46
%35.83
%26.71

CMYK color model

#736E52 color CMYK value is (0,4,29,55).

  • cyan value is 0.00%
  • magenta value is 4.35%
  • yellow value is 28.70%
  • key color value is 54.90%
CMYK:
(0,4,29,55)
C0M4Y29K55 
(0%,4%,29%,55%)
(0.00/0.04/0.29/0.55)	

CMYK percentages

%0
%4.35
%28.7
%54.9

Codes

Color #736E52 in popluar color models

736E52
RGB11511082
HSL51°16.75%38.63%
HSB/HSV51°28.70%45.10%
CMYK0.00%4.35%28.70%
54.90%

Color #736E52 in popluar number systems.

HEX736E52
Decimal11511082
Binary111001111011101010010
Octal163156122

Shades and tints

Shades of #736E52

#736E52
(115,110,82)
#69644B
(105,100,75)
#5F5A44
(95,90,68)
#55503D
(85,80,61)
#4B4636
(75,70,54)
#413C2F
(65,60,47)
#373228
(55,50,40)
#2D2821
(45,40,33)
#231E1A
(35,30,26)
#191413
(25,20,19)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #736E52

#736E52
(115,110,82)
#7F7B61
(127,123,97)
#8B8870
(139,136,112)
#97957F
(151,149,127)
#A3A28E
(163,162,142)
#AFAF9D
(175,175,157)
#BBBCAC
(187,188,172)
#C7C9BB
(199,201,187)
#D3D6CA
(211,214,202)
#DFE3D9
(223,227,217)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736E52; }

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

This text font color is #736E52.


Background Color

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

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

This div background color is #736E52.


Border color

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

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

This div border color is #736E52.


Opacity

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

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

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

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

This text has shadow with #736E52 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736E52 on black background.


Color preview on white background

This text has color #736E52 on white background.



Black color preview on #736E52 background

This text has black color on #736E52 background.


White color preview on #736E52 background

This text has white color on #736E52 background.