COLOR #4D481F

HEX: #4D481F
RGB: (77,72,31)

Renk bilgisi

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

RGB renk modeli

#4D481F color RGB value is (77,72,31).

  • kırmız ton 77;
  • yeşil ton 72;
  • mavi ton 31.
RGB:
(77,72,31)
(30%,28%,12%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 72 of 255 = 28%
B 31 of 255 = 12%

77
72
31

R + G + B ~ 23%. #4D481F is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 72 + 31 = 180 (100%)
R 77 of 180 ~ 42.78%
G 72 of 180 ~ 40%
B 31 of 180 ~ 17.22%

%42.78
%40
%17.22

CMYK RENK MODELİ

#4D481F rengi CMYK tonu (0,6,60,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 6.49%
  • sarı tonu 59.74%
  • ana renk tonu 69.80%
CMYK:
(0,6,60,70)
C0M6Y60K70 
(0%,6%,60%,70%)
(0.00/0.06/0.60/0.70)	

CMYK yüzdeleri

%0
%6.49
%59.74
%69.8

Codes

Color #4D481F in popluar color models

4D481F
RGB777231
HSL53°42.59%21.18%
HSB/HSV53°59.74%30.20%
CMYK0.00%6.49%59.74%
69.80%

Color #4D481F in popluar number systems.

HEX4D481F
Decimal777231
Binary1001101100100011111
Octal11511037

Shades and tints

Shades of #4D481F

#4D481F
(77,72,31)
#46421D
(70,66,29)
#3F3C1B
(63,60,27)
#383619
(56,54,25)
#313017
(49,48,23)
#2A2A15
(42,42,21)
#232413
(35,36,19)
#1C1E11
(28,30,17)
#15180F
(21,24,15)
#0E120D
(14,18,13)
#070C0B
(7,12,11)
#000000
(0,0,0)

Tints of #4D481F

#4D481F
(77,72,31)
#5D5833
(93,88,51)
#6D6847
(109,104,71)
#7D785B
(125,120,91)
#8D886F
(141,136,111)
#9D9883
(157,152,131)
#ADA897
(173,168,151)
#BDB8AB
(189,184,171)
#CDC8BF
(205,200,191)
#DDD8D3
(221,216,211)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D481F color. Also use rgb(77,72,31) instead hex code.

Text Font Color

.myTextColor { color: #4D481F; }

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

This text font color is #4D481F.


Background Color

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

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

This div background color is #4D481F.


Border color

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

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

This div border color is #4D481F.


Opacity

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

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

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

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

This text has shadow with #4D481F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D481F on black background.


Color preview on white background

This text has color #4D481F on white background.



Black color preview on #4D481F background

This text has black color on #4D481F background.


White color preview on #4D481F background

This text has white color on #4D481F background.