COLOR #4D3F14

HEX: #4D3F14
RGB: (77,63,20)

Renk bilgisi

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

RGB renk modeli

#4D3F14 color RGB value is (77,63,20).

  • kırmız ton 77;
  • yeşil ton 63;
  • mavi ton 20.
RGB:
(77,63,20)
(30%,25%,8%)

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 63 of 255 = 25%
B 20 of 255 = 8%

77
63
20

R + G + B ~ 21%. #4D3F14 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 63 + 20 = 160 (100%)
R 77 of 160 ~ 48.13%
G 63 of 160 ~ 39.38%
B 20 of 160 ~ 12.5%

%48.13
%39.38
%12.5

CMYK RENK MODELİ

#4D3F14 rengi CMYK tonu (0,18,74,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 18.18%
  • sarı tonu 74.03%
  • ana renk tonu 69.80%
CMYK:
(0,18,74,70)
C0M18Y74K70 
(0%,18%,74%,70%)
(0.00/0.18/0.74/0.70)	

CMYK yüzdeleri

%0
%18.18
%74.03
%69.8

Codes

Color #4D3F14 in popluar color models

4D3F14
RGB776320
HSL45°58.76%19.02%
HSB/HSV45°74.03%30.20%
CMYK0.00%18.18%74.03%
69.80%

Color #4D3F14 in popluar number systems.

HEX4D3F14
Decimal776320
Binary100110111111110100
Octal1157724

Shades and tints

Shades of #4D3F14

#4D3F14
(77,63,20)
#463A13
(70,58,19)
#3F3512
(63,53,18)
#383011
(56,48,17)
#312B10
(49,43,16)
#2A260F
(42,38,15)
#23210E
(35,33,14)
#1C1C0D
(28,28,13)
#15170C
(21,23,12)
#0E120B
(14,18,11)
#070D0A
(7,13,10)
#000000
(0,0,0)

Tints of #4D3F14

#4D3F14
(77,63,20)
#5D5029
(93,80,41)
#6D613E
(109,97,62)
#7D7253
(125,114,83)
#8D8368
(141,131,104)
#9D947D
(157,148,125)
#ADA592
(173,165,146)
#BDB6A7
(189,182,167)
#CDC7BC
(205,199,188)
#DDD8D1
(221,216,209)
#EDE9E6
(237,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4D3F14 color. Also use rgb(77,63,20) instead hex code.

Text Font Color

.myTextColor { color: #4D3F14; }

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

This text font color is #4D3F14.


Background Color

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

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

This div background color is #4D3F14.


Border color

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

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

This div border color is #4D3F14.


Opacity

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

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

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

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

This text has shadow with #4D3F14 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3F14 on black background.


Color preview on white background

This text has color #4D3F14 on white background.



Black color preview on #4D3F14 background

This text has black color on #4D3F14 background.


White color preview on #4D3F14 background

This text has white color on #4D3F14 background.