COLOR #74A50B

HEX: #74A50B
RGB: (116,165,11)

Renk bilgisi

#74A50B contains mainly red and green colors. #74A50B ‘ nin web güvenlik rengi #669900 (ya da #690) dir.

RGB renk modeli

#74A50B color RGB value is (116,165,11).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 165 of 255 = 65%
B 11 of 255 = 4%

116
165
11

R + G + B ~ 38%. #74A50B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 165 + 11 = 292 (100%)
R 116 of 292 ~ 39.73%
G 165 of 292 ~ 56.51%
B 11 of 292 ~ 3.77%

%39.73
%56.51

CMYK RENK MODELİ

#74A50B rengi CMYK tonu (30,0,93,35).

  • camgöbeği tonu 29.70%
  • eflatun tonu 0.00%
  • sarı tonu 93.33%
  • ana renk tonu 35.29%
CMYK:
(30,0,93,35)
C30M0Y93K35 
(30%,0%,93%,35%)
(0.30/0.00/0.93/0.35)	

CMYK yüzdeleri

%29.7
%0
%93.33
%35.29

Codes

Color #74A50B in popluar color models

74A50B
RGB11616511
HSL79°87.50%34.51%
HSB/HSV79°93.33%64.71%
CMYK29.70%0.00%93.33%
35.29%

Color #74A50B in popluar number systems.

HEX74A50B
Decimal11616511
Binary1110100101001011011
Octal16424513

Shades and tints

Shades of #74A50B

#74A50B
(116,165,11)
#6A960A
(106,150,10)
#608709
(96,135,9)
#567808
(86,120,8)
#4C6907
(76,105,7)
#425A06
(66,90,6)
#384B05
(56,75,5)
#2E3C04
(46,60,4)
#242D03
(36,45,3)
#1A1E02
(26,30,2)
#100F01
(16,15,1)
#000000
(0,0,0)

Tints of #74A50B

#74A50B
(116,165,11)
#80AD21
(128,173,33)
#8CB537
(140,181,55)
#98BD4D
(152,189,77)
#A4C563
(164,197,99)
#B0CD79
(176,205,121)
#BCD58F
(188,213,143)
#C8DDA5
(200,221,165)
#D4E5BB
(212,229,187)
#E0EDD1
(224,237,209)
#ECF5E7
(236,245,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #74A50B; }

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

This text font color is #74A50B.


Background Color

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

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

This div background color is #74A50B.


Border color

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

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

This div border color is #74A50B.


Opacity

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

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

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

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

This text has shadow with #74A50B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74A50B on black background.


Color preview on white background

This text has color #74A50B on white background.



Black color preview on #74A50B background

This text has black color on #74A50B background.


White color preview on #74A50B background

This text has white color on #74A50B background.