COLOR #74977D

HEX: #74977D
RGB: (116,151,125)

Renk bilgisi

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

RGB renk modeli

#74977D color RGB value is (116,151,125).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 151 of 255 = 59%
B 125 of 255 = 49%

116
151
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 151 + 125 = 392 (100%)
R 116 of 392 ~ 29.59%
G 151 of 392 ~ 38.52%
B 125 of 392 ~ 31.89%

%29.59
%38.52
%31.89

CMYK RENK MODELİ

#74977D rengi CMYK tonu (23,0,17,41).

  • camgöbeği tonu 23.18%
  • eflatun tonu 0.00%
  • sarı tonu 17.22%
  • ana renk tonu 40.78%
CMYK:
(23,0,17,41)
C23M0Y17K41 
(23%,0%,17%,41%)
(0.23/0.00/0.17/0.41)	

CMYK yüzdeleri

%23.18
%0
%17.22
%40.78

Codes

Color #74977D in popluar color models

74977D
RGB116151125
HSL135°14.40%52.35%
HSB/HSV135°23.18%59.22%
CMYK23.18%0.00%17.22%
40.78%

Color #74977D in popluar number systems.

HEX74977D
Decimal116151125
Binary1110100100101111111101
Octal164227175

Shades and tints

Shades of #74977D

#74977D
(116,151,125)
#6A8A72
(106,138,114)
#607D67
(96,125,103)
#56705C
(86,112,92)
#4C6351
(76,99,81)
#425646
(66,86,70)
#38493B
(56,73,59)
#2E3C30
(46,60,48)
#242F25
(36,47,37)
#1A221A
(26,34,26)
#10150F
(16,21,15)
#000000
(0,0,0)

Tints of #74977D

#74977D
(116,151,125)
#80A088
(128,160,136)
#8CA993
(140,169,147)
#98B29E
(152,178,158)
#A4BBA9
(164,187,169)
#B0C4B4
(176,196,180)
#BCCDBF
(188,205,191)
#C8D6CA
(200,214,202)
#D4DFD5
(212,223,213)
#E0E8E0
(224,232,224)
#ECF1EB
(236,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74977D color. Also use rgb(116,151,125) instead hex code.

Text Font Color

.myTextColor { color: #74977D; }

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

This text font color is #74977D.


Background Color

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

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

This div background color is #74977D.


Border color

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

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

This div border color is #74977D.


Opacity

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

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

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

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

This text has shadow with #74977D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74977D on black background.


Color preview on white background

This text has color #74977D on white background.



Black color preview on #74977D background

This text has black color on #74977D background.


White color preview on #74977D background

This text has white color on #74977D background.