COLOR #74A552

HEX: #74A552
RGB: (116,165,82)

Renk bilgisi

#74A552 contains mainly red and green colors. #74A552 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#74A552 color RGB value is (116,165,82).

  • kırmız ton 116;
  • yeşil ton 165;
  • mavi ton 82.
RGB:
(116,165,82)
(45%,65%,32%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 165 of 255 = 65%
B 82 of 255 = 32%

116
165
82

R + G + B ~ 47%. #74A552 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 165 + 82 = 363 (100%)
R 116 of 363 ~ 31.96%
G 165 of 363 ~ 45.45%
B 82 of 363 ~ 22.59%

%31.96
%45.45
%22.59

CMYK RENK MODELİ

#74A552 rengi CMYK tonu (30,0,50,35).

  • camgöbeği tonu 29.70%
  • eflatun tonu 0.00%
  • sarı tonu 50.30%
  • ana renk tonu 35.29%
CMYK:
(30,0,50,35)
C30M0Y50K35 
(30%,0%,50%,35%)
(0.30/0.00/0.50/0.35)	

CMYK yüzdeleri

%29.7
%0
%50.3
%35.29

Codes

Color #74A552 in popluar color models

74A552
RGB11616582
HSL95°33.60%48.43%
HSB/HSV95°50.30%64.71%
CMYK29.70%0.00%50.30%
35.29%

Color #74A552 in popluar number systems.

HEX74A552
Decimal11616582
Binary1110100101001011010010
Octal164245122

Shades and tints

Shades of #74A552

#74A552
(116,165,82)
#6A964B
(106,150,75)
#608744
(96,135,68)
#56783D
(86,120,61)
#4C6936
(76,105,54)
#425A2F
(66,90,47)
#384B28
(56,75,40)
#2E3C21
(46,60,33)
#242D1A
(36,45,26)
#1A1E13
(26,30,19)
#100F0C
(16,15,12)
#000000
(0,0,0)

Tints of #74A552

#74A552
(116,165,82)
#80AD61
(128,173,97)
#8CB570
(140,181,112)
#98BD7F
(152,189,127)
#A4C58E
(164,197,142)
#B0CD9D
(176,205,157)
#BCD5AC
(188,213,172)
#C8DDBB
(200,221,187)
#D4E5CA
(212,229,202)
#E0EDD9
(224,237,217)
#ECF5E8
(236,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74A552 color. Also use rgb(116,165,82) instead hex code.

Text Font Color

.myTextColor { color: #74A552; }

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

This text font color is #74A552.


Background Color

.myBgColor { background-color: #74A552; }

<div style="background-color:#74A552">Inner text</div>

This div background color is #74A552.


Border color

.myBorderColor { border: 1px solid #74A552; }

<div style="border:3px solid #74A552">Div</div>

This div border color is #74A552.


Opacity

.myOpacity80 { color: #74A552; opacity: 0.8; }

<p style="color:#74A552;opacity:0.8;">80%</p>

Text with #74A552 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 #74A552;}

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

This text has shadow with #74A552 color.

.textShadow {text-shadow: 3px 3px 1px #74A552, 3px 3px 1px red;}

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

This text has shadow with #74A552 primary color and red secondary color.


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

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

This text has shadow with #74A552 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A552 on black background.


Color preview on white background

This text has color #74A552 on white background.



Black color preview on #74A552 background

This text has black color on #74A552 background.


White color preview on #74A552 background

This text has white color on #74A552 background.