COLOR #748602

HEX: #748602 RGB: (116,134,2)

Color info

#748602 contains mainly red and green colors. Web safe color of #748602 is #669900 (or #690).

RGB color model

#748602 color RGB value is (116,134,2).

RGB: (116,134,2) (45%, 53%, 1%)

RGB channels and saturation

R 116 of 255 = 45%
G 134 of 255 = 53%
B 2 of 255 = 1%

116
134
2

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

Portions of RGB colors in percentages

R + G + B = 116 + 134 + 2 = 252 (100%)
R 116 of 252 ~ 46.03%
G 134 of 252 ~ 53.17%
B 2 of 252 ~ 0.79'%

%46.03
%53.17

CMYK color model

#748602 color CMYK value is (13,0,99,47).

  • cyan value is 13.43%
  • magenta value is 0.00%
  • yellow value is 98.51%
  • key color value is 47.45%

CMYK: (13,0,99,47)
C13M0Y99K47 (13%, 0%, 99%, 47%)
(0.13 / 0.00 / 0.99 / 0.47)

CMYK percentages

%13.43
%0
%98.51
%47.45

Codes

Color #748602 in popluar color models

74 86 02
RGB 116 134 2
HSL 68° 97.06% 26.67%
HSB/HSV 68° 98.51% 52.55%
CMYK 13.43% 0.00% 98.51%
47.45%

Color #748602 in popluar number systems.

HEX 74 86 02
Decimal 116 134 2
Binary 1110100 10000110 10
Octal 164 206 2

Shades and tints

Shades of #748602

#748602
(116,134,2)
#6A7A02
(106,122,2)
#606E02
(96,110,2)
#566202
(86,98,2)
#4C5602
(76,86,2)
#424A02
(66,74,2)
#383E02
(56,62,2)
#2E3202
(46,50,2)
#242602
(36,38,2)
#1A1A02
(26,26,2)
#100E02
(16,14,2)
#000000
(0,0,0)

Tints of #748602

#748602
(116,134,2)
#809119
(128,145,25)
#8C9C30
(140,156,48)
#98A747
(152,167,71)
#A4B25E
(164,178,94)
#B0BD75
(176,189,117)
#BCC88C
(188,200,140)
#C8D3A3
(200,211,163)
#D4DEBA
(212,222,186)
#E0E9D1
(224,233,209)
#ECF4E8
(236,244,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748602; }

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

This text font color is #748602.

Background Color

.myBgColor { background-color: #748602; }

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

This div background color is #748602.

Border color

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

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

This div border color is #748602.

Opacity

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

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

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

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

This text has shadow with #748602 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748602.

Preview

Color preview on black background

This text has color #748602 on black background.


Color preview on white background

This text has color #748602 on white background.


Black color preview on #748602 background

This text has black color on #748602 background.


White color preview on #748602 background

This text has white color on #748602 background.


Related colors

Complementary color

Complementary color for #hex is #8B79FD.


I love getcolorcode.com

Triadic colors

1 #027486 and #860274 with #748602 are triadic colors.

2 #028674 and #867402 with #748602 are triadic colors.