COLOR #4B5958

HEX: #4B5958
RGB: (75,89,88)

Renk bilgisi

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

RGB renk modeli

#4B5958 color RGB value is (75,89,88).

  • kırmız ton 75;
  • yeşil ton 89;
  • mavi ton 88.
RGB:
(75,89,88)
(29%,35%,35%)

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 89 of 255 = 35%
B 88 of 255 = 35%

75
89
88

R + G + B ~ 33%. #4B5958 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 89 + 88 = 252 (100%)
R 75 of 252 ~ 29.76%
G 89 of 252 ~ 35.32%
B 88 of 252 ~ 34.92%

%29.76
%35.32
%34.92

CMYK RENK MODELİ

#4B5958 rengi CMYK tonu (16,0,1,65).

  • camgöbeği tonu 15.73%
  • eflatun tonu 0.00%
  • sarı tonu 1.12%
  • ana renk tonu 65.10%
CMYK:
(16,0,1,65)
C16M0Y1K65 
(16%,0%,1%,65%)
(0.16/0.00/0.01/0.65)	

CMYK yüzdeleri

%15.73
%0
%1.12
%65.1

Codes

Color #4B5958 in popluar color models

4B5958
RGB758988
HSL176°8.54%32.16%
HSB/HSV176°15.73%34.90%
CMYK15.73%0.00%1.12%
65.10%

Color #4B5958 in popluar number systems.

HEX4B5958
Decimal758988
Binary100101110110011011000
Octal113131130

Shades and tints

Shades of #4B5958

#4B5958
(75,89,88)
#455150
(69,81,80)
#3F4948
(63,73,72)
#394140
(57,65,64)
#333938
(51,57,56)
#2D3130
(45,49,48)
#272928
(39,41,40)
#212120
(33,33,32)
#1B1918
(27,25,24)
#151110
(21,17,16)
#0F0908
(15,9,8)
#000000
(0,0,0)

Tints of #4B5958

#4B5958
(75,89,88)
#5B6867
(91,104,103)
#6B7776
(107,119,118)
#7B8685
(123,134,133)
#8B9594
(139,149,148)
#9BA4A3
(155,164,163)
#ABB3B2
(171,179,178)
#BBC2C1
(187,194,193)
#CBD1D0
(203,209,208)
#DBE0DF
(219,224,223)
#EBEFEE
(235,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5958 color. Also use rgb(75,89,88) instead hex code.

Text Font Color

.myTextColor { color: #4B5958; }

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

This text font color is #4B5958.


Background Color

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

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

This div background color is #4B5958.


Border color

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

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

This div border color is #4B5958.


Opacity

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

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

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

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

This text has shadow with #4B5958 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5958 on black background.


Color preview on white background

This text has color #4B5958 on white background.



Black color preview on #4B5958 background

This text has black color on #4B5958 background.


White color preview on #4B5958 background

This text has white color on #4B5958 background.