COLOR #4D4328

HEX: #4D4328
RGB: (77,67,40)

Renk bilgisi

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

RGB renk modeli

#4D4328 color RGB value is (77,67,40).

  • kırmız ton 77;
  • yeşil ton 67;
  • mavi ton 40.
RGB:
(77,67,40)
(30%,26%,16%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 67 of 255 = 26%
B 40 of 255 = 16%

77
67
40

R + G + B ~ 24%. #4D4328 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 67 + 40 = 184 (100%)
R 77 of 184 ~ 41.85%
G 67 of 184 ~ 36.41%
B 40 of 184 ~ 21.74%

%41.85
%36.41
%21.74

CMYK RENK MODELİ

#4D4328 rengi CMYK tonu (0,13,48,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 12.99%
  • sarı tonu 48.05%
  • ana renk tonu 69.80%
CMYK:
(0,13,48,70)
C0M13Y48K70 
(0%,13%,48%,70%)
(0.00/0.13/0.48/0.70)	

CMYK yüzdeleri

%0
%12.99
%48.05
%69.8

Codes

Color #4D4328 in popluar color models

4D4328
RGB776740
HSL44°31.62%22.94%
HSB/HSV44°48.05%30.20%
CMYK0.00%12.99%48.05%
69.80%

Color #4D4328 in popluar number systems.

HEX4D4328
Decimal776740
Binary10011011000011101000
Octal11510350

Shades and tints

Shades of #4D4328

#4D4328
(77,67,40)
#463D25
(70,61,37)
#3F3722
(63,55,34)
#38311F
(56,49,31)
#312B1C
(49,43,28)
#2A2519
(42,37,25)
#231F16
(35,31,22)
#1C1913
(28,25,19)
#151310
(21,19,16)
#0E0D0D
(14,13,13)
#07070A
(7,7,10)
#000000
(0,0,0)

Tints of #4D4328

#4D4328
(77,67,40)
#5D543B
(93,84,59)
#6D654E
(109,101,78)
#7D7661
(125,118,97)
#8D8774
(141,135,116)
#9D9887
(157,152,135)
#ADA99A
(173,169,154)
#BDBAAD
(189,186,173)
#CDCBC0
(205,203,192)
#DDDCD3
(221,220,211)
#EDEDE6
(237,237,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D4328 color. Also use rgb(77,67,40) instead hex code.

Text Font Color

.myTextColor { color: #4D4328; }

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

This text font color is #4D4328.


Background Color

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

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

This div background color is #4D4328.


Border color

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

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

This div border color is #4D4328.


Opacity

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

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

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

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

This text has shadow with #4D4328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D4328 on black background.


Color preview on white background

This text has color #4D4328 on white background.



Black color preview on #4D4328 background

This text has black color on #4D4328 background.


White color preview on #4D4328 background

This text has white color on #4D4328 background.