COLOR #736230

HEX: #736230
RGB: (115,98,48)

Color info

#736230 contains mainly red and green colors. Web safe color of #736230 is #666633 (or #663).

RGB color model

#736230 color RGB value is (115,98,48).

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

RGB channels and saturation

R 115 of 255 = 45%
G 98 of 255 = 38%
B 48 of 255 = 19%

115
98
48

R + G + B ~ 34%. #736230 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 98 + 48 = 261 (100%)
R 115 of 261 ~ 44.06%
G 98 of 261 ~ 37.55%
B 48 of 261 ~ 18.39%

%44.06
%37.55
%18.39

CMYK color model

#736230 color CMYK value is (0,15,58,55).

  • cyan value is 0.00%
  • magenta value is 14.78%
  • yellow value is 58.26%
  • key color value is 54.90%
CMYK:
(0,15,58,55)
C0M15Y58K55 
(0%,15%,58%,55%)
(0.00/0.15/0.58/0.55)	

CMYK percentages

%0
%14.78
%58.26
%54.9

Codes

Color #736230 in popluar color models

736230
RGB1159848
HSL45°41.10%31.96%
HSB/HSV45°58.26%45.10%
CMYK0.00%14.78%58.26%
54.90%

Color #736230 in popluar number systems.

HEX736230
Decimal1159848
Binary11100111100010110000
Octal16314260

Shades and tints

Shades of #736230

#736230
(115,98,48)
#695A2C
(105,90,44)
#5F5228
(95,82,40)
#554A24
(85,74,36)
#4B4220
(75,66,32)
#413A1C
(65,58,28)
#373218
(55,50,24)
#2D2A14
(45,42,20)
#232210
(35,34,16)
#191A0C
(25,26,12)
#0F1208
(15,18,8)
#000000
(0,0,0)

Tints of #736230

#736230
(115,98,48)
#7F7042
(127,112,66)
#8B7E54
(139,126,84)
#978C66
(151,140,102)
#A39A78
(163,154,120)
#AFA88A
(175,168,138)
#BBB69C
(187,182,156)
#C7C4AE
(199,196,174)
#D3D2C0
(211,210,192)
#DFE0D2
(223,224,210)
#EBEEE4
(235,238,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #736230; }

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

This text font color is #736230.


Background Color

.myBgColor { background-color: #736230; }

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

This div background color is #736230.


Border color

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

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

This div border color is #736230.


Opacity

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

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

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

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

This text has shadow with #736230 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736230 on black background.


Color preview on white background

This text has color #736230 on white background.



Black color preview on #736230 background

This text has black color on #736230 background.


White color preview on #736230 background

This text has white color on #736230 background.