COLOR #4A6263

HEX: #4A6263
RGB: (74,98,99)

Renk bilgisi

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

RGB renk modeli

#4A6263 color RGB value is (74,98,99).

  • kırmız ton 74;
  • yeşil ton 98;
  • mavi ton 99.
RGB:
(74,98,99)
(29%,38%,39%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 98 of 255 = 38%
B 99 of 255 = 39%

74
98
99

R + G + B ~ 35%. #4A6263 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 98 + 99 = 271 (100%)
R 74 of 271 ~ 27.31%
G 98 of 271 ~ 36.16%
B 99 of 271 ~ 36.53%

%27.31
%36.16
%36.53

CMYK RENK MODELİ

#4A6263 rengi CMYK tonu (25,1,0,61).

  • camgöbeği tonu 25.25%
  • eflatun tonu 1.01%
  • sarı tonu 0.00%
  • ana renk tonu 61.18%
CMYK:
(25,1,0,61)
C25M1Y0K61 
(25%,1%,0%,61%)
(0.25/0.01/0.00/0.61)	

CMYK yüzdeleri

%25.25
%1.01
%0
%61.18

Codes

Color #4A6263 in popluar color models

4A6263
RGB749899
HSL182°14.45%33.92%
HSB/HSV182°25.25%38.82%
CMYK25.25%1.01%0.00%
61.18%

Color #4A6263 in popluar number systems.

HEX4A6263
Decimal749899
Binary100101011000101100011
Octal112142143

Shades and tints

Shades of #4A6263

#4A6263
(74,98,99)
#445A5A
(68,90,90)
#3E5251
(62,82,81)
#384A48
(56,74,72)
#32423F
(50,66,63)
#2C3A36
(44,58,54)
#26322D
(38,50,45)
#202A24
(32,42,36)
#1A221B
(26,34,27)
#141A12
(20,26,18)
#0E1209
(14,18,9)
#000000
(0,0,0)

Tints of #4A6263

#4A6263
(74,98,99)
#5A7071
(90,112,113)
#6A7E7F
(106,126,127)
#7A8C8D
(122,140,141)
#8A9A9B
(138,154,155)
#9AA8A9
(154,168,169)
#AAB6B7
(170,182,183)
#BAC4C5
(186,196,197)
#CAD2D3
(202,210,211)
#DAE0E1
(218,224,225)
#EAEEEF
(234,238,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6263 color. Also use rgb(74,98,99) instead hex code.

Text Font Color

.myTextColor { color: #4A6263; }

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

This text font color is #4A6263.


Background Color

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

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

This div background color is #4A6263.


Border color

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

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

This div border color is #4A6263.


Opacity

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

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

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

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

This text has shadow with #4A6263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6263 on black background.


Color preview on white background

This text has color #4A6263 on white background.



Black color preview on #4A6263 background

This text has black color on #4A6263 background.


White color preview on #4A6263 background

This text has white color on #4A6263 background.