COLOR #74A67D

HEX: #74A67D
RGB: (116,166,125)

Renk bilgisi

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

RGB renk modeli

#74A67D color RGB value is (116,166,125).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 166 of 255 = 65%
B 125 of 255 = 49%

116
166
125

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 166 + 125 = 407 (100%)
R 116 of 407 ~ 28.5%
G 166 of 407 ~ 40.79%
B 125 of 407 ~ 30.71%

%28.5
%40.79
%30.71

CMYK RENK MODELİ

#74A67D rengi CMYK tonu (30,0,25,35).

  • camgöbeği tonu 30.12%
  • eflatun tonu 0.00%
  • sarı tonu 24.70%
  • ana renk tonu 34.90%
CMYK:
(30,0,25,35)
C30M0Y25K35 
(30%,0%,25%,35%)
(0.30/0.00/0.25/0.35)	

CMYK yüzdeleri

%30.12
%0
%24.7
%34.9

Codes

Color #74A67D in popluar color models

74A67D
RGB116166125
HSL131°21.93%55.29%
HSB/HSV131°30.12%65.10%
CMYK30.12%0.00%24.70%
34.90%

Color #74A67D in popluar number systems.

HEX74A67D
Decimal116166125
Binary1110100101001101111101
Octal164246175

Shades and tints

Shades of #74A67D

#74A67D
(116,166,125)
#6A9772
(106,151,114)
#608867
(96,136,103)
#56795C
(86,121,92)
#4C6A51
(76,106,81)
#425B46
(66,91,70)
#384C3B
(56,76,59)
#2E3D30
(46,61,48)
#242E25
(36,46,37)
#1A1F1A
(26,31,26)
#10100F
(16,16,15)
#000000
(0,0,0)

Tints of #74A67D

#74A67D
(116,166,125)
#80AE88
(128,174,136)
#8CB693
(140,182,147)
#98BE9E
(152,190,158)
#A4C6A9
(164,198,169)
#B0CEB4
(176,206,180)
#BCD6BF
(188,214,191)
#C8DECA
(200,222,202)
#D4E6D5
(212,230,213)
#E0EEE0
(224,238,224)
#ECF6EB
(236,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A67D color. Also use rgb(116,166,125) instead hex code.

Text Font Color

.myTextColor { color: #74A67D; }

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

This text font color is #74A67D.


Background Color

.myBgColor { background-color: #74A67D; }

<div style="background-color:#74A67D">Inner text</div>

This div background color is #74A67D.


Border color

.myBorderColor { border: 1px solid #74A67D; }

<div style="border:3px solid #74A67D">Div</div>

This div border color is #74A67D.


Opacity

.myOpacity80 { color: #74A67D; opacity: 0.8; }

<p style="color:#74A67D;opacity:0.8;">80%</p>

Text with #74A67D 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 #74A67D;}

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

This text has shadow with #74A67D color.

.textShadow {text-shadow: 3px 3px 1px #74A67D, 3px 3px 1px red;}

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

This text has shadow with #74A67D primary color and red secondary color.


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

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

This text has shadow with #74A67D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A67D on black background.


Color preview on white background

This text has color #74A67D on white background.



Black color preview on #74A67D background

This text has black color on #74A67D background.


White color preview on #74A67D background

This text has white color on #74A67D background.