COLOR #74998D

HEX: #74998D
RGB: (116,153,141)

Renk bilgisi

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

RGB renk modeli

#74998D color RGB value is (116,153,141).

  • kırmız ton 116;
  • yeşil ton 153;
  • mavi ton 141.
RGB:
(116,153,141)
(45%,60%,55%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 153 of 255 = 60%
B 141 of 255 = 55%

116
153
141

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 153 + 141 = 410 (100%)
R 116 of 410 ~ 28.29%
G 153 of 410 ~ 37.32%
B 141 of 410 ~ 34.39%

%28.29
%37.32
%34.39

CMYK RENK MODELİ

#74998D rengi CMYK tonu (24,0,8,40).

  • camgöbeği tonu 24.18%
  • eflatun tonu 0.00%
  • sarı tonu 7.84%
  • ana renk tonu 40.00%
CMYK:
(24,0,8,40)
C24M0Y8K40 
(24%,0%,8%,40%)
(0.24/0.00/0.08/0.40)	

CMYK yüzdeleri

%24.18
%0
%7.84
%40

Codes

Color #74998D in popluar color models

74998D
RGB116153141
HSL161°15.35%52.75%
HSB/HSV161°24.18%60.00%
CMYK24.18%0.00%7.84%
40.00%

Color #74998D in popluar number systems.

HEX74998D
Decimal116153141
Binary11101001001100110001101
Octal164231215

Shades and tints

Shades of #74998D

#74998D
(116,153,141)
#6A8C81
(106,140,129)
#607F75
(96,127,117)
#567269
(86,114,105)
#4C655D
(76,101,93)
#425851
(66,88,81)
#384B45
(56,75,69)
#2E3E39
(46,62,57)
#24312D
(36,49,45)
#1A2421
(26,36,33)
#101715
(16,23,21)
#000000
(0,0,0)

Tints of #74998D

#74998D
(116,153,141)
#80A297
(128,162,151)
#8CABA1
(140,171,161)
#98B4AB
(152,180,171)
#A4BDB5
(164,189,181)
#B0C6BF
(176,198,191)
#BCCFC9
(188,207,201)
#C8D8D3
(200,216,211)
#D4E1DD
(212,225,221)
#E0EAE7
(224,234,231)
#ECF3F1
(236,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74998D color. Also use rgb(116,153,141) instead hex code.

Text Font Color

.myTextColor { color: #74998D; }

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

This text font color is #74998D.


Background Color

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

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

This div background color is #74998D.


Border color

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

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

This div border color is #74998D.


Opacity

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

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

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

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

This text has shadow with #74998D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74998D on black background.


Color preview on white background

This text has color #74998D on white background.



Black color preview on #74998D background

This text has black color on #74998D background.


White color preview on #74998D background

This text has white color on #74998D background.