COLOR #4A4631

HEX: #4A4631
RGB: (74,70,49)

Renk bilgisi

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

RGB renk modeli

#4A4631 color RGB value is (74,70,49).

  • kırmız ton 74;
  • yeşil ton 70;
  • mavi ton 49.
RGB:
(74,70,49)
(29%,27%,19%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 70 of 255 = 27%
B 49 of 255 = 19%

74
70
49

R + G + B ~ 25%. #4A4631 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 70 + 49 = 193 (100%)
R 74 of 193 ~ 38.34%
G 70 of 193 ~ 36.27%
B 49 of 193 ~ 25.39%

%38.34
%36.27
%25.39

CMYK RENK MODELİ

#4A4631 rengi CMYK tonu (0,5,34,71).

  • camgöbeği tonu 0.00%
  • eflatun tonu 5.41%
  • sarı tonu 33.78%
  • ana renk tonu 70.98%
CMYK:
(0,5,34,71)
C0M5Y34K71 
(0%,5%,34%,71%)
(0.00/0.05/0.34/0.71)	

CMYK yüzdeleri

%0
%5.41
%33.78
%70.98

Codes

Color #4A4631 in popluar color models

4A4631
RGB747049
HSL50°20.33%24.12%
HSB/HSV50°33.78%29.02%
CMYK0.00%5.41%33.78%
70.98%

Color #4A4631 in popluar number systems.

HEX4A4631
Decimal747049
Binary10010101000110110001
Octal11210661

Shades and tints

Shades of #4A4631

#4A4631
(74,70,49)
#44402D
(68,64,45)
#3E3A29
(62,58,41)
#383425
(56,52,37)
#322E21
(50,46,33)
#2C281D
(44,40,29)
#262219
(38,34,25)
#201C15
(32,28,21)
#1A1611
(26,22,17)
#14100D
(20,16,13)
#0E0A09
(14,10,9)
#000000
(0,0,0)

Tints of #4A4631

#4A4631
(74,70,49)
#5A5643
(90,86,67)
#6A6655
(106,102,85)
#7A7667
(122,118,103)
#8A8679
(138,134,121)
#9A968B
(154,150,139)
#AAA69D
(170,166,157)
#BAB6AF
(186,182,175)
#CAC6C1
(202,198,193)
#DAD6D3
(218,214,211)
#EAE6E5
(234,230,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A4631 color. Also use rgb(74,70,49) instead hex code.

Text Font Color

.myTextColor { color: #4A4631; }

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

This text font color is #4A4631.


Background Color

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

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

This div background color is #4A4631.


Border color

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

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

This div border color is #4A4631.


Opacity

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

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

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

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

This text has shadow with #4A4631 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A4631 on black background.


Color preview on white background

This text has color #4A4631 on white background.



Black color preview on #4A4631 background

This text has black color on #4A4631 background.


White color preview on #4A4631 background

This text has white color on #4A4631 background.