COLOR #4D3413

HEX: #4D3413
RGB: (77,52,19)

Renk bilgisi

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

RGB renk modeli

#4D3413 color RGB value is (77,52,19).

  • kırmız ton 77;
  • yeşil ton 52;
  • mavi ton 19.
RGB:
(77,52,19)
(30%,20%,7%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 52 of 255 = 20%
B 19 of 255 = 7%

77
52
19

R + G + B ~ 19%. #4D3413 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 52 + 19 = 148 (100%)
R 77 of 148 ~ 52.03%
G 52 of 148 ~ 35.14%
B 19 of 148 ~ 12.84%

%52.03
%35.14
%12.84

CMYK RENK MODELİ

#4D3413 rengi CMYK tonu (0,32,75,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.47%
  • sarı tonu 75.32%
  • ana renk tonu 69.80%
CMYK:
(0,32,75,70)
C0M32Y75K70 
(0%,32%,75%,70%)
(0.00/0.32/0.75/0.70)	

CMYK yüzdeleri

%0
%32.47
%75.32
%69.8

Codes

Color #4D3413 in popluar color models

4D3413
RGB775219
HSL34°60.42%18.82%
HSB/HSV34°75.32%30.20%
CMYK0.00%32.47%75.32%
69.80%

Color #4D3413 in popluar number systems.

HEX4D3413
Decimal775219
Binary100110111010010011
Octal1156423

Shades and tints

Shades of #4D3413

#4D3413
(77,52,19)
#463012
(70,48,18)
#3F2C11
(63,44,17)
#382810
(56,40,16)
#31240F
(49,36,15)
#2A200E
(42,32,14)
#231C0D
(35,28,13)
#1C180C
(28,24,12)
#15140B
(21,20,11)
#0E100A
(14,16,10)
#070C09
(7,12,9)
#000000
(0,0,0)

Tints of #4D3413

#4D3413
(77,52,19)
#5D4628
(93,70,40)
#6D583D
(109,88,61)
#7D6A52
(125,106,82)
#8D7C67
(141,124,103)
#9D8E7C
(157,142,124)
#ADA091
(173,160,145)
#BDB2A6
(189,178,166)
#CDC4BB
(205,196,187)
#DDD6D0
(221,214,208)
#EDE8E5
(237,232,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3413 color. Also use rgb(77,52,19) instead hex code.

Text Font Color

.myTextColor { color: #4D3413; }

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

This text font color is #4D3413.


Background Color

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

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

This div background color is #4D3413.


Border color

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

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

This div border color is #4D3413.


Opacity

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

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

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

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

This text has shadow with #4D3413 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3413 on black background.


Color preview on white background

This text has color #4D3413 on white background.



Black color preview on #4D3413 background

This text has black color on #4D3413 background.


White color preview on #4D3413 background

This text has white color on #4D3413 background.