COLOR #4A6241

HEX: #4A6241
RGB: (74,98,65)

Renk bilgisi

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

RGB renk modeli

#4A6241 color RGB value is (74,98,65).

  • kırmız ton 74;
  • yeşil ton 98;
  • mavi ton 65.
RGB:
(74,98,65)
(29%,38%,25%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 98 of 255 = 38%
B 65 of 255 = 25%

74
98
65

R + G + B ~ 31%. #4A6241 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 98 + 65 = 237 (100%)
R 74 of 237 ~ 31.22%
G 98 of 237 ~ 41.35%
B 65 of 237 ~ 27.43%

%31.22
%41.35
%27.43

CMYK RENK MODELİ

#4A6241 rengi CMYK tonu (24,0,34,62).

  • camgöbeği tonu 24.49%
  • eflatun tonu 0.00%
  • sarı tonu 33.67%
  • ana renk tonu 61.57%
CMYK:
(24,0,34,62)
C24M0Y34K62 
(24%,0%,34%,62%)
(0.24/0.00/0.34/0.62)	

CMYK yüzdeleri

%24.49
%0
%33.67
%61.57

Codes

Color #4A6241 in popluar color models

4A6241
RGB749865
HSL104°20.25%31.96%
HSB/HSV104°33.67%38.43%
CMYK24.49%0.00%33.67%
61.57%

Color #4A6241 in popluar number systems.

HEX4A6241
Decimal749865
Binary100101011000101000001
Octal112142101

Shades and tints

Shades of #4A6241

#4A6241
(74,98,65)
#445A3C
(68,90,60)
#3E5237
(62,82,55)
#384A32
(56,74,50)
#32422D
(50,66,45)
#2C3A28
(44,58,40)
#263223
(38,50,35)
#202A1E
(32,42,30)
#1A2219
(26,34,25)
#141A14
(20,26,20)
#0E120F
(14,18,15)
#000000
(0,0,0)

Tints of #4A6241

#4A6241
(74,98,65)
#5A7052
(90,112,82)
#6A7E63
(106,126,99)
#7A8C74
(122,140,116)
#8A9A85
(138,154,133)
#9AA896
(154,168,150)
#AAB6A7
(170,182,167)
#BAC4B8
(186,196,184)
#CAD2C9
(202,210,201)
#DAE0DA
(218,224,218)
#EAEEEB
(234,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6241 color. Also use rgb(74,98,65) instead hex code.

Text Font Color

.myTextColor { color: #4A6241; }

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

This text font color is #4A6241.


Background Color

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

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

This div background color is #4A6241.


Border color

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

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

This div border color is #4A6241.


Opacity

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

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

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

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

This text has shadow with #4A6241 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6241 on black background.


Color preview on white background

This text has color #4A6241 on white background.



Black color preview on #4A6241 background

This text has black color on #4A6241 background.


White color preview on #4A6241 background

This text has white color on #4A6241 background.