COLOR #4B5353

HEX: #4B5353
RGB: (75,83,83)

Renk bilgisi

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

RGB renk modeli

#4B5353 color RGB value is (75,83,83).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 83 of 255 = 33%
B 83 of 255 = 33%

75
83
83

R + G + B ~ 32%. #4B5353 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 83 + 83 = 241 (100%)
R 75 of 241 ~ 31.12%
G 83 of 241 ~ 34.44%
B 83 of 241 ~ 34.44%

%31.12
%34.44
%34.44

CMYK RENK MODELİ

#4B5353 rengi CMYK tonu (10,0,0,67).

  • camgöbeği tonu 9.64%
  • eflatun tonu 0.00%
  • sarı tonu 0.00%
  • ana renk tonu 67.45%
CMYK:
(10,0,0,67)
C10M0Y0K67 
(10%,0%,0%,67%)
(0.10/0.00/0.00/0.67)	

CMYK yüzdeleri

%9.64
%0
%0
%67.45

Codes

Color #4B5353 in popluar color models

4B5353
RGB758383
HSL180°5.06%30.98%
HSB/HSV180°9.64%32.55%
CMYK9.64%0.00%0.00%
67.45%

Color #4B5353 in popluar number systems.

HEX4B5353
Decimal758383
Binary100101110100111010011
Octal113123123

Shades and tints

Shades of #4B5353

#4B5353
(75,83,83)
#454C4C
(69,76,76)
#3F4545
(63,69,69)
#393E3E
(57,62,62)
#333737
(51,55,55)
#2D3030
(45,48,48)
#272929
(39,41,41)
#212222
(33,34,34)
#1B1B1B
(27,27,27)
#151414
(21,20,20)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #4B5353

#4B5353
(75,83,83)
#5B6262
(91,98,98)
#6B7171
(107,113,113)
#7B8080
(123,128,128)
#8B8F8F
(139,143,143)
#9B9E9E
(155,158,158)
#ABADAD
(171,173,173)
#BBBCBC
(187,188,188)
#CBCBCB
(203,203,203)
#DBDADA
(219,218,218)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B5353; }

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

This text font color is #4B5353.


Background Color

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

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

This div background color is #4B5353.


Border color

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

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

This div border color is #4B5353.


Opacity

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

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

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

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

This text has shadow with #4B5353 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5353 on black background.


Color preview on white background

This text has color #4B5353 on white background.



Black color preview on #4B5353 background

This text has black color on #4B5353 background.


White color preview on #4B5353 background

This text has white color on #4B5353 background.