COLOR #4D3300

HEX: #4D3300
RGB: (77,51,0)

Renk bilgisi

#4D3300 contains only red and green colors. #4D3300 ‘ nin web güvenlik rengi #333300 (ya da #330) dir.

RGB renk modeli

#4D3300 color RGB value is (77,51,0).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 51 of 255 = 20%
B 0 of 255 = 0%

77
51
0

R + G + B ~ 17%. #4D3300 is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 51 + 0 = 128 (100%)
R 77 of 128 ~ 60.16%
G 51 of 128 ~ 39.84%
B 0 of 128 ~ 0%

%60.16
%39.84

CMYK RENK MODELİ

#4D3300 rengi CMYK tonu (0,34,100,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.77%
  • sarı tonu 100.00%
  • ana renk tonu 69.80%
CMYK:
(0,34,100,70)
C0M34Y100K70 
(0%,34%,100%,70%)
(0.00/0.34/1.00/0.70)	

CMYK yüzdeleri

%0
%33.77
%100
%69.8

Codes

Color #4D3300 in popluar color models

4D3300
RGB77510
HSL40°100.00%15.10%
HSB/HSV40°100.00%30.20%
CMYK0.00%33.77%100.00%
69.80%

Color #4D3300 in popluar number systems.

HEX4D3300
Decimal77510
Binary10011011100110
Octal115630

Shades and tints

Shades of #4D3300

#4D3300
(77,51,0)
#462F00
(70,47,0)
#3F2B00
(63,43,0)
#382700
(56,39,0)
#312300
(49,35,0)
#2A1F00
(42,31,0)
#231B00
(35,27,0)
#1C1700
(28,23,0)
#151300
(21,19,0)
#0E0F00
(14,15,0)
#070B00
(7,11,0)
#000000
(0,0,0)

Tints of #4D3300

#4D3300
(77,51,0)
#5D4517
(93,69,23)
#6D572E
(109,87,46)
#7D6945
(125,105,69)
#8D7B5C
(141,123,92)
#9D8D73
(157,141,115)
#AD9F8A
(173,159,138)
#BDB1A1
(189,177,161)
#CDC3B8
(205,195,184)
#DDD5CF
(221,213,207)
#EDE7E6
(237,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D3300; }

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

This text font color is #4D3300.


Background Color

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

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

This div background color is #4D3300.


Border color

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

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

This div border color is #4D3300.


Opacity

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

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

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

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

This text has shadow with #4D3300 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D3300 on black background.


Color preview on white background

This text has color #4D3300 on white background.



Black color preview on #4D3300 background

This text has black color on #4D3300 background.


White color preview on #4D3300 background

This text has white color on #4D3300 background.