COLOR #4A7B63

HEX: #4A7B63
RGB: (74,123,99)

Renk bilgisi

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

RGB renk modeli

#4A7B63 color RGB value is (74,123,99).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 123 of 255 = 48%
B 99 of 255 = 39%

74
123
99

R + G + B ~ 39%. #4A7B63 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 123 + 99 = 296 (100%)
R 74 of 296 ~ 25%
G 123 of 296 ~ 41.55%
B 99 of 296 ~ 33.45%

%25
%41.55
%33.45

CMYK RENK MODELİ

#4A7B63 rengi CMYK tonu (40,0,20,52).

  • camgöbeği tonu 39.84%
  • eflatun tonu 0.00%
  • sarı tonu 19.51%
  • ana renk tonu 51.76%
CMYK:
(40,0,20,52)
C40M0Y20K52 
(40%,0%,20%,52%)
(0.40/0.00/0.20/0.52)	

CMYK yüzdeleri

%39.84
%0
%19.51
%51.76

Codes

Color #4A7B63 in popluar color models

4A7B63
RGB7412399
HSL151°24.87%38.63%
HSB/HSV151°39.84%48.24%
CMYK39.84%0.00%19.51%
51.76%

Color #4A7B63 in popluar number systems.

HEX4A7B63
Decimal7412399
Binary100101011110111100011
Octal112173143

Shades and tints

Shades of #4A7B63

#4A7B63
(74,123,99)
#44705A
(68,112,90)
#3E6551
(62,101,81)
#385A48
(56,90,72)
#324F3F
(50,79,63)
#2C4436
(44,68,54)
#26392D
(38,57,45)
#202E24
(32,46,36)
#1A231B
(26,35,27)
#141812
(20,24,18)
#0E0D09
(14,13,9)
#000000
(0,0,0)

Tints of #4A7B63

#4A7B63
(74,123,99)
#5A8771
(90,135,113)
#6A937F
(106,147,127)
#7A9F8D
(122,159,141)
#8AAB9B
(138,171,155)
#9AB7A9
(154,183,169)
#AAC3B7
(170,195,183)
#BACFC5
(186,207,197)
#CADBD3
(202,219,211)
#DAE7E1
(218,231,225)
#EAF3EF
(234,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7B63; }

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

This text font color is #4A7B63.


Background Color

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

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

This div background color is #4A7B63.


Border color

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

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

This div border color is #4A7B63.


Opacity

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

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

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

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

This text has shadow with #4A7B63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7B63 on black background.


Color preview on white background

This text has color #4A7B63 on white background.



Black color preview on #4A7B63 background

This text has black color on #4A7B63 background.


White color preview on #4A7B63 background

This text has white color on #4A7B63 background.