COLOR #74827E

HEX: #74827E
RGB: (116,130,126)

Renk bilgisi

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

RGB renk modeli

#74827E color RGB value is (116,130,126).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 130 of 255 = 51%
B 126 of 255 = 49%

116
130
126

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 130 + 126 = 372 (100%)
R 116 of 372 ~ 31.18%
G 130 of 372 ~ 34.95%
B 126 of 372 ~ 33.87%

%31.18
%34.95
%33.87

CMYK RENK MODELİ

#74827E rengi CMYK tonu (11,0,3,49).

  • camgöbeği tonu 10.77%
  • eflatun tonu 0.00%
  • sarı tonu 3.08%
  • ana renk tonu 49.02%
CMYK:
(11,0,3,49)
C11M0Y3K49 
(11%,0%,3%,49%)
(0.11/0.00/0.03/0.49)	

CMYK yüzdeleri

%10.77
%0
%3.08
%49.02

Codes

Color #74827E in popluar color models

74827E
RGB116130126
HSL163°5.69%48.24%
HSB/HSV163°10.77%50.98%
CMYK10.77%0.00%3.08%
49.02%

Color #74827E in popluar number systems.

HEX74827E
Decimal116130126
Binary1110100100000101111110
Octal164202176

Shades and tints

Shades of #74827E

#74827E
(116,130,126)
#6A7773
(106,119,115)
#606C68
(96,108,104)
#56615D
(86,97,93)
#4C5652
(76,86,82)
#424B47
(66,75,71)
#38403C
(56,64,60)
#2E3531
(46,53,49)
#242A26
(36,42,38)
#1A1F1B
(26,31,27)
#101410
(16,20,16)
#000000
(0,0,0)

Tints of #74827E

#74827E
(116,130,126)
#808D89
(128,141,137)
#8C9894
(140,152,148)
#98A39F
(152,163,159)
#A4AEAA
(164,174,170)
#B0B9B5
(176,185,181)
#BCC4C0
(188,196,192)
#C8CFCB
(200,207,203)
#D4DAD6
(212,218,214)
#E0E5E1
(224,229,225)
#ECF0EC
(236,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74827E; }

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

This text font color is #74827E.


Background Color

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

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

This div background color is #74827E.


Border color

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

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

This div border color is #74827E.


Opacity

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

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

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

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

This text has shadow with #74827E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74827E on black background.


Color preview on white background

This text has color #74827E on white background.



Black color preview on #74827E background

This text has black color on #74827E background.


White color preview on #74827E background

This text has white color on #74827E background.