COLOR #74924D

HEX: #74924D
RGB: (116,146,77)

Renk bilgisi

#74924D contains mainly red and green colors. #74924D ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#74924D color RGB value is (116,146,77).

  • kırmız ton 116;
  • yeşil ton 146;
  • mavi ton 77.
RGB:
(116,146,77)
(45%,57%,30%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 146 of 255 = 57%
B 77 of 255 = 30%

116
146
77

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 146 + 77 = 339 (100%)
R 116 of 339 ~ 34.22%
G 146 of 339 ~ 43.07%
B 77 of 339 ~ 22.71%

%34.22
%43.07
%22.71

CMYK RENK MODELİ

#74924D rengi CMYK tonu (21,0,47,43).

  • camgöbeği tonu 20.55%
  • eflatun tonu 0.00%
  • sarı tonu 47.26%
  • ana renk tonu 42.75%
CMYK:
(21,0,47,43)
C21M0Y47K43 
(21%,0%,47%,43%)
(0.21/0.00/0.47/0.43)	

CMYK yüzdeleri

%20.55
%0
%47.26
%42.75

Codes

Color #74924D in popluar color models

74924D
RGB11614677
HSL86°30.94%43.73%
HSB/HSV86°47.26%57.25%
CMYK20.55%0.00%47.26%
42.75%

Color #74924D in popluar number systems.

HEX74924D
Decimal11614677
Binary1110100100100101001101
Octal164222115

Shades and tints

Shades of #74924D

#74924D
(116,146,77)
#6A8546
(106,133,70)
#60783F
(96,120,63)
#566B38
(86,107,56)
#4C5E31
(76,94,49)
#42512A
(66,81,42)
#384423
(56,68,35)
#2E371C
(46,55,28)
#242A15
(36,42,21)
#1A1D0E
(26,29,14)
#101007
(16,16,7)
#000000
(0,0,0)

Tints of #74924D

#74924D
(116,146,77)
#809B5D
(128,155,93)
#8CA46D
(140,164,109)
#98AD7D
(152,173,125)
#A4B68D
(164,182,141)
#B0BF9D
(176,191,157)
#BCC8AD
(188,200,173)
#C8D1BD
(200,209,189)
#D4DACD
(212,218,205)
#E0E3DD
(224,227,221)
#ECECED
(236,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74924D color. Also use rgb(116,146,77) instead hex code.

Text Font Color

.myTextColor { color: #74924D; }

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

This text font color is #74924D.


Background Color

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

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

This div background color is #74924D.


Border color

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

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

This div border color is #74924D.


Opacity

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

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

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

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

This text has shadow with #74924D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74924D on black background.


Color preview on white background

This text has color #74924D on white background.



Black color preview on #74924D background

This text has black color on #74924D background.


White color preview on #74924D background

This text has white color on #74924D background.