COLOR #749276

HEX: #749276
RGB: (116,146,118)

Renk bilgisi

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

RGB renk modeli

#749276 color RGB value is (116,146,118).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 146 of 255 = 57%
B 118 of 255 = 46%

116
146
118

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 146 + 118 = 380 (100%)
R 116 of 380 ~ 30.53%
G 146 of 380 ~ 38.42%
B 118 of 380 ~ 31.05%

%30.53
%38.42
%31.05

CMYK RENK MODELİ

#749276 rengi CMYK tonu (21,0,19,43).

  • camgöbeği tonu 20.55%
  • eflatun tonu 0.00%
  • sarı tonu 19.18%
  • ana renk tonu 42.75%
CMYK:
(21,0,19,43)
C21M0Y19K43 
(21%,0%,19%,43%)
(0.21/0.00/0.19/0.43)	

CMYK yüzdeleri

%20.55
%0
%19.18
%42.75

Codes

Color #749276 in popluar color models

749276
RGB116146118
HSL124°12.10%51.37%
HSB/HSV124°20.55%57.25%
CMYK20.55%0.00%19.18%
42.75%

Color #749276 in popluar number systems.

HEX749276
Decimal116146118
Binary1110100100100101110110
Octal164222166

Shades and tints

Shades of #749276

#749276
(116,146,118)
#6A856C
(106,133,108)
#607862
(96,120,98)
#566B58
(86,107,88)
#4C5E4E
(76,94,78)
#425144
(66,81,68)
#38443A
(56,68,58)
#2E3730
(46,55,48)
#242A26
(36,42,38)
#1A1D1C
(26,29,28)
#101012
(16,16,18)
#000000
(0,0,0)

Tints of #749276

#749276
(116,146,118)
#809B82
(128,155,130)
#8CA48E
(140,164,142)
#98AD9A
(152,173,154)
#A4B6A6
(164,182,166)
#B0BFB2
(176,191,178)
#BCC8BE
(188,200,190)
#C8D1CA
(200,209,202)
#D4DAD6
(212,218,214)
#E0E3E2
(224,227,226)
#ECECEE
(236,236,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749276; }

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

This text font color is #749276.


Background Color

.myBgColor { background-color: #749276; }

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

This div background color is #749276.


Border color

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

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

This div border color is #749276.


Opacity

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

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

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

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

This text has shadow with #749276 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749276 on black background.


Color preview on white background

This text has color #749276 on white background.



Black color preview on #749276 background

This text has black color on #749276 background.


White color preview on #749276 background

This text has white color on #749276 background.