COLOR #747A03

HEX: #747A03 RGB: (116,122,3)

Color info

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

RGB color model

#747A03 color RGB value is (116,122,3).

RGB: (116,122,3) (45%, 48%, 1%)

RGB channels and saturation

R 116 of 255 = 45%
G 122 of 255 = 48%
B 3 of 255 = 1%

116
122
3

R + G + B ~ 31%. #747A03 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 122 + 3 = 241 (100%)
R 116 of 241 ~ 48.13%
G 122 of 241 ~ 50.62%
B 3 of 241 ~ 1.24'%

%48.13
%50.62

CMYK color model

#747A03 color CMYK value is (5,0,98,52).

  • cyan value is 4.92%
  • magenta value is 0.00%
  • yellow value is 97.54%
  • key color value is 52.16%

CMYK: (5,0,98,52)
C5M0Y98K52 (5%, 0%, 98%, 52%)
(0.05 / 0.00 / 0.98 / 0.52)

CMYK percentages

%4.92
%0
%97.54
%52.16

Codes

Color #747A03 in popluar color models

74 7A 03
RGB 116 122 3
HSL 63° 95.20% 24.51%
HSB/HSV 63° 97.54% 47.84%
CMYK 4.92% 0.00% 97.54%
52.16%

Color #747A03 in popluar number systems.

HEX 74 7A 03
Decimal 116 122 3
Binary 1110100 1111010 11
Octal 164 172 3

Shades and tints

Shades of #747A03

#747A03
(116,122,3)
#6A6F03
(106,111,3)
#606403
(96,100,3)
#565903
(86,89,3)
#4C4E03
(76,78,3)
#424303
(66,67,3)
#383803
(56,56,3)
#2E2D03
(46,45,3)
#242203
(36,34,3)
#1A1703
(26,23,3)
#100C03
(16,12,3)
#000000
(0,0,0)

Tints of #747A03

#747A03
(116,122,3)
#808619
(128,134,25)
#8C922F
(140,146,47)
#989E45
(152,158,69)
#A4AA5B
(164,170,91)
#B0B671
(176,182,113)
#BCC287
(188,194,135)
#C8CE9D
(200,206,157)
#D4DAB3
(212,218,179)
#E0E6C9
(224,230,201)
#ECF2DF
(236,242,223)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #747A03; }

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

This text font color is #747A03.

Background Color

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

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

This div background color is #747A03.

Border color

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

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

This div border color is #747A03.

Opacity

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

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

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

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

This text has shadow with #747A03 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747A03.

Preview

Color preview on black background

This text has color #747A03 on black background.


Color preview on white background

This text has color #747A03 on white background.


Black color preview on #747A03 background

This text has black color on #747A03 background.


White color preview on #747A03 background

This text has white color on #747A03 background.


Related colors

Complementary color

Complementary color for #hex is #8B85FC.


I love getcolorcode.com

Triadic colors

1 #03747A and #7A0374 with #747A03 are triadic colors.

2 #037A74 and #7A7403 with #747A03 are triadic colors.