COLOR #4A6344

HEX: #4A6344
RGB: (74,99,68)

Renk bilgisi

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

RGB renk modeli

#4A6344 color RGB value is (74,99,68).

  • kırmız ton 74;
  • yeşil ton 99;
  • mavi ton 68.
RGB:
(74,99,68)
(29%,39%,27%)

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 99 of 255 = 39%
B 68 of 255 = 27%

74
99
68

R + G + B ~ 32%. #4A6344 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 99 + 68 = 241 (100%)
R 74 of 241 ~ 30.71%
G 99 of 241 ~ 41.08%
B 68 of 241 ~ 28.22%

%30.71
%41.08
%28.22

CMYK RENK MODELİ

#4A6344 rengi CMYK tonu (25,0,31,61).

  • camgöbeği tonu 25.25%
  • eflatun tonu 0.00%
  • sarı tonu 31.31%
  • ana renk tonu 61.18%
CMYK:
(25,0,31,61)
C25M0Y31K61 
(25%,0%,31%,61%)
(0.25/0.00/0.31/0.61)	

CMYK yüzdeleri

%25.25
%0
%31.31
%61.18

Codes

Color #4A6344 in popluar color models

4A6344
RGB749968
HSL108°18.56%32.75%
HSB/HSV108°31.31%38.82%
CMYK25.25%0.00%31.31%
61.18%

Color #4A6344 in popluar number systems.

HEX4A6344
Decimal749968
Binary100101011000111000100
Octal112143104

Shades and tints

Shades of #4A6344

#4A6344
(74,99,68)
#445A3E
(68,90,62)
#3E5138
(62,81,56)
#384832
(56,72,50)
#323F2C
(50,63,44)
#2C3626
(44,54,38)
#262D20
(38,45,32)
#20241A
(32,36,26)
#1A1B14
(26,27,20)
#14120E
(20,18,14)
#0E0908
(14,9,8)
#000000
(0,0,0)

Tints of #4A6344

#4A6344
(74,99,68)
#5A7155
(90,113,85)
#6A7F66
(106,127,102)
#7A8D77
(122,141,119)
#8A9B88
(138,155,136)
#9AA999
(154,169,153)
#AAB7AA
(170,183,170)
#BAC5BB
(186,197,187)
#CAD3CC
(202,211,204)
#DAE1DD
(218,225,221)
#EAEFEE
(234,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4A6344 color. Also use rgb(74,99,68) instead hex code.

Text Font Color

.myTextColor { color: #4A6344; }

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

This text font color is #4A6344.


Background Color

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

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

This div background color is #4A6344.


Border color

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

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

This div border color is #4A6344.


Opacity

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

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

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

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

This text has shadow with #4A6344 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A6344 on black background.


Color preview on white background

This text has color #4A6344 on white background.



Black color preview on #4A6344 background

This text has black color on #4A6344 background.


White color preview on #4A6344 background

This text has white color on #4A6344 background.