COLOR #736A14

HEX: #736A14
RGB: (115,106,20)

Color info

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

RGB color model

#736A14 color RGB value is (115,106,20).

  • red value is 115;
  • green value is 106;
  • blue value is 20.
RGB:
(115,106,20)
(45%,42%,8%)

RGB channels and saturation

R 115 of 255 = 45%
G 106 of 255 = 42%
B 20 of 255 = 8%

115
106
20

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

Portions of RGB colors in percentages

R + G + B =
115 + 106 + 20 = 241 (100%)
R 115 of 241 ~ 47.72%
G 106 of 241 ~ 43.98%
B 20 of 241 ~ 8.3%

%47.72
%43.98

CMYK color model

#736A14 color CMYK value is (0,8,83,55).

  • cyan value is 0.00%
  • magenta value is 7.83%
  • yellow value is 82.61%
  • key color value is 54.90%
CMYK:
(0,8,83,55)
C0M8Y83K55 
(0%,8%,83%,55%)
(0.00/0.08/0.83/0.55)	

CMYK percentages

%0
%7.83
%82.61
%54.9

Codes

Color #736A14 in popluar color models

736A14
RGB11510620
HSL54°70.37%26.47%
HSB/HSV54°82.61%45.10%
CMYK0.00%7.83%82.61%
54.90%

Color #736A14 in popluar number systems.

HEX736A14
Decimal11510620
Binary1110011110101010100
Octal16315224

Shades and tints

Shades of #736A14

#736A14
(115,106,20)
#696113
(105,97,19)
#5F5812
(95,88,18)
#554F11
(85,79,17)
#4B4610
(75,70,16)
#413D0F
(65,61,15)
#37340E
(55,52,14)
#2D2B0D
(45,43,13)
#23220C
(35,34,12)
#19190B
(25,25,11)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #736A14

#736A14
(115,106,20)
#7F7729
(127,119,41)
#8B843E
(139,132,62)
#979153
(151,145,83)
#A39E68
(163,158,104)
#AFAB7D
(175,171,125)
#BBB892
(187,184,146)
#C7C5A7
(199,197,167)
#D3D2BC
(211,210,188)
#DFDFD1
(223,223,209)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #736A14 color. Also use rgb(115,106,20) instead hex code.

Text Font Color

.myTextColor { color: #736A14; }

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

This text font color is #736A14.


Background Color

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

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

This div background color is #736A14.


Border color

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

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

This div border color is #736A14.


Opacity

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

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

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

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

This text has shadow with #736A14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #736A14 on black background.


Color preview on white background

This text has color #736A14 on white background.



Black color preview on #736A14 background

This text has black color on #736A14 background.


White color preview on #736A14 background

This text has white color on #736A14 background.