COLOR #74820B

HEX: #74820B
RGB: (116,130,11)

Renk bilgisi

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

RGB renk modeli

#74820B color RGB value is (116,130,11).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 130 of 255 = 51%
B 11 of 255 = 4%

116
130
11

R + G + B ~ 33%. #74820B is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 130 + 11 = 257 (100%)
R 116 of 257 ~ 45.14%
G 130 of 257 ~ 50.58%
B 11 of 257 ~ 4.28%

%45.14
%50.58

CMYK RENK MODELİ

#74820B rengi CMYK tonu (11,0,92,49).

  • camgöbeği tonu 10.77%
  • eflatun tonu 0.00%
  • sarı tonu 91.54%
  • ana renk tonu 49.02%
CMYK:
(11,0,92,49)
C11M0Y92K49 
(11%,0%,92%,49%)
(0.11/0.00/0.92/0.49)	

CMYK yüzdeleri

%10.77
%0
%91.54
%49.02

Codes

Color #74820B in popluar color models

74820B
RGB11613011
HSL67°84.40%27.65%
HSB/HSV67°91.54%50.98%
CMYK10.77%0.00%91.54%
49.02%

Color #74820B in popluar number systems.

HEX74820B
Decimal11613011
Binary1110100100000101011
Octal16420213

Shades and tints

Shades of #74820B

#74820B
(116,130,11)
#6A770A
(106,119,10)
#606C09
(96,108,9)
#566108
(86,97,8)
#4C5607
(76,86,7)
#424B06
(66,75,6)
#384005
(56,64,5)
#2E3504
(46,53,4)
#242A03
(36,42,3)
#1A1F02
(26,31,2)
#101401
(16,20,1)
#000000
(0,0,0)

Tints of #74820B

#74820B
(116,130,11)
#808D21
(128,141,33)
#8C9837
(140,152,55)
#98A34D
(152,163,77)
#A4AE63
(164,174,99)
#B0B979
(176,185,121)
#BCC48F
(188,196,143)
#C8CFA5
(200,207,165)
#D4DABB
(212,218,187)
#E0E5D1
(224,229,209)
#ECF0E7
(236,240,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74820B color. Also use rgb(116,130,11) instead hex code.

Text Font Color

.myTextColor { color: #74820B; }

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

This text font color is #74820B.


Background Color

.myBgColor { background-color: #74820B; }

<div style="background-color:#74820B">Inner text</div>

This div background color is #74820B.


Border color

.myBorderColor { border: 1px solid #74820B; }

<div style="border:3px solid #74820B">Div</div>

This div border color is #74820B.


Opacity

.myOpacity80 { color: #74820B; opacity: 0.8; }

<p style="color:#74820B;opacity:0.8;">80%</p>

Text with #74820B 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 #74820B;}

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

This text has shadow with #74820B color.

.textShadow {text-shadow: 3px 3px 1px #74820B, 3px 3px 1px red;}

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

This text has shadow with #74820B primary color and red secondary color.


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

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

This text has shadow with #74820B and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74820B on black background.


Color preview on white background

This text has color #74820B on white background.



Black color preview on #74820B background

This text has black color on #74820B background.


White color preview on #74820B background

This text has white color on #74820B background.