COLOR #747418

HEX: #747418 RGB: (116,116,24)

Color info

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

RGB color model

#747418 color RGB value is (116,116,24).

RGB: (116,116,24) (45%, 45%, 9%)

RGB channels and saturation

R 116 of 255 = 45%
G 116 of 255 = 45%
B 24 of 255 = 9%

116
116
24

R + G + B ~ 33%. #747418 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 116 + 24 = 256 (100%)
R 116 of 256 ~ 45.31%
G 116 of 256 ~ 45.31%
B 24 of 256 ~ 9.38'%

%45.31
%45.31

CMYK color model

#747418 color CMYK value is (0,0,79,55).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 79.31%
  • key color value is 54.51%

CMYK: (0,0,79,55)
C0M0Y79K55 (0%, 0%, 79%, 55%)
(0.00 / 0.00 / 0.79 / 0.55)

CMYK percentages

%0
%0
%79.31
%54.51

Codes

Color #747418 in popluar color models

74 74 18
RGB 116 116 24
HSL 60° 65.71% 27.45%
HSB/HSV 60° 79.31% 45.49%
CMYK 0.00% 0.00% 79.31%
54.51%

Color #747418 in popluar number systems.

HEX 74 74 18
Decimal 116 116 24
Binary 1110100 1110100 11000
Octal 164 164 30

Shades and tints

Shades of #747418

#747418
(116,116,24)
#6A6A16
(106,106,22)
#606014
(96,96,20)
#565612
(86,86,18)
#4C4C10
(76,76,16)
#42420E
(66,66,14)
#38380C
(56,56,12)
#2E2E0A
(46,46,10)
#242408
(36,36,8)
#1A1A06
(26,26,6)
#101004
(16,16,4)
#000000
(0,0,0)

Tints of #747418

#747418
(116,116,24)
#80802D
(128,128,45)
#8C8C42
(140,140,66)
#989857
(152,152,87)
#A4A46C
(164,164,108)
#B0B081
(176,176,129)
#BCBC96
(188,188,150)
#C8C8AB
(200,200,171)
#D4D4C0
(212,212,192)
#E0E0D5
(224,224,213)
#ECECEA
(236,236,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747418 color. Also use rgb(116,116,24) instead hex code.

Text Font Color

.myTextColor { color: #747418; }

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

This text font color is #747418.

Background Color

.myBgColor { background-color: #747418; }

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

This div background color is #747418.

Border color

.myBorderColor { border: 1px solid #747418; }

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

This div border color is #747418.

Opacity

.myOpacity80 { color: #747418; opacity: 0.8; }

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

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

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

This text has shadow with #747418 color.


.textShadow {text-shadow: 3px 3px 1px #747418', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #747418; -webkit-box-shadow: 1px 1px 3px 2px #747418; box-shadow:1px 1px 3px 2px #747418;">
Div content here
</div>

This div box has shadow with color #747418.

Preview

Color preview on black background

This text has color #747418 on black background.


Color preview on white background

This text has color #747418 on white background.


Black color preview on #747418 background

This text has black color on #747418 background.


White color preview on #747418 background

This text has white color on #747418 background.


Related colors

Complementary color

Complementary color for #hex is #8B8BE7.


I love getcolorcode.com