COLOR #4D5130

HEX: #4D5130
RGB: (77,81,48)

Renk bilgisi

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

RGB renk modeli

#4D5130 color RGB value is (77,81,48).

  • kırmız ton 77;
  • yeşil ton 81;
  • mavi ton 48.
RGB:
(77,81,48)
(30%,32%,19%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 81 of 255 = 32%
B 48 of 255 = 19%

77
81
48

R + G + B ~ 27%. #4D5130 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 81 + 48 = 206 (100%)
R 77 of 206 ~ 37.38%
G 81 of 206 ~ 39.32%
B 48 of 206 ~ 23.3%

%37.38
%39.32
%23.3

CMYK RENK MODELİ

#4D5130 rengi CMYK tonu (5,0,41,68).

  • camgöbeği tonu 4.94%
  • eflatun tonu 0.00%
  • sarı tonu 40.74%
  • ana renk tonu 68.24%
CMYK:
(5,0,41,68)
C5M0Y41K68 
(5%,0%,41%,68%)
(0.05/0.00/0.41/0.68)	

CMYK yüzdeleri

%4.94
%0
%40.74
%68.24

Codes

Color #4D5130 in popluar color models

4D5130
RGB778148
HSL67°25.58%25.29%
HSB/HSV67°40.74%31.76%
CMYK4.94%0.00%40.74%
68.24%

Color #4D5130 in popluar number systems.

HEX4D5130
Decimal778148
Binary10011011010001110000
Octal11512160

Shades and tints

Shades of #4D5130

#4D5130
(77,81,48)
#464A2C
(70,74,44)
#3F4328
(63,67,40)
#383C24
(56,60,36)
#313520
(49,53,32)
#2A2E1C
(42,46,28)
#232718
(35,39,24)
#1C2014
(28,32,20)
#151910
(21,25,16)
#0E120C
(14,18,12)
#070B08
(7,11,8)
#000000
(0,0,0)

Tints of #4D5130

#4D5130
(77,81,48)
#5D6042
(93,96,66)
#6D6F54
(109,111,84)
#7D7E66
(125,126,102)
#8D8D78
(141,141,120)
#9D9C8A
(157,156,138)
#ADAB9C
(173,171,156)
#BDBAAE
(189,186,174)
#CDC9C0
(205,201,192)
#DDD8D2
(221,216,210)
#EDE7E4
(237,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D5130 color. Also use rgb(77,81,48) instead hex code.

Text Font Color

.myTextColor { color: #4D5130; }

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

This text font color is #4D5130.


Background Color

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

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

This div background color is #4D5130.


Border color

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

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

This div border color is #4D5130.


Opacity

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

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

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

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

This text has shadow with #4D5130 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D5130 on black background.


Color preview on white background

This text has color #4D5130 on white background.



Black color preview on #4D5130 background

This text has black color on #4D5130 background.


White color preview on #4D5130 background

This text has white color on #4D5130 background.