COLOR #736B1A

HEX: #736B1A
RGB: (115,107,26)

Color info

#736B1A contains mainly red and green colors. Web safe color of #736B1A is #666600 (or #660).

RGB color model

#736B1A color RGB value is (115,107,26).

  • red value is 115;
  • green value is 107;
  • blue value is 26.
RGB:
(115,107,26)
(45%,42%,10%)

RGB channels and saturation

R 115 of 255 = 45%
G 107 of 255 = 42%
B 26 of 255 = 10%

115
107
26

R + G + B ~ 32%. #736B1A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 107 + 26 = 248 (100%)
R 115 of 248 ~ 46.37%
G 107 of 248 ~ 43.15%
B 26 of 248 ~ 10.48%

%46.37
%43.15
%10.48

CMYK color model

#736B1A color CMYK value is (0,7,77,55).

  • cyan value is 0.00%
  • magenta value is 6.96%
  • yellow value is 77.39%
  • key color value is 54.90%
CMYK:
(0,7,77,55)
C0M7Y77K55 
(0%,7%,77%,55%)
(0.00/0.07/0.77/0.55)	

CMYK percentages

%0
%6.96
%77.39
%54.9

Codes

Color #736B1A in popluar color models

736B1A
RGB11510726
HSL55°63.12%27.65%
HSB/HSV55°77.39%45.10%
CMYK0.00%6.96%77.39%
54.90%

Color #736B1A in popluar number systems.

HEX736B1A
Decimal11510726
Binary1110011110101111010
Octal16315332

Shades and tints

Shades of #736B1A

#736B1A
(115,107,26)
#696218
(105,98,24)
#5F5916
(95,89,22)
#555014
(85,80,20)
#4B4712
(75,71,18)
#413E10
(65,62,16)
#37350E
(55,53,14)
#2D2C0C
(45,44,12)
#23230A
(35,35,10)
#191A08
(25,26,8)
#0F1106
(15,17,6)
#000000
(0,0,0)

Tints of #736B1A

#736B1A
(115,107,26)
#7F782E
(127,120,46)
#8B8542
(139,133,66)
#979256
(151,146,86)
#A39F6A
(163,159,106)
#AFAC7E
(175,172,126)
#BBB992
(187,185,146)
#C7C6A6
(199,198,166)
#D3D3BA
(211,211,186)
#DFE0CE
(223,224,206)
#EBEDE2
(235,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736B1A color. Also use rgb(115,107,26) instead hex code.

Text Font Color

.myTextColor { color: #736B1A; }

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

This text font color is #736B1A.


Background Color

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

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

This div background color is #736B1A.


Border color

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

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

This div border color is #736B1A.


Opacity

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

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

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

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

This text has shadow with #736B1A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736B1A on black background.


Color preview on white background

This text has color #736B1A on white background.



Black color preview on #736B1A background

This text has black color on #736B1A background.


White color preview on #736B1A background

This text has white color on #736B1A background.