COLOR #734D06

HEX: #734D06
RGB: (115,77,6)

Color info

#734D06 contains mainly red and green colors. Web safe color of #734D06 is #663300 (or #630).

RGB color model

#734D06 color RGB value is (115,77,6).

  • red value is 115;
  • green value is 77;
  • blue value is 6.
RGB:
(115,77,6)
(45%,30%,2%)

RGB channels and saturation

R 115 of 255 = 45%
G 77 of 255 = 30%
B 6 of 255 = 2%

115
77
6

R + G + B ~ 26%. #734D06 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 77 + 6 = 198 (100%)
R 115 of 198 ~ 58.08%
G 77 of 198 ~ 38.89%
B 6 of 198 ~ 3.03%

%58.08
%38.89

CMYK color model

#734D06 color CMYK value is (0,33,95,55).

  • cyan value is 0.00%
  • magenta value is 33.04%
  • yellow value is 94.78%
  • key color value is 54.90%
CMYK:
(0,33,95,55)
C0M33Y95K55 
(0%,33%,95%,55%)
(0.00/0.33/0.95/0.55)	

CMYK percentages

%0
%33.04
%94.78
%54.9

Codes

Color #734D06 in popluar color models

734D06
RGB115776
HSL39°90.08%23.73%
HSB/HSV39°94.78%45.10%
CMYK0.00%33.04%94.78%
54.90%

Color #734D06 in popluar number systems.

HEX734D06
Decimal115776
Binary11100111001101110
Octal1631156

Shades and tints

Shades of #734D06

#734D06
(115,77,6)
#694606
(105,70,6)
#5F3F06
(95,63,6)
#553806
(85,56,6)
#4B3106
(75,49,6)
#412A06
(65,42,6)
#372306
(55,35,6)
#2D1C06
(45,28,6)
#231506
(35,21,6)
#190E06
(25,14,6)
#0F0706
(15,7,6)
#000000
(0,0,0)

Tints of #734D06

#734D06
(115,77,6)
#7F5D1C
(127,93,28)
#8B6D32
(139,109,50)
#977D48
(151,125,72)
#A38D5E
(163,141,94)
#AF9D74
(175,157,116)
#BBAD8A
(187,173,138)
#C7BDA0
(199,189,160)
#D3CDB6
(211,205,182)
#DFDDCC
(223,221,204)
#EBEDE2
(235,237,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #734D06 color. Also use rgb(115,77,6) instead hex code.

Text Font Color

.myTextColor { color: #734D06; }

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

This text font color is #734D06.


Background Color

.myBgColor { background-color: #734D06; }

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

This div background color is #734D06.


Border color

.myBorderColor { border: 1px solid #734D06; }

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

This div border color is #734D06.


Opacity

.myOpacity80 { color: #734D06; opacity: 0.8; }

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

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

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

This text has shadow with #734D06 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #734D06 on black background.


Color preview on white background

This text has color #734D06 on white background.



Black color preview on #734D06 background

This text has black color on #734D06 background.


White color preview on #734D06 background

This text has white color on #734D06 background.