COLOR #4B594D

HEX: #4B594D
RGB: (75,89,77)

Renk bilgisi

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

RGB renk modeli

#4B594D color RGB value is (75,89,77).

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

RGB bağlantıları ve doygunluk

R 75 of 255 = 29%
G 89 of 255 = 35%
B 77 of 255 = 30%

75
89
77

R + G + B ~ 31%. #4B594D is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
75 + 89 + 77 = 241 (100%)
R 75 of 241 ~ 31.12%
G 89 of 241 ~ 36.93%
B 77 of 241 ~ 31.95%

%31.12
%36.93
%31.95

CMYK RENK MODELİ

#4B594D rengi CMYK tonu (16,0,13,65).

  • camgöbeği tonu 15.73%
  • eflatun tonu 0.00%
  • sarı tonu 13.48%
  • ana renk tonu 65.10%
CMYK:
(16,0,13,65)
C16M0Y13K65 
(16%,0%,13%,65%)
(0.16/0.00/0.13/0.65)	

CMYK yüzdeleri

%15.73
%0
%13.48
%65.1

Codes

Color #4B594D in popluar color models

4B594D
RGB758977
HSL129°8.54%32.16%
HSB/HSV129°15.73%34.90%
CMYK15.73%0.00%13.48%
65.10%

Color #4B594D in popluar number systems.

HEX4B594D
Decimal758977
Binary100101110110011001101
Octal113131115

Shades and tints

Shades of #4B594D

#4B594D
(75,89,77)
#455146
(69,81,70)
#3F493F
(63,73,63)
#394138
(57,65,56)
#333931
(51,57,49)
#2D312A
(45,49,42)
#272923
(39,41,35)
#21211C
(33,33,28)
#1B1915
(27,25,21)
#15110E
(21,17,14)
#0F0907
(15,9,7)
#000000
(0,0,0)

Tints of #4B594D

#4B594D
(75,89,77)
#5B685D
(91,104,93)
#6B776D
(107,119,109)
#7B867D
(123,134,125)
#8B958D
(139,149,141)
#9BA49D
(155,164,157)
#ABB3AD
(171,179,173)
#BBC2BD
(187,194,189)
#CBD1CD
(203,209,205)
#DBE0DD
(219,224,221)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B594D; }

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

This text font color is #4B594D.


Background Color

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

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

This div background color is #4B594D.


Border color

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

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

This div border color is #4B594D.


Opacity

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

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

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

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

This text has shadow with #4B594D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B594D on black background.


Color preview on white background

This text has color #4B594D on white background.



Black color preview on #4B594D background

This text has black color on #4B594D background.


White color preview on #4B594D background

This text has white color on #4B594D background.