COLOR #4D3327

HEX: #4D3327
RGB: (77,51,39)

Renk bilgisi

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

RGB renk modeli

#4D3327 color RGB value is (77,51,39).

  • kırmız ton 77;
  • yeşil ton 51;
  • mavi ton 39.
RGB:
(77,51,39)
(30%,20%,15%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 51 of 255 = 20%
B 39 of 255 = 15%

77
51
39

R + G + B ~ 22%. #4D3327 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 51 + 39 = 167 (100%)
R 77 of 167 ~ 46.11%
G 51 of 167 ~ 30.54%
B 39 of 167 ~ 23.35%

%46.11
%30.54
%23.35

CMYK RENK MODELİ

#4D3327 rengi CMYK tonu (0,34,49,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.77%
  • sarı tonu 49.35%
  • ana renk tonu 69.80%
CMYK:
(0,34,49,70)
C0M34Y49K70 
(0%,34%,49%,70%)
(0.00/0.34/0.49/0.70)	

CMYK yüzdeleri

%0
%33.77
%49.35
%69.8

Codes

Color #4D3327 in popluar color models

4D3327
RGB775139
HSL19°32.76%22.75%
HSB/HSV19°49.35%30.20%
CMYK0.00%33.77%49.35%
69.80%

Color #4D3327 in popluar number systems.

HEX4D3327
Decimal775139
Binary1001101110011100111
Octal1156347

Shades and tints

Shades of #4D3327

#4D3327
(77,51,39)
#462F24
(70,47,36)
#3F2B21
(63,43,33)
#38271E
(56,39,30)
#31231B
(49,35,27)
#2A1F18
(42,31,24)
#231B15
(35,27,21)
#1C1712
(28,23,18)
#15130F
(21,19,15)
#0E0F0C
(14,15,12)
#070B09
(7,11,9)
#000000
(0,0,0)

Tints of #4D3327

#4D3327
(77,51,39)
#5D453A
(93,69,58)
#6D574D
(109,87,77)
#7D6960
(125,105,96)
#8D7B73
(141,123,115)
#9D8D86
(157,141,134)
#AD9F99
(173,159,153)
#BDB1AC
(189,177,172)
#CDC3BF
(205,195,191)
#DDD5D2
(221,213,210)
#EDE7E5
(237,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3327 color. Also use rgb(77,51,39) instead hex code.

Text Font Color

.myTextColor { color: #4D3327; }

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

This text font color is #4D3327.


Background Color

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

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

This div background color is #4D3327.


Border color

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

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

This div border color is #4D3327.


Opacity

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

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

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

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

This text has shadow with #4D3327 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3327 on black background.


Color preview on white background

This text has color #4D3327 on white background.



Black color preview on #4D3327 background

This text has black color on #4D3327 background.


White color preview on #4D3327 background

This text has white color on #4D3327 background.