COLOR #747A0B

HEX: #747A0B
RGB: (116,122,11)

Color info

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

RGB color model

#747A0B color RGB value is (116,122,11).

  • red value is 116;
  • green value is 122;
  • blue value is 11.
RGB:
(116,122,11)
(45%,48%,4%)

RGB channels and saturation

R 116 of 255 = 45%
G 122 of 255 = 48%
B 11 of 255 = 4%

116
122
11

R + G + B ~ 32%. #747A0B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 122 + 11 = 249 (100%)
R 116 of 249 ~ 46.59%
G 122 of 249 ~ 49%
B 11 of 249 ~ 4.42%

%46.59
%49

CMYK color model

#747A0B color CMYK value is (5,0,91,52).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 90.98%
  • key color value is 52.16%
CMYK:
(5,0,91,52)
C5M0Y91K52 
(5%,0%,91%,52%)
(0.05/0.00/0.91/0.52)	

CMYK percentages

%4.92
%0
%90.98
%52.16

Codes

Color #747A0B in popluar color models

747A0B
RGB11612211
HSL63°83.46%26.08%
HSB/HSV63°90.98%47.84%
CMYK4.92%0.00%90.98%
52.16%

Color #747A0B in popluar number systems.

HEX747A0B
Decimal11612211
Binary111010011110101011
Octal16417213

Shades and tints

Shades of #747A0B

#747A0B
(116,122,11)
#6A6F0A
(106,111,10)
#606409
(96,100,9)
#565908
(86,89,8)
#4C4E07
(76,78,7)
#424306
(66,67,6)
#383805
(56,56,5)
#2E2D04
(46,45,4)
#242203
(36,34,3)
#1A1702
(26,23,2)
#100C01
(16,12,1)
#000000
(0,0,0)

Tints of #747A0B

#747A0B
(116,122,11)
#808621
(128,134,33)
#8C9237
(140,146,55)
#989E4D
(152,158,77)
#A4AA63
(164,170,99)
#B0B679
(176,182,121)
#BCC28F
(188,194,143)
#C8CEA5
(200,206,165)
#D4DABB
(212,218,187)
#E0E6D1
(224,230,209)
#ECF2E7
(236,242,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747A0B color. Also use rgb(116,122,11) instead hex code.

Text Font Color

.myTextColor { color: #747A0B; }

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

This text font color is #747A0B.


Background Color

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

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

This div background color is #747A0B.


Border color

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

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

This div border color is #747A0B.


Opacity

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

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

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

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

This text has shadow with #747A0B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747A0B on black background.


Color preview on white background

This text has color #747A0B on white background.



Black color preview on #747A0B background

This text has black color on #747A0B background.


White color preview on #747A0B background

This text has white color on #747A0B background.