COLOR #4B6963

HEX: #4B6963
RGB: (75,105,99)

Renk bilgisi

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

RGB renk modeli

#4B6963 color RGB value is (75,105,99).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 105 of 255 = 41%
B 99 of 255 = 39%

75
105
99

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 105 + 99 = 279 (100%)
R 75 of 279 ~ 26.88%
G 105 of 279 ~ 37.63%
B 99 of 279 ~ 35.48%

%26.88
%37.63
%35.48

CMYK RENK MODELİ

#4B6963 rengi CMYK tonu (29,0,6,59).

  • camgöbeği tonu 28.57%
  • eflatun tonu 0.00%
  • sarı tonu 5.71%
  • ana renk tonu 58.82%
CMYK:
(29,0,6,59)
C29M0Y6K59 
(29%,0%,6%,59%)
(0.29/0.00/0.06/0.59)	

CMYK yüzdeleri

%28.57
%0
%5.71
%58.82

Codes

Color #4B6963 in popluar color models

4B6963
RGB7510599
HSL168°16.67%35.29%
HSB/HSV168°28.57%41.18%
CMYK28.57%0.00%5.71%
58.82%

Color #4B6963 in popluar number systems.

HEX4B6963
Decimal7510599
Binary100101111010011100011
Octal113151143

Shades and tints

Shades of #4B6963

#4B6963
(75,105,99)
#45605A
(69,96,90)
#3F5751
(63,87,81)
#394E48
(57,78,72)
#33453F
(51,69,63)
#2D3C36
(45,60,54)
#27332D
(39,51,45)
#212A24
(33,42,36)
#1B211B
(27,33,27)
#151812
(21,24,18)
#0F0F09
(15,15,9)
#000000
(0,0,0)

Tints of #4B6963

#4B6963
(75,105,99)
#5B7671
(91,118,113)
#6B837F
(107,131,127)
#7B908D
(123,144,141)
#8B9D9B
(139,157,155)
#9BAAA9
(155,170,169)
#ABB7B7
(171,183,183)
#BBC4C5
(187,196,197)
#CBD1D3
(203,209,211)
#DBDEE1
(219,222,225)
#EBEBEF
(235,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6963; }

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

This text font color is #4B6963.


Background Color

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

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

This div background color is #4B6963.


Border color

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

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

This div border color is #4B6963.


Opacity

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

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

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

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

This text has shadow with #4B6963 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6963 on black background.


Color preview on white background

This text has color #4B6963 on white background.



Black color preview on #4B6963 background

This text has black color on #4B6963 background.


White color preview on #4B6963 background

This text has white color on #4B6963 background.