COLOR #744D00

HEX: #744D00
RGB: (116,77,0)

Color info

#744D00 contains only red and green colors. Web safe color of #744D00 is #663300 (or #630).

RGB color model

#744D00 color RGB value is (116,77,0).

  • red value is 116;
  • green value is 77;
  • blue value is 0.
RGB:
(116,77,0)
(45%,30%,0%)

RGB channels and saturation

R 116 of 255 = 45%
G 77 of 255 = 30%
B 0 of 255 = 0%

116
77
0

R + G + B ~ 25%. #744D00 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 77 + 0 = 193 (100%)
R 116 of 193 ~ 60.1%
G 77 of 193 ~ 39.9%
B 0 of 193 ~ 0%

%60.1
%39.9

CMYK color model

#744D00 color CMYK value is (0,34,100,55).

  • cyan value is 0.00%
  • magenta value is 33.62%
  • yellow value is 100.00%
  • key color value is 54.51%
CMYK:
(0,34,100,55)
C0M34Y100K55 
(0%,34%,100%,55%)
(0.00/0.34/1.00/0.55)	

CMYK percentages

%0
%33.62
%100
%54.51

Codes

Color #744D00 in popluar color models

744D00
RGB116770
HSL40°100.00%22.75%
HSB/HSV40°100.00%45.49%
CMYK0.00%33.62%100.00%
54.51%

Color #744D00 in popluar number systems.

HEX744D00
Decimal116770
Binary111010010011010
Octal1641150

Shades and tints

Shades of #744D00

#744D00
(116,77,0)
#6A4600
(106,70,0)
#603F00
(96,63,0)
#563800
(86,56,0)
#4C3100
(76,49,0)
#422A00
(66,42,0)
#382300
(56,35,0)
#2E1C00
(46,28,0)
#241500
(36,21,0)
#1A0E00
(26,14,0)
#100700
(16,7,0)
#000000
(0,0,0)

Tints of #744D00

#744D00
(116,77,0)
#805D17
(128,93,23)
#8C6D2E
(140,109,46)
#987D45
(152,125,69)
#A48D5C
(164,141,92)
#B09D73
(176,157,115)
#BCAD8A
(188,173,138)
#C8BDA1
(200,189,161)
#D4CDB8
(212,205,184)
#E0DDCF
(224,221,207)
#ECEDE6
(236,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #744D00 color. Also use rgb(116,77,0) instead hex code.

Text Font Color

.myTextColor { color: #744D00; }

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

This text font color is #744D00.


Background Color

.myBgColor { background-color: #744D00; }

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

This div background color is #744D00.


Border color

.myBorderColor { border: 1px solid #744D00; }

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

This div border color is #744D00.


Opacity

.myOpacity80 { color: #744D00; opacity: 0.8; }

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

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

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

This text has shadow with #744D00 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744D00 on black background.


Color preview on white background

This text has color #744D00 on white background.



Black color preview on #744D00 background

This text has black color on #744D00 background.


White color preview on #744D00 background

This text has white color on #744D00 background.