COLOR #74B528

HEX: #74B528
RGB: (116,181,40)

Renk bilgisi

#74B528 contains mainly green color. #74B528 ‘ nin web güvenlik rengi #66CC33 (ya da #6C3) dir.

RGB renk modeli

#74B528 color RGB value is (116,181,40).

  • kırmız ton 116;
  • yeşil ton 181;
  • mavi ton 40.
RGB:
(116,181,40)
(45%,71%,16%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 181 of 255 = 71%
B 40 of 255 = 16%

116
181
40

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 181 + 40 = 337 (100%)
R 116 of 337 ~ 34.42%
G 181 of 337 ~ 53.71%
B 40 of 337 ~ 11.87%

%34.42
%53.71
%11.87

CMYK RENK MODELİ

#74B528 rengi CMYK tonu (36,0,78,29).

  • camgöbeği tonu 35.91%
  • eflatun tonu 0.00%
  • sarı tonu 77.90%
  • ana renk tonu 29.02%
CMYK:
(36,0,78,29)
C36M0Y78K29 
(36%,0%,78%,29%)
(0.36/0.00/0.78/0.29)	

CMYK yüzdeleri

%35.91
%0
%77.9
%29.02

Codes

Color #74B528 in popluar color models

74B528
RGB11618140
HSL88°63.80%43.33%
HSB/HSV88°77.90%70.98%
CMYK35.91%0.00%77.90%
29.02%

Color #74B528 in popluar number systems.

HEX74B528
Decimal11618140
Binary111010010110101101000
Octal16426550

Shades and tints

Shades of #74B528

#74B528
(116,181,40)
#6AA525
(106,165,37)
#609522
(96,149,34)
#56851F
(86,133,31)
#4C751C
(76,117,28)
#426519
(66,101,25)
#385516
(56,85,22)
#2E4513
(46,69,19)
#243510
(36,53,16)
#1A250D
(26,37,13)
#10150A
(16,21,10)
#000000
(0,0,0)

Tints of #74B528

#74B528
(116,181,40)
#80BB3B
(128,187,59)
#8CC14E
(140,193,78)
#98C761
(152,199,97)
#A4CD74
(164,205,116)
#B0D387
(176,211,135)
#BCD99A
(188,217,154)
#C8DFAD
(200,223,173)
#D4E5C0
(212,229,192)
#E0EBD3
(224,235,211)
#ECF1E6
(236,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B528 color. Also use rgb(116,181,40) instead hex code.

Text Font Color

.myTextColor { color: #74B528; }

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

This text font color is #74B528.


Background Color

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

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

This div background color is #74B528.


Border color

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

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

This div border color is #74B528.


Opacity

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

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

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

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

This text has shadow with #74B528 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B528 on black background.


Color preview on white background

This text has color #74B528 on white background.



Black color preview on #74B528 background

This text has black color on #74B528 background.


White color preview on #74B528 background

This text has white color on #74B528 background.