COLOR #747D1D

HEX: #747D1D
RGB: (116,125,29)

Color info

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

RGB color model

#747D1D color RGB value is (116,125,29).

  • red value is 116;
  • green value is 125;
  • blue value is 29.
RGB:
(116,125,29)
(45%,49%,11%)

RGB channels and saturation

R 116 of 255 = 45%
G 125 of 255 = 49%
B 29 of 255 = 11%

116
125
29

R + G + B ~ 35%. #747D1D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 125 + 29 = 270 (100%)
R 116 of 270 ~ 42.96%
G 125 of 270 ~ 46.3%
B 29 of 270 ~ 10.74%

%42.96
%46.3
%10.74

CMYK color model

#747D1D color CMYK value is (7,0,77,51).

  • cyan value is 7.20%
  • magenta value is 0.00%
  • yellow value is 76.80%
  • key color value is 50.98%
CMYK:
(7,0,77,51)
C7M0Y77K51 
(7%,0%,77%,51%)
(0.07/0.00/0.77/0.51)	

CMYK percentages

%7.2
%0
%76.8
%50.98

Codes

Color #747D1D in popluar color models

747D1D
RGB11612529
HSL66°62.34%30.20%
HSB/HSV66°76.80%49.02%
CMYK7.20%0.00%76.80%
50.98%

Color #747D1D in popluar number systems.

HEX747D1D
Decimal11612529
Binary1110100111110111101
Octal16417535

Shades and tints

Shades of #747D1D

#747D1D
(116,125,29)
#6A721B
(106,114,27)
#606719
(96,103,25)
#565C17
(86,92,23)
#4C5115
(76,81,21)
#424613
(66,70,19)
#383B11
(56,59,17)
#2E300F
(46,48,15)
#24250D
(36,37,13)
#1A1A0B
(26,26,11)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #747D1D

#747D1D
(116,125,29)
#808831
(128,136,49)
#8C9345
(140,147,69)
#989E59
(152,158,89)
#A4A96D
(164,169,109)
#B0B481
(176,180,129)
#BCBF95
(188,191,149)
#C8CAA9
(200,202,169)
#D4D5BD
(212,213,189)
#E0E0D1
(224,224,209)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747D1D color. Also use rgb(116,125,29) instead hex code.

Text Font Color

.myTextColor { color: #747D1D; }

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

This text font color is #747D1D.


Background Color

.myBgColor { background-color: #747D1D; }

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

This div background color is #747D1D.


Border color

.myBorderColor { border: 1px solid #747D1D; }

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

This div border color is #747D1D.


Opacity

.myOpacity80 { color: #747D1D; opacity: 0.8; }

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

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

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

This text has shadow with #747D1D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747D1D on black background.


Color preview on white background

This text has color #747D1D on white background.



Black color preview on #747D1D background

This text has black color on #747D1D background.


White color preview on #747D1D background

This text has white color on #747D1D background.