COLOR #748F4C

HEX: #748F4C
RGB: (116,143,76)

Renk bilgisi

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

RGB renk modeli

#748F4C color RGB value is (116,143,76).

  • kırmız ton 116;
  • yeşil ton 143;
  • mavi ton 76.
RGB:
(116,143,76)
(45%,56%,30%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 143 of 255 = 56%
B 76 of 255 = 30%

116
143
76

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 143 + 76 = 335 (100%)
R 116 of 335 ~ 34.63%
G 143 of 335 ~ 42.69%
B 76 of 335 ~ 22.69%

%34.63
%42.69
%22.69

CMYK RENK MODELİ

#748F4C rengi CMYK tonu (19,0,47,44).

  • camgöbeği tonu 18.88%
  • eflatun tonu 0.00%
  • sarı tonu 46.85%
  • ana renk tonu 43.92%
CMYK:
(19,0,47,44)
C19M0Y47K44 
(19%,0%,47%,44%)
(0.19/0.00/0.47/0.44)	

CMYK yüzdeleri

%18.88
%0
%46.85
%43.92

Codes

Color #748F4C in popluar color models

748F4C
RGB11614376
HSL84°30.59%42.94%
HSB/HSV84°46.85%56.08%
CMYK18.88%0.00%46.85%
43.92%

Color #748F4C in popluar number systems.

HEX748F4C
Decimal11614376
Binary1110100100011111001100
Octal164217114

Shades and tints

Shades of #748F4C

#748F4C
(116,143,76)
#6A8246
(106,130,70)
#607540
(96,117,64)
#56683A
(86,104,58)
#4C5B34
(76,91,52)
#424E2E
(66,78,46)
#384128
(56,65,40)
#2E3422
(46,52,34)
#24271C
(36,39,28)
#1A1A16
(26,26,22)
#100D10
(16,13,16)
#000000
(0,0,0)

Tints of #748F4C

#748F4C
(116,143,76)
#80995C
(128,153,92)
#8CA36C
(140,163,108)
#98AD7C
(152,173,124)
#A4B78C
(164,183,140)
#B0C19C
(176,193,156)
#BCCBAC
(188,203,172)
#C8D5BC
(200,213,188)
#D4DFCC
(212,223,204)
#E0E9DC
(224,233,220)
#ECF3EC
(236,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748F4C color. Also use rgb(116,143,76) instead hex code.

Text Font Color

.myTextColor { color: #748F4C; }

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

This text font color is #748F4C.


Background Color

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

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

This div background color is #748F4C.


Border color

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

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

This div border color is #748F4C.


Opacity

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

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

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

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

This text has shadow with #748F4C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748F4C on black background.


Color preview on white background

This text has color #748F4C on white background.



Black color preview on #748F4C background

This text has black color on #748F4C background.


White color preview on #748F4C background

This text has white color on #748F4C background.