COLOR #4B776B

HEX: #4B776B
RGB: (75,119,107)

Renk bilgisi

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

RGB renk modeli

#4B776B color RGB value is (75,119,107).

  • kırmız ton 75;
  • yeşil ton 119;
  • mavi ton 107.
RGB:
(75,119,107)
(29%,47%,42%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 119 of 255 = 47%
B 107 of 255 = 42%

75
119
107

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 119 + 107 = 301 (100%)
R 75 of 301 ~ 24.92%
G 119 of 301 ~ 39.53%
B 107 of 301 ~ 35.55%

%24.92
%39.53
%35.55

CMYK RENK MODELİ

#4B776B rengi CMYK tonu (37,0,10,53).

  • camgöbeği tonu 36.97%
  • eflatun tonu 0.00%
  • sarı tonu 10.08%
  • ana renk tonu 53.33%
CMYK:
(37,0,10,53)
C37M0Y10K53 
(37%,0%,10%,53%)
(0.37/0.00/0.10/0.53)	

CMYK yüzdeleri

%36.97
%0
%10.08
%53.33

Codes

Color #4B776B in popluar color models

4B776B
RGB75119107
HSL164°22.68%38.04%
HSB/HSV164°36.97%46.67%
CMYK36.97%0.00%10.08%
53.33%

Color #4B776B in popluar number systems.

HEX4B776B
Decimal75119107
Binary100101111101111101011
Octal113167153

Shades and tints

Shades of #4B776B

#4B776B
(75,119,107)
#456D62
(69,109,98)
#3F6359
(63,99,89)
#395950
(57,89,80)
#334F47
(51,79,71)
#2D453E
(45,69,62)
#273B35
(39,59,53)
#21312C
(33,49,44)
#1B2723
(27,39,35)
#151D1A
(21,29,26)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #4B776B

#4B776B
(75,119,107)
#5B8378
(91,131,120)
#6B8F85
(107,143,133)
#7B9B92
(123,155,146)
#8BA79F
(139,167,159)
#9BB3AC
(155,179,172)
#ABBFB9
(171,191,185)
#BBCBC6
(187,203,198)
#CBD7D3
(203,215,211)
#DBE3E0
(219,227,224)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B776B color. Also use rgb(75,119,107) instead hex code.

Text Font Color

.myTextColor { color: #4B776B; }

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

This text font color is #4B776B.


Background Color

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

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

This div background color is #4B776B.


Border color

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

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

This div border color is #4B776B.


Opacity

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

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

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

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

This text has shadow with #4B776B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B776B on black background.


Color preview on white background

This text has color #4B776B on white background.



Black color preview on #4B776B background

This text has black color on #4B776B background.


White color preview on #4B776B background

This text has white color on #4B776B background.