COLOR #74866D

HEX: #74866D
RGB: (116,134,109)

Renk bilgisi

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

RGB renk modeli

#74866D color RGB value is (116,134,109).

  • kırmız ton 116;
  • yeşil ton 134;
  • mavi ton 109.
RGB:
(116,134,109)
(45%,53%,43%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 134 of 255 = 53%
B 109 of 255 = 43%

116
134
109

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 134 + 109 = 359 (100%)
R 116 of 359 ~ 32.31%
G 134 of 359 ~ 37.33%
B 109 of 359 ~ 30.36%

%32.31
%37.33
%30.36

CMYK RENK MODELİ

#74866D rengi CMYK tonu (13,0,19,47).

  • camgöbeği tonu 13.43%
  • eflatun tonu 0.00%
  • sarı tonu 18.66%
  • ana renk tonu 47.45%
CMYK:
(13,0,19,47)
C13M0Y19K47 
(13%,0%,19%,47%)
(0.13/0.00/0.19/0.47)	

CMYK yüzdeleri

%13.43
%0
%18.66
%47.45

Codes

Color #74866D in popluar color models

74866D
RGB116134109
HSL103°10.29%47.65%
HSB/HSV103°18.66%52.55%
CMYK13.43%0.00%18.66%
47.45%

Color #74866D in popluar number systems.

HEX74866D
Decimal116134109
Binary1110100100001101101101
Octal164206155

Shades and tints

Shades of #74866D

#74866D
(116,134,109)
#6A7A64
(106,122,100)
#606E5B
(96,110,91)
#566252
(86,98,82)
#4C5649
(76,86,73)
#424A40
(66,74,64)
#383E37
(56,62,55)
#2E322E
(46,50,46)
#242625
(36,38,37)
#1A1A1C
(26,26,28)
#100E13
(16,14,19)
#000000
(0,0,0)

Tints of #74866D

#74866D
(116,134,109)
#80917A
(128,145,122)
#8C9C87
(140,156,135)
#98A794
(152,167,148)
#A4B2A1
(164,178,161)
#B0BDAE
(176,189,174)
#BCC8BB
(188,200,187)
#C8D3C8
(200,211,200)
#D4DED5
(212,222,213)
#E0E9E2
(224,233,226)
#ECF4EF
(236,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #74866D color. Also use rgb(116,134,109) instead hex code.

Text Font Color

.myTextColor { color: #74866D; }

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

This text font color is #74866D.


Background Color

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

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

This div background color is #74866D.


Border color

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

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

This div border color is #74866D.


Opacity

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

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

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

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

This text has shadow with #74866D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #74866D on black background.


Color preview on white background

This text has color #74866D on white background.



Black color preview on #74866D background

This text has black color on #74866D background.


White color preview on #74866D background

This text has white color on #74866D background.