COLOR #4D331A

HEX: #4D331A
RGB: (77,51,26)

Renk bilgisi

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

RGB renk modeli

#4D331A color RGB value is (77,51,26).

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

RGB bağlantıları ve doygunluk

R 77 of 255 = 30%
G 51 of 255 = 20%
B 26 of 255 = 10%

77
51
26

R + G + B ~ 20%. #4D331A is dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
77 + 51 + 26 = 154 (100%)
R 77 of 154 ~ 50%
G 51 of 154 ~ 33.12%
B 26 of 154 ~ 16.88%

%50
%33.12
%16.88

CMYK RENK MODELİ

#4D331A rengi CMYK tonu (0,34,66,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 33.77%
  • sarı tonu 66.23%
  • ana renk tonu 69.80%
CMYK:
(0,34,66,70)
C0M34Y66K70 
(0%,34%,66%,70%)
(0.00/0.34/0.66/0.70)	

CMYK yüzdeleri

%0
%33.77
%66.23
%69.8

Codes

Color #4D331A in popluar color models

4D331A
RGB775126
HSL29°49.51%20.20%
HSB/HSV29°66.23%30.20%
CMYK0.00%33.77%66.23%
69.80%

Color #4D331A in popluar number systems.

HEX4D331A
Decimal775126
Binary100110111001111010
Octal1156332

Shades and tints

Shades of #4D331A

#4D331A
(77,51,26)
#462F18
(70,47,24)
#3F2B16
(63,43,22)
#382714
(56,39,20)
#312312
(49,35,18)
#2A1F10
(42,31,16)
#231B0E
(35,27,14)
#1C170C
(28,23,12)
#15130A
(21,19,10)
#0E0F08
(14,15,8)
#070B06
(7,11,6)
#000000
(0,0,0)

Tints of #4D331A

#4D331A
(77,51,26)
#5D452E
(93,69,46)
#6D5742
(109,87,66)
#7D6956
(125,105,86)
#8D7B6A
(141,123,106)
#9D8D7E
(157,141,126)
#AD9F92
(173,159,146)
#BDB1A6
(189,177,166)
#CDC3BA
(205,195,186)
#DDD5CE
(221,213,206)
#EDE7E2
(237,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4D331A; }

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

This text font color is #4D331A.


Background Color

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

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

This div background color is #4D331A.


Border color

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

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

This div border color is #4D331A.


Opacity

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

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

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

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

This text has shadow with #4D331A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4D331A on black background.


Color preview on white background

This text has color #4D331A on white background.



Black color preview on #4D331A background

This text has black color on #4D331A background.


White color preview on #4D331A background

This text has white color on #4D331A background.