COLOR #74867E

HEX: #74867E
RGB: (116,134,126)

Renk bilgisi

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

RGB renk modeli

#74867E color RGB value is (116,134,126).

  • kırmız ton 116;
  • yeşil ton 134;
  • mavi ton 126.
RGB:
(116,134,126)
(45%,53%,49%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 134 of 255 = 53%
B 126 of 255 = 49%

116
134
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 134 + 126 = 376 (100%)
R 116 of 376 ~ 30.85%
G 134 of 376 ~ 35.64%
B 126 of 376 ~ 33.51%

%30.85
%35.64
%33.51

CMYK RENK MODELİ

#74867E rengi CMYK tonu (13,0,6,47).

  • camgöbeği tonu 13.43%
  • eflatun tonu 0.00%
  • sarı tonu 5.97%
  • ana renk tonu 47.45%
CMYK:
(13,0,6,47)
C13M0Y6K47 
(13%,0%,6%,47%)
(0.13/0.00/0.06/0.47)	

CMYK yüzdeleri

%13.43
%0
%5.97
%47.45

Codes

Color #74867E in popluar color models

74867E
RGB116134126
HSL153°7.20%49.02%
HSB/HSV153°13.43%52.55%
CMYK13.43%0.00%5.97%
47.45%

Color #74867E in popluar number systems.

HEX74867E
Decimal116134126
Binary1110100100001101111110
Octal164206176

Shades and tints

Shades of #74867E

#74867E
(116,134,126)
#6A7A73
(106,122,115)
#606E68
(96,110,104)
#56625D
(86,98,93)
#4C5652
(76,86,82)
#424A47
(66,74,71)
#383E3C
(56,62,60)
#2E3231
(46,50,49)
#242626
(36,38,38)
#1A1A1B
(26,26,27)
#100E10
(16,14,16)
#000000
(0,0,0)

Tints of #74867E

#74867E
(116,134,126)
#809189
(128,145,137)
#8C9C94
(140,156,148)
#98A79F
(152,167,159)
#A4B2AA
(164,178,170)
#B0BDB5
(176,189,181)
#BCC8C0
(188,200,192)
#C8D3CB
(200,211,203)
#D4DED6
(212,222,214)
#E0E9E1
(224,233,225)
#ECF4EC
(236,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74867E color. Also use rgb(116,134,126) instead hex code.

Text Font Color

.myTextColor { color: #74867E; }

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

This text font color is #74867E.


Background Color

.myBgColor { background-color: #74867E; }

<div style="background-color:#74867E">Inner text</div>

This div background color is #74867E.


Border color

.myBorderColor { border: 1px solid #74867E; }

<div style="border:3px solid #74867E">Div</div>

This div border color is #74867E.


Opacity

.myOpacity80 { color: #74867E; opacity: 0.8; }

<p style="color:#74867E;opacity:0.8;">80%</p>

Text with #74867E 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 #74867E;}

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

This text has shadow with #74867E color.

.textShadow {text-shadow: 3px 3px 1px #74867E, 3px 3px 1px red;}

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

This text has shadow with #74867E primary color and red secondary color.


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

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

This text has shadow with #74867E and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74867E on black background.


Color preview on white background

This text has color #74867E on white background.



Black color preview on #74867E background

This text has black color on #74867E background.


White color preview on #74867E background

This text has white color on #74867E background.