COLOR #74976F

HEX: #74976F
RGB: (116,151,111)

Renk bilgisi

#74976F contains red, green and blue colors in about the same proportion. #74976F ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#74976F color RGB value is (116,151,111).

  • kırmız ton 116;
  • yeşil ton 151;
  • mavi ton 111.
RGB:
(116,151,111)
(45%,59%,44%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 151 of 255 = 59%
B 111 of 255 = 44%

116
151
111

R + G + B ~ 49%. #74976F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 151 + 111 = 378 (100%)
R 116 of 378 ~ 30.69%
G 151 of 378 ~ 39.95%
B 111 of 378 ~ 29.37%

%30.69
%39.95
%29.37

CMYK RENK MODELİ

#74976F rengi CMYK tonu (23,0,26,41).

  • camgöbeği tonu 23.18%
  • eflatun tonu 0.00%
  • sarı tonu 26.49%
  • ana renk tonu 40.78%
CMYK:
(23,0,26,41)
C23M0Y26K41 
(23%,0%,26%,41%)
(0.23/0.00/0.26/0.41)	

CMYK yüzdeleri

%23.18
%0
%26.49
%40.78

Codes

Color #74976F in popluar color models

74976F
RGB116151111
HSL113°16.13%51.37%
HSB/HSV113°26.49%59.22%
CMYK23.18%0.00%26.49%
40.78%

Color #74976F in popluar number systems.

HEX74976F
Decimal116151111
Binary1110100100101111101111
Octal164227157

Shades and tints

Shades of #74976F

#74976F
(116,151,111)
#6A8A65
(106,138,101)
#607D5B
(96,125,91)
#567051
(86,112,81)
#4C6347
(76,99,71)
#42563D
(66,86,61)
#384933
(56,73,51)
#2E3C29
(46,60,41)
#242F1F
(36,47,31)
#1A2215
(26,34,21)
#10150B
(16,21,11)
#000000
(0,0,0)

Tints of #74976F

#74976F
(116,151,111)
#80A07C
(128,160,124)
#8CA989
(140,169,137)
#98B296
(152,178,150)
#A4BBA3
(164,187,163)
#B0C4B0
(176,196,176)
#BCCDBD
(188,205,189)
#C8D6CA
(200,214,202)
#D4DFD7
(212,223,215)
#E0E8E4
(224,232,228)
#ECF1F1
(236,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74976F color. Also use rgb(116,151,111) instead hex code.

Text Font Color

.myTextColor { color: #74976F; }

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

This text font color is #74976F.


Background Color

.myBgColor { background-color: #74976F; }

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

This div background color is #74976F.


Border color

.myBorderColor { border: 1px solid #74976F; }

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

This div border color is #74976F.


Opacity

.myOpacity80 { color: #74976F; opacity: 0.8; }

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

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

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

This text has shadow with #74976F color.

.textShadow {text-shadow: 3px 3px 1px #74976F, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74976F on black background.


Color preview on white background

This text has color #74976F on white background.



Black color preview on #74976F background

This text has black color on #74976F background.


White color preview on #74976F background

This text has white color on #74976F background.