COLOR #74893D

HEX: #74893D
RGB: (116,137,61)

Color info

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

RGB color model

#74893D color RGB value is (116,137,61).

  • red value is 116;
  • green value is 137;
  • blue value is 61.
RGB:
(116,137,61)
(45%,54%,24%)

RGB channels and saturation

R 116 of 255 = 45%
G 137 of 255 = 54%
B 61 of 255 = 24%

116
137
61

R + G + B ~ 41%. #74893D is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 137 + 61 = 314 (100%)
R 116 of 314 ~ 36.94%
G 137 of 314 ~ 43.63%
B 61 of 314 ~ 19.43%

%36.94
%43.63
%19.43

CMYK color model

#74893D color CMYK value is (15,0,55,46).

  • cyan value is 15.33%
  • magenta value is 0.00%
  • yellow value is 55.47%
  • key color value is 46.27%
CMYK:
(15,0,55,46)
C15M0Y55K46 
(15%,0%,55%,46%)
(0.15/0.00/0.55/0.46)	

CMYK percentages

%15.33
%0
%55.47
%46.27

Codes

Color #74893D in popluar color models

74893D
RGB11613761
HSL77°38.38%38.82%
HSB/HSV77°55.47%53.73%
CMYK15.33%0.00%55.47%
46.27%

Color #74893D in popluar number systems.

HEX74893D
Decimal11613761
Binary111010010001001111101
Octal16421175

Shades and tints

Shades of #74893D

#74893D
(116,137,61)
#6A7D38
(106,125,56)
#607133
(96,113,51)
#56652E
(86,101,46)
#4C5929
(76,89,41)
#424D24
(66,77,36)
#38411F
(56,65,31)
#2E351A
(46,53,26)
#242915
(36,41,21)
#1A1D10
(26,29,16)
#10110B
(16,17,11)
#000000
(0,0,0)

Tints of #74893D

#74893D
(116,137,61)
#80934E
(128,147,78)
#8C9D5F
(140,157,95)
#98A770
(152,167,112)
#A4B181
(164,177,129)
#B0BB92
(176,187,146)
#BCC5A3
(188,197,163)
#C8CFB4
(200,207,180)
#D4D9C5
(212,217,197)
#E0E3D6
(224,227,214)
#ECEDE7
(236,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74893D color. Also use rgb(116,137,61) instead hex code.

Text Font Color

.myTextColor { color: #74893D; }

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

This text font color is #74893D.


Background Color

.myBgColor { background-color: #74893D; }

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

This div background color is #74893D.


Border color

.myBorderColor { border: 1px solid #74893D; }

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

This div border color is #74893D.


Opacity

.myOpacity80 { color: #74893D; opacity: 0.8; }

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

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

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

This text has shadow with #74893D color.

.textShadow {text-shadow: 3px 3px 1px #74893D, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74893D on black background.


Color preview on white background

This text has color #74893D on white background.



Black color preview on #74893D background

This text has black color on #74893D background.


White color preview on #74893D background

This text has white color on #74893D background.