COLOR #749279

HEX: #749279
RGB: (116,146,121)

Renk bilgisi

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

RGB renk modeli

#749279 color RGB value is (116,146,121).

  • kırmız ton 116;
  • yeşil ton 146;
  • mavi ton 121.
RGB:
(116,146,121)
(45%,57%,47%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 146 of 255 = 57%
B 121 of 255 = 47%

116
146
121

R + G + B ~ 50%. #749279 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 146 + 121 = 383 (100%)
R 116 of 383 ~ 30.29%
G 146 of 383 ~ 38.12%
B 121 of 383 ~ 31.59%

%30.29
%38.12
%31.59

CMYK RENK MODELİ

#749279 rengi CMYK tonu (21,0,17,43).

  • camgöbeği tonu 20.55%
  • eflatun tonu 0.00%
  • sarı tonu 17.12%
  • ana renk tonu 42.75%
CMYK:
(21,0,17,43)
C21M0Y17K43 
(21%,0%,17%,43%)
(0.21/0.00/0.17/0.43)	

CMYK yüzdeleri

%20.55
%0
%17.12
%42.75

Codes

Color #749279 in popluar color models

749279
RGB116146121
HSL130°12.10%51.37%
HSB/HSV130°20.55%57.25%
CMYK20.55%0.00%17.12%
42.75%

Color #749279 in popluar number systems.

HEX749279
Decimal116146121
Binary1110100100100101111001
Octal164222171

Shades and tints

Shades of #749279

#749279
(116,146,121)
#6A856E
(106,133,110)
#607863
(96,120,99)
#566B58
(86,107,88)
#4C5E4D
(76,94,77)
#425142
(66,81,66)
#384437
(56,68,55)
#2E372C
(46,55,44)
#242A21
(36,42,33)
#1A1D16
(26,29,22)
#10100B
(16,16,11)
#000000
(0,0,0)

Tints of #749279

#749279
(116,146,121)
#809B85
(128,155,133)
#8CA491
(140,164,145)
#98AD9D
(152,173,157)
#A4B6A9
(164,182,169)
#B0BFB5
(176,191,181)
#BCC8C1
(188,200,193)
#C8D1CD
(200,209,205)
#D4DAD9
(212,218,217)
#E0E3E5
(224,227,229)
#ECECF1
(236,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749279 color. Also use rgb(116,146,121) instead hex code.

Text Font Color

.myTextColor { color: #749279; }

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

This text font color is #749279.


Background Color

.myBgColor { background-color: #749279; }

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

This div background color is #749279.


Border color

.myBorderColor { border: 1px solid #749279; }

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

This div border color is #749279.


Opacity

.myOpacity80 { color: #749279; opacity: 0.8; }

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

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

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

This text has shadow with #749279 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749279 on black background.


Color preview on white background

This text has color #749279 on white background.



Black color preview on #749279 background

This text has black color on #749279 background.


White color preview on #749279 background

This text has white color on #749279 background.