COLOR #4A7741

HEX: #4A7741
RGB: (74,119,65)

Renk bilgisi

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

RGB renk modeli

#4A7741 color RGB value is (74,119,65).

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

RGB bağlantıları ve doygunluk

R 74 of 255 = 29%
G 119 of 255 = 47%
B 65 of 255 = 25%

74
119
65

R + G + B ~ 34%. #4A7741 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
74 + 119 + 65 = 258 (100%)
R 74 of 258 ~ 28.68%
G 119 of 258 ~ 46.12%
B 65 of 258 ~ 25.19%

%28.68
%46.12
%25.19

CMYK RENK MODELİ

#4A7741 rengi CMYK tonu (38,0,45,53).

  • camgöbeği tonu 37.82%
  • eflatun tonu 0.00%
  • sarı tonu 45.38%
  • ana renk tonu 53.33%
CMYK:
(38,0,45,53)
C38M0Y45K53 
(38%,0%,45%,53%)
(0.38/0.00/0.45/0.53)	

CMYK yüzdeleri

%37.82
%0
%45.38
%53.33

Codes

Color #4A7741 in popluar color models

4A7741
RGB7411965
HSL110°29.35%36.08%
HSB/HSV110°45.38%46.67%
CMYK37.82%0.00%45.38%
53.33%

Color #4A7741 in popluar number systems.

HEX4A7741
Decimal7411965
Binary100101011101111000001
Octal112167101

Shades and tints

Shades of #4A7741

#4A7741
(74,119,65)
#446D3C
(68,109,60)
#3E6337
(62,99,55)
#385932
(56,89,50)
#324F2D
(50,79,45)
#2C4528
(44,69,40)
#263B23
(38,59,35)
#20311E
(32,49,30)
#1A2719
(26,39,25)
#141D14
(20,29,20)
#0E130F
(14,19,15)
#000000
(0,0,0)

Tints of #4A7741

#4A7741
(74,119,65)
#5A8352
(90,131,82)
#6A8F63
(106,143,99)
#7A9B74
(122,155,116)
#8AA785
(138,167,133)
#9AB396
(154,179,150)
#AABFA7
(170,191,167)
#BACBB8
(186,203,184)
#CAD7C9
(202,215,201)
#DAE3DA
(218,227,218)
#EAEFEB
(234,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4A7741; }

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

This text font color is #4A7741.


Background Color

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

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

This div background color is #4A7741.


Border color

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

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

This div border color is #4A7741.


Opacity

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

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

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

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

This text has shadow with #4A7741 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4A7741 on black background.


Color preview on white background

This text has color #4A7741 on white background.



Black color preview on #4A7741 background

This text has black color on #4A7741 background.


White color preview on #4A7741 background

This text has white color on #4A7741 background.