COLOR #74B42C

HEX: #74B42C
RGB: (116,180,44)

Renk bilgisi

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

RGB renk modeli

#74B42C color RGB value is (116,180,44).

  • kırmız ton 116;
  • yeşil ton 180;
  • mavi ton 44.
RGB:
(116,180,44)
(45%,71%,17%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 180 of 255 = 71%
B 44 of 255 = 17%

116
180
44

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 180 + 44 = 340 (100%)
R 116 of 340 ~ 34.12%
G 180 of 340 ~ 52.94%
B 44 of 340 ~ 12.94%

%34.12
%52.94
%12.94

CMYK RENK MODELİ

#74B42C rengi CMYK tonu (36,0,76,29).

  • camgöbeği tonu 35.56%
  • eflatun tonu 0.00%
  • sarı tonu 75.56%
  • ana renk tonu 29.41%
CMYK:
(36,0,76,29)
C36M0Y76K29 
(36%,0%,76%,29%)
(0.36/0.00/0.76/0.29)	

CMYK yüzdeleri

%35.56
%0
%75.56
%29.41

Codes

Color #74B42C in popluar color models

74B42C
RGB11618044
HSL88°60.71%43.92%
HSB/HSV88°75.56%70.59%
CMYK35.56%0.00%75.56%
29.41%

Color #74B42C in popluar number systems.

HEX74B42C
Decimal11618044
Binary111010010110100101100
Octal16426454

Shades and tints

Shades of #74B42C

#74B42C
(116,180,44)
#6AA428
(106,164,40)
#609424
(96,148,36)
#568420
(86,132,32)
#4C741C
(76,116,28)
#426418
(66,100,24)
#385414
(56,84,20)
#2E4410
(46,68,16)
#24340C
(36,52,12)
#1A2408
(26,36,8)
#101404
(16,20,4)
#000000
(0,0,0)

Tints of #74B42C

#74B42C
(116,180,44)
#80BA3F
(128,186,63)
#8CC052
(140,192,82)
#98C665
(152,198,101)
#A4CC78
(164,204,120)
#B0D28B
(176,210,139)
#BCD89E
(188,216,158)
#C8DEB1
(200,222,177)
#D4E4C4
(212,228,196)
#E0EAD7
(224,234,215)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74B42C color. Also use rgb(116,180,44) instead hex code.

Text Font Color

.myTextColor { color: #74B42C; }

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

This text font color is #74B42C.


Background Color

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

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

This div background color is #74B42C.


Border color

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

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

This div border color is #74B42C.


Opacity

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

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

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

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

This text has shadow with #74B42C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74B42C on black background.


Color preview on white background

This text has color #74B42C on white background.



Black color preview on #74B42C background

This text has black color on #74B42C background.


White color preview on #74B42C background

This text has white color on #74B42C background.