COLOR #4C331A

HEX: #4C331A
RGB: (76,51,26)

Renk bilgisi

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

RGB renk modeli

#4C331A color RGB value is (76,51,26).

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

RGB bağlantıları ve doygunluk

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

76
51
26

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

Yüzdelerle RGB renk parçaları

R + G + B =
76 + 51 + 26 = 153 (100%)
R 76 of 153 ~ 49.67%
G 51 of 153 ~ 33.33%
B 26 of 153 ~ 16.99%

%49.67
%33.33
%16.99

CMYK RENK MODELİ

#4C331A rengi CMYK tonu (0,33,66,70).

  • camgöbeği tonu 0.00%
  • eflatun tonu 32.89%
  • sarı tonu 65.79%
  • ana renk tonu 70.20%
CMYK:
(0,33,66,70)
C0M33Y66K70 
(0%,33%,66%,70%)
(0.00/0.33/0.66/0.70)	

CMYK yüzdeleri

%0
%32.89
%65.79
%70.2

Codes

Color #4C331A in popluar color models

4C331A
RGB765126
HSL30°49.02%20.00%
HSB/HSV30°65.79%29.80%
CMYK0.00%32.89%65.79%
70.20%

Color #4C331A in popluar number systems.

HEX4C331A
Decimal765126
Binary100110011001111010
Octal1146332

Shades and tints

Shades of #4C331A

#4C331A
(76,51,26)
#462F18
(70,47,24)
#402B16
(64,43,22)
#3A2714
(58,39,20)
#342312
(52,35,18)
#2E1F10
(46,31,16)
#281B0E
(40,27,14)
#22170C
(34,23,12)
#1C130A
(28,19,10)
#160F08
(22,15,8)
#100B06
(16,11,6)
#000000
(0,0,0)

Tints of #4C331A

#4C331A
(76,51,26)
#5C452E
(92,69,46)
#6C5742
(108,87,66)
#7C6956
(124,105,86)
#8C7B6A
(140,123,106)
#9C8D7E
(156,141,126)
#AC9F92
(172,159,146)
#BCB1A6
(188,177,166)
#CCC3BA
(204,195,186)
#DCD5CE
(220,213,206)
#ECE7E2
(236,231,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4C331A; }

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

This text font color is #4C331A.


Background Color

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

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

This div background color is #4C331A.


Border color

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

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

This div border color is #4C331A.


Opacity

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

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

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

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

This text has shadow with #4C331A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4C331A on black background.


Color preview on white background

This text has color #4C331A on white background.



Black color preview on #4C331A background

This text has black color on #4C331A background.


White color preview on #4C331A background

This text has white color on #4C331A background.