COLOR #748C4A

HEX: #748C4A
RGB: (116,140,74)

Renk bilgisi

#748C4A contains mainly red and green colors. #748C4A ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#748C4A color RGB value is (116,140,74).

  • kırmız ton 116;
  • yeşil ton 140;
  • mavi ton 74.
RGB:
(116,140,74)
(45%,55%,29%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 140 of 255 = 55%
B 74 of 255 = 29%

116
140
74

R + G + B ~ 43%. #748C4A is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 140 + 74 = 330 (100%)
R 116 of 330 ~ 35.15%
G 140 of 330 ~ 42.42%
B 74 of 330 ~ 22.42%

%35.15
%42.42
%22.42

CMYK RENK MODELİ

#748C4A rengi CMYK tonu (17,0,47,45).

  • camgöbeği tonu 17.14%
  • eflatun tonu 0.00%
  • sarı tonu 47.14%
  • ana renk tonu 45.10%
CMYK:
(17,0,47,45)
C17M0Y47K45 
(17%,0%,47%,45%)
(0.17/0.00/0.47/0.45)	

CMYK yüzdeleri

%17.14
%0
%47.14
%45.1

Codes

Color #748C4A in popluar color models

748C4A
RGB11614074
HSL82°30.84%41.96%
HSB/HSV82°47.14%54.90%
CMYK17.14%0.00%47.14%
45.10%

Color #748C4A in popluar number systems.

HEX748C4A
Decimal11614074
Binary1110100100011001001010
Octal164214112

Shades and tints

Shades of #748C4A

#748C4A
(116,140,74)
#6A8044
(106,128,68)
#60743E
(96,116,62)
#566838
(86,104,56)
#4C5C32
(76,92,50)
#42502C
(66,80,44)
#384426
(56,68,38)
#2E3820
(46,56,32)
#242C1A
(36,44,26)
#1A2014
(26,32,20)
#10140E
(16,20,14)
#000000
(0,0,0)

Tints of #748C4A

#748C4A
(116,140,74)
#80965A
(128,150,90)
#8CA06A
(140,160,106)
#98AA7A
(152,170,122)
#A4B48A
(164,180,138)
#B0BE9A
(176,190,154)
#BCC8AA
(188,200,170)
#C8D2BA
(200,210,186)
#D4DCCA
(212,220,202)
#E0E6DA
(224,230,218)
#ECF0EA
(236,240,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748C4A color. Also use rgb(116,140,74) instead hex code.

Text Font Color

.myTextColor { color: #748C4A; }

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

This text font color is #748C4A.


Background Color

.myBgColor { background-color: #748C4A; }

<div style="background-color:#748C4A">Inner text</div>

This div background color is #748C4A.


Border color

.myBorderColor { border: 1px solid #748C4A; }

<div style="border:3px solid #748C4A">Div</div>

This div border color is #748C4A.


Opacity

.myOpacity80 { color: #748C4A; opacity: 0.8; }

<p style="color:#748C4A;opacity:0.8;">80%</p>

Text with #748C4A 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 #748C4A;}

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

This text has shadow with #748C4A color.

.textShadow {text-shadow: 3px 3px 1px #748C4A, 3px 3px 1px red;}

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

This text has shadow with #748C4A primary color and red secondary color.


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

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

This text has shadow with #748C4A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748C4A on black background.


Color preview on white background

This text has color #748C4A on white background.



Black color preview on #748C4A background

This text has black color on #748C4A background.


White color preview on #748C4A background

This text has white color on #748C4A background.