COLOR #736251

HEX: #736251
RGB: (115,98,81)

Color info

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

RGB color model

#736251 color RGB value is (115,98,81).

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

RGB channels and saturation

R 115 of 255 = 45%
G 98 of 255 = 38%
B 81 of 255 = 32%

115
98
81

R + G + B ~ 38%. #736251 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 98 + 81 = 294 (100%)
R 115 of 294 ~ 39.12%
G 98 of 294 ~ 33.33%
B 81 of 294 ~ 27.55%

%39.12
%33.33
%27.55

CMYK color model

#736251 color CMYK value is (0,15,30,55).

  • cyan value is 0.00%
  • magenta value is 14.78%
  • yellow value is 29.57%
  • key color value is 54.90%
CMYK:
(0,15,30,55)
C0M15Y30K55 
(0%,15%,30%,55%)
(0.00/0.15/0.30/0.55)	

CMYK percentages

%0
%14.78
%29.57
%54.9

Codes

Color #736251 in popluar color models

736251
RGB1159881
HSL30°17.35%38.43%
HSB/HSV30°29.57%45.10%
CMYK0.00%14.78%29.57%
54.90%

Color #736251 in popluar number systems.

HEX736251
Decimal1159881
Binary111001111000101010001
Octal163142121

Shades and tints

Shades of #736251

#736251
(115,98,81)
#695A4A
(105,90,74)
#5F5243
(95,82,67)
#554A3C
(85,74,60)
#4B4235
(75,66,53)
#413A2E
(65,58,46)
#373227
(55,50,39)
#2D2A20
(45,42,32)
#232219
(35,34,25)
#191A12
(25,26,18)
#0F120B
(15,18,11)
#000000
(0,0,0)

Tints of #736251

#736251
(115,98,81)
#7F7060
(127,112,96)
#8B7E6F
(139,126,111)
#978C7E
(151,140,126)
#A39A8D
(163,154,141)
#AFA89C
(175,168,156)
#BBB6AB
(187,182,171)
#C7C4BA
(199,196,186)
#D3D2C9
(211,210,201)
#DFE0D8
(223,224,216)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736251; }

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

This text font color is #736251.


Background Color

.myBgColor { background-color: #736251; }

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

This div background color is #736251.


Border color

.myBorderColor { border: 1px solid #736251; }

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

This div border color is #736251.


Opacity

.myOpacity80 { color: #736251; opacity: 0.8; }

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

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

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

This text has shadow with #736251 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736251 on black background.


Color preview on white background

This text has color #736251 on white background.



Black color preview on #736251 background

This text has black color on #736251 background.


White color preview on #736251 background

This text has white color on #736251 background.