COLOR #748C21

HEX: #748C21 RGB: (116,140,33)

Color info

#748C21 contains mainly red and green colors. Web safe color of #748C21 is #669933 (or #693).

RGB color model

#748C21 color RGB value is (116,140,33).

RGB: (116,140,33) (45%, 55%, 13%)

RGB channels and saturation

R 116 of 255 = 45%
G 140 of 255 = 55%
B 33 of 255 = 13%

116
140
33

R + G + B ~ 38%. #748C21 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 140 + 33 = 289 (100%)
R 116 of 289 ~ 40.14%
G 140 of 289 ~ 48.44%
B 33 of 289 ~ 11.42'%

%40.14
%48.44
%11.42

CMYK color model

#748C21 color CMYK value is (17,0,76,45).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 76.43%
  • key color value is 45.10%

CMYK: (17,0,76,45)
C17M0Y76K45 (17%, 0%, 76%, 45%)
(0.17 / 0.00 / 0.76 / 0.45)

CMYK percentages

%17.14
%0
%76.43
%45.1

Codes

Color #748C21 in popluar color models

74 8C 21
RGB 116 140 33
HSL 73° 61.85% 33.92%
HSB/HSV 73° 76.43% 54.90%
CMYK 17.14% 0.00% 76.43%
45.10%

Color #748C21 in popluar number systems.

HEX 74 8C 21
Decimal 116 140 33
Binary 1110100 10001100 100001
Octal 164 214 41

Shades and tints

Shades of #748C21

#748C21
(116,140,33)
#6A801E
(106,128,30)
#60741B
(96,116,27)
#566818
(86,104,24)
#4C5C15
(76,92,21)
#425012
(66,80,18)
#38440F
(56,68,15)
#2E380C
(46,56,12)
#242C09
(36,44,9)
#1A2006
(26,32,6)
#101403
(16,20,3)
#000000
(0,0,0)

Tints of #748C21

#748C21
(116,140,33)
#809635
(128,150,53)
#8CA049
(140,160,73)
#98AA5D
(152,170,93)
#A4B471
(164,180,113)
#B0BE85
(176,190,133)
#BCC899
(188,200,153)
#C8D2AD
(200,210,173)
#D4DCC1
(212,220,193)
#E0E6D5
(224,230,213)
#ECF0E9
(236,240,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748C21 color. Also use rgb(116,140,33) instead hex code.

Text Font Color

.myTextColor { color: #748C21; }

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

This text font color is #748C21.

Background Color

.myBgColor { background-color: #748C21; }

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

This div background color is #748C21.

Border color

.myBorderColor { border: 1px solid #748C21; }

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

This div border color is #748C21.

Opacity

.myOpacity80 { color: #748C21; opacity: 0.8; }

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

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

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

This text has shadow with #748C21 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748C21.

Preview

Color preview on black background

This text has color #748C21 on black background.


Color preview on white background

This text has color #748C21 on white background.


Black color preview on #748C21 background

This text has black color on #748C21 background.


White color preview on #748C21 background

This text has white color on #748C21 background.


Related colors

Complementary color

Complementary color for #hex is #8B73DE.


I love getcolorcode.com

Triadic colors

1 #21748C and #8C2174 with #748C21 are triadic colors.

2 #218C74 and #8C7421 with #748C21 are triadic colors.