COLOR #74844D

HEX: #74844D
RGB: (116,132,77)

Renk bilgisi

#74844D contains red, green and blue colors in about the same proportion. #74844D ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#74844D color RGB value is (116,132,77).

  • kırmız ton 116;
  • yeşil ton 132;
  • mavi ton 77.
RGB:
(116,132,77)
(45%,52%,30%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 132 of 255 = 52%
B 77 of 255 = 30%

116
132
77

R + G + B ~ 42%. #74844D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 132 + 77 = 325 (100%)
R 116 of 325 ~ 35.69%
G 132 of 325 ~ 40.62%
B 77 of 325 ~ 23.69%

%35.69
%40.62
%23.69

CMYK RENK MODELİ

#74844D rengi CMYK tonu (12,0,42,48).

  • camgöbeği tonu 12.12%
  • eflatun tonu 0.00%
  • sarı tonu 41.67%
  • ana renk tonu 48.24%
CMYK:
(12,0,42,48)
C12M0Y42K48 
(12%,0%,42%,48%)
(0.12/0.00/0.42/0.48)	

CMYK yüzdeleri

%12.12
%0
%41.67
%48.24

Codes

Color #74844D in popluar color models

74844D
RGB11613277
HSL77°26.32%40.98%
HSB/HSV77°41.67%51.76%
CMYK12.12%0.00%41.67%
48.24%

Color #74844D in popluar number systems.

HEX74844D
Decimal11613277
Binary1110100100001001001101
Octal164204115

Shades and tints

Shades of #74844D

#74844D
(116,132,77)
#6A7846
(106,120,70)
#606C3F
(96,108,63)
#566038
(86,96,56)
#4C5431
(76,84,49)
#42482A
(66,72,42)
#383C23
(56,60,35)
#2E301C
(46,48,28)
#242415
(36,36,21)
#1A180E
(26,24,14)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #74844D

#74844D
(116,132,77)
#808F5D
(128,143,93)
#8C9A6D
(140,154,109)
#98A57D
(152,165,125)
#A4B08D
(164,176,141)
#B0BB9D
(176,187,157)
#BCC6AD
(188,198,173)
#C8D1BD
(200,209,189)
#D4DCCD
(212,220,205)
#E0E7DD
(224,231,221)
#ECF2ED
(236,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74844D color. Also use rgb(116,132,77) instead hex code.

Text Font Color

.myTextColor { color: #74844D; }

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

This text font color is #74844D.


Background Color

.myBgColor { background-color: #74844D; }

<div style="background-color:#74844D">Inner text</div>

This div background color is #74844D.


Border color

.myBorderColor { border: 1px solid #74844D; }

<div style="border:3px solid #74844D">Div</div>

This div border color is #74844D.


Opacity

.myOpacity80 { color: #74844D; opacity: 0.8; }

<p style="color:#74844D;opacity:0.8;">80%</p>

Text with #74844D 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 #74844D;}

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

This text has shadow with #74844D color.

.textShadow {text-shadow: 3px 3px 1px #74844D, 3px 3px 1px red;}

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

This text has shadow with #74844D primary color and red secondary color.


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

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

This text has shadow with #74844D and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74844D on black background.


Color preview on white background

This text has color #74844D on white background.



Black color preview on #74844D background

This text has black color on #74844D background.


White color preview on #74844D background

This text has white color on #74844D background.