COLOR #4D2319

HEX: #4D2319
RGB: (77,35,25)

Renk bilgisi

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

RGB renk modeli

#4D2319 color RGB value is (77,35,25).

  • kırmız ton 77;
  • yeşil ton 35;
  • mavi ton 25.
RGB:
(77,35,25)
(30%,14%,10%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 35 of 255 = 14%
B 25 of 255 = 10%

77
35
25

R + G + B ~ 18%. #4D2319 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 35 + 25 = 137 (100%)
R 77 of 137 ~ 56.2%
G 35 of 137 ~ 25.55%
B 25 of 137 ~ 18.25%

%56.2
%25.55
%18.25

CMYK RENK MODELİ

#4D2319 rengi CMYK tonu (0,55,68,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 54.55%
  • sarı tonu 67.53%
  • ana renk tonu 69.80%
CMYK:
(0,55,68,70)
C0M55Y68K70 
(0%,55%,68%,70%)
(0.00/0.55/0.68/0.70)	

CMYK yüzdeleri

%0
%54.55
%67.53
%69.8

Codes

Color #4D2319 in popluar color models

4D2319
RGB773525
HSL12°50.98%20.00%
HSB/HSV12°67.53%30.20%
CMYK0.00%54.55%67.53%
69.80%

Color #4D2319 in popluar number systems.

HEX4D2319
Decimal773525
Binary100110110001111001
Octal1154331

Shades and tints

Shades of #4D2319

#4D2319
(77,35,25)
#462017
(70,32,23)
#3F1D15
(63,29,21)
#381A13
(56,26,19)
#311711
(49,23,17)
#2A140F
(42,20,15)
#23110D
(35,17,13)
#1C0E0B
(28,14,11)
#150B09
(21,11,9)
#0E0807
(14,8,7)
#070505
(7,5,5)
#000000
(0,0,0)

Tints of #4D2319

#4D2319
(77,35,25)
#5D372D
(93,55,45)
#6D4B41
(109,75,65)
#7D5F55
(125,95,85)
#8D7369
(141,115,105)
#9D877D
(157,135,125)
#AD9B91
(173,155,145)
#BDAFA5
(189,175,165)
#CDC3B9
(205,195,185)
#DDD7CD
(221,215,205)
#EDEBE1
(237,235,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D2319 color. Also use rgb(77,35,25) instead hex code.

Text Font Color

.myTextColor { color: #4D2319; }

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

This text font color is #4D2319.


Background Color

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

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

This div background color is #4D2319.


Border color

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

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

This div border color is #4D2319.


Opacity

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

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

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

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

This text has shadow with #4D2319 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D2319 on black background.


Color preview on white background

This text has color #4D2319 on white background.



Black color preview on #4D2319 background

This text has black color on #4D2319 background.


White color preview on #4D2319 background

This text has white color on #4D2319 background.