COLOR #4B6763

HEX: #4B6763
RGB: (75,103,99)

Renk bilgisi

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

RGB renk modeli

#4B6763 color RGB value is (75,103,99).

  • kırmız ton 75;
  • yeşil ton 103;
  • mavi ton 99.
RGB:
(75,103,99)
(29%,40%,39%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 103 of 255 = 40%
B 99 of 255 = 39%

75
103
99

R + G + B ~ 36%. #4B6763 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 103 + 99 = 277 (100%)
R 75 of 277 ~ 27.08%
G 103 of 277 ~ 37.18%
B 99 of 277 ~ 35.74%

%27.08
%37.18
%35.74

CMYK RENK MODELİ

#4B6763 rengi CMYK tonu (27,0,4,60).

  • camgöbeği tonu 27.18%
  • eflatun tonu 0.00%
  • sarı tonu 3.88%
  • ana renk tonu 59.61%
CMYK:
(27,0,4,60)
C27M0Y4K60 
(27%,0%,4%,60%)
(0.27/0.00/0.04/0.60)	

CMYK yüzdeleri

%27.18
%0
%3.88
%59.61

Codes

Color #4B6763 in popluar color models

4B6763
RGB7510399
HSL171°15.73%34.90%
HSB/HSV171°27.18%40.39%
CMYK27.18%0.00%3.88%
59.61%

Color #4B6763 in popluar number systems.

HEX4B6763
Decimal7510399
Binary100101111001111100011
Octal113147143

Shades and tints

Shades of #4B6763

#4B6763
(75,103,99)
#455E5A
(69,94,90)
#3F5551
(63,85,81)
#394C48
(57,76,72)
#33433F
(51,67,63)
#2D3A36
(45,58,54)
#27312D
(39,49,45)
#212824
(33,40,36)
#1B1F1B
(27,31,27)
#151612
(21,22,18)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #4B6763

#4B6763
(75,103,99)
#5B7471
(91,116,113)
#6B817F
(107,129,127)
#7B8E8D
(123,142,141)
#8B9B9B
(139,155,155)
#9BA8A9
(155,168,169)
#ABB5B7
(171,181,183)
#BBC2C5
(187,194,197)
#CBCFD3
(203,207,211)
#DBDCE1
(219,220,225)
#EBE9EF
(235,233,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6763 color. Also use rgb(75,103,99) instead hex code.

Text Font Color

.myTextColor { color: #4B6763; }

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

This text font color is #4B6763.


Background Color

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

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

This div background color is #4B6763.


Border color

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

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

This div border color is #4B6763.


Opacity

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

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

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

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

This text has shadow with #4B6763 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6763 on black background.


Color preview on white background

This text has color #4B6763 on white background.



Black color preview on #4B6763 background

This text has black color on #4B6763 background.


White color preview on #4B6763 background

This text has white color on #4B6763 background.