COLOR #4A676A

HEX: #4A676A
RGB: (74,103,106)

Renk bilgisi

#4A676A contains red, green and blue colors in about the same proportion. #4A676A ‘ nin web güvenlik rengi #336666 (ya da #366) dir.

RGB renk modeli

#4A676A color RGB value is (74,103,106).

  • kırmız ton 74;
  • yeşil ton 103;
  • mavi ton 106.
RGB:
(74,103,106)
(29%,40%,42%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 103 of 255 = 40%
B 106 of 255 = 42%

74
103
106

R + G + B ~ 37%. #4A676A is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 103 + 106 = 283 (100%)
R 74 of 283 ~ 26.15%
G 103 of 283 ~ 36.4%
B 106 of 283 ~ 37.46%

%26.15
%36.4
%37.46

CMYK RENK MODELİ

#4A676A rengi CMYK tonu (30,3,0,58).

  • camgöbeği tonu 30.19%
  • eflatun tonu 2.83%
  • sarı tonu 0.00%
  • ana renk tonu 58.43%
CMYK:
(30,3,0,58)
C30M3Y0K58 
(30%,3%,0%,58%)
(0.30/0.03/0.00/0.58)	

CMYK yüzdeleri

%30.19
%2.83
%0
%58.43

Codes

Color #4A676A in popluar color models

4A676A
RGB74103106
HSL186°17.78%35.29%
HSB/HSV186°30.19%41.57%
CMYK30.19%2.83%0.00%
58.43%

Color #4A676A in popluar number systems.

HEX4A676A
Decimal74103106
Binary100101011001111101010
Octal112147152

Shades and tints

Shades of #4A676A

#4A676A
(74,103,106)
#445E61
(68,94,97)
#3E5558
(62,85,88)
#384C4F
(56,76,79)
#324346
(50,67,70)
#2C3A3D
(44,58,61)
#263134
(38,49,52)
#20282B
(32,40,43)
#1A1F22
(26,31,34)
#141619
(20,22,25)
#0E0D10
(14,13,16)
#000000
(0,0,0)

Tints of #4A676A

#4A676A
(74,103,106)
#5A7477
(90,116,119)
#6A8184
(106,129,132)
#7A8E91
(122,142,145)
#8A9B9E
(138,155,158)
#9AA8AB
(154,168,171)
#AAB5B8
(170,181,184)
#BAC2C5
(186,194,197)
#CACFD2
(202,207,210)
#DADCDF
(218,220,223)
#EAE9EC
(234,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A676A color. Also use rgb(74,103,106) instead hex code.

Text Font Color

.myTextColor { color: #4A676A; }

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

This text font color is #4A676A.


Background Color

.myBgColor { background-color: #4A676A; }

<div style="background-color:#4A676A">Inner text</div>

This div background color is #4A676A.


Border color

.myBorderColor { border: 1px solid #4A676A; }

<div style="border:3px solid #4A676A">Div</div>

This div border color is #4A676A.


Opacity

.myOpacity80 { color: #4A676A; opacity: 0.8; }

<p style="color:#4A676A;opacity:0.8;">80%</p>

Text with #4A676A 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 #4A676A;}

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

This text has shadow with #4A676A color.

.textShadow {text-shadow: 3px 3px 1px #4A676A, 3px 3px 1px red;}

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

This text has shadow with #4A676A primary color and red secondary color.


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

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

This text has shadow with #4A676A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A676A on black background.


Color preview on white background

This text has color #4A676A on white background.



Black color preview on #4A676A background

This text has black color on #4A676A background.


White color preview on #4A676A background

This text has white color on #4A676A background.