COLOR #4B6B76

HEX: #4B6B76
RGB: (75,107,118)

Renk bilgisi

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

RGB renk modeli

#4B6B76 color RGB value is (75,107,118).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 107 of 255 = 42%
B 118 of 255 = 46%

75
107
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 107 + 118 = 300 (100%)
R 75 of 300 ~ 25%
G 107 of 300 ~ 35.67%
B 118 of 300 ~ 39.33%

%25
%35.67
%39.33

CMYK RENK MODELİ

#4B6B76 rengi CMYK tonu (36,9,0,54).

  • camgöbeği tonu 36.44%
  • eflatun tonu 9.32%
  • sarı tonu 0.00%
  • ana renk tonu 53.73%
CMYK:
(36,9,0,54)
C36M9Y0K54 
(36%,9%,0%,54%)
(0.36/0.09/0.00/0.54)	

CMYK yüzdeleri

%36.44
%9.32
%0
%53.73

Codes

Color #4B6B76 in popluar color models

4B6B76
RGB75107118
HSL195°22.28%37.84%
HSB/HSV195°36.44%46.27%
CMYK36.44%9.32%0.00%
53.73%

Color #4B6B76 in popluar number systems.

HEX4B6B76
Decimal75107118
Binary100101111010111110110
Octal113153166

Shades and tints

Shades of #4B6B76

#4B6B76
(75,107,118)
#45626C
(69,98,108)
#3F5962
(63,89,98)
#395058
(57,80,88)
#33474E
(51,71,78)
#2D3E44
(45,62,68)
#27353A
(39,53,58)
#212C30
(33,44,48)
#1B2326
(27,35,38)
#151A1C
(21,26,28)
#0F1112
(15,17,18)
#000000
(0,0,0)

Tints of #4B6B76

#4B6B76
(75,107,118)
#5B7882
(91,120,130)
#6B858E
(107,133,142)
#7B929A
(123,146,154)
#8B9FA6
(139,159,166)
#9BACB2
(155,172,178)
#ABB9BE
(171,185,190)
#BBC6CA
(187,198,202)
#CBD3D6
(203,211,214)
#DBE0E2
(219,224,226)
#EBEDEE
(235,237,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B6B76; }

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

This text font color is #4B6B76.


Background Color

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

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

This div background color is #4B6B76.


Border color

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

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

This div border color is #4B6B76.


Opacity

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

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

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

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

This text has shadow with #4B6B76 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6B76 on black background.


Color preview on white background

This text has color #4B6B76 on white background.



Black color preview on #4B6B76 background

This text has black color on #4B6B76 background.


White color preview on #4B6B76 background

This text has white color on #4B6B76 background.