COLOR #4D5B3B

HEX: #4D5B3B
RGB: (77,91,59)

Renk bilgisi

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

RGB renk modeli

#4D5B3B color RGB value is (77,91,59).

  • kırmız ton 77;
  • yeşil ton 91;
  • mavi ton 59.
RGB:
(77,91,59)
(30%,36%,23%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 91 of 255 = 36%
B 59 of 255 = 23%

77
91
59

R + G + B ~ 30%. #4D5B3B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 91 + 59 = 227 (100%)
R 77 of 227 ~ 33.92%
G 91 of 227 ~ 40.09%
B 59 of 227 ~ 25.99%

%33.92
%40.09
%25.99

CMYK RENK MODELİ

#4D5B3B rengi CMYK tonu (15,0,35,64).

  • camgöbeği tonu 15.38%
  • eflatun tonu 0.00%
  • sarı tonu 35.16%
  • ana renk tonu 64.31%
CMYK:
(15,0,35,64)
C15M0Y35K64 
(15%,0%,35%,64%)
(0.15/0.00/0.35/0.64)	

CMYK yüzdeleri

%15.38
%0
%35.16
%64.31

Codes

Color #4D5B3B in popluar color models

4D5B3B
RGB779159
HSL86°21.33%29.41%
HSB/HSV86°35.16%35.69%
CMYK15.38%0.00%35.16%
64.31%

Color #4D5B3B in popluar number systems.

HEX4D5B3B
Decimal779159
Binary10011011011011111011
Octal11513373

Shades and tints

Shades of #4D5B3B

#4D5B3B
(77,91,59)
#465336
(70,83,54)
#3F4B31
(63,75,49)
#38432C
(56,67,44)
#313B27
(49,59,39)
#2A3322
(42,51,34)
#232B1D
(35,43,29)
#1C2318
(28,35,24)
#151B13
(21,27,19)
#0E130E
(14,19,14)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #4D5B3B

#4D5B3B
(77,91,59)
#5D694C
(93,105,76)
#6D775D
(109,119,93)
#7D856E
(125,133,110)
#8D937F
(141,147,127)
#9DA190
(157,161,144)
#ADAFA1
(173,175,161)
#BDBDB2
(189,189,178)
#CDCBC3
(205,203,195)
#DDD9D4
(221,217,212)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5B3B color. Also use rgb(77,91,59) instead hex code.

Text Font Color

.myTextColor { color: #4D5B3B; }

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

This text font color is #4D5B3B.


Background Color

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

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

This div background color is #4D5B3B.


Border color

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

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

This div border color is #4D5B3B.


Opacity

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

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

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

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

This text has shadow with #4D5B3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5B3B on black background.


Color preview on white background

This text has color #4D5B3B on white background.



Black color preview on #4D5B3B background

This text has black color on #4D5B3B background.


White color preview on #4D5B3B background

This text has white color on #4D5B3B background.