COLOR #749357

HEX: #749357
RGB: (116,147,87)

Renk bilgisi

#749357 contains mainly red and green colors. #749357 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#749357 color RGB value is (116,147,87).

  • kırmız ton 116;
  • yeşil ton 147;
  • mavi ton 87.
RGB:
(116,147,87)
(45%,58%,34%)

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 147 of 255 = 58%
B 87 of 255 = 34%

116
147
87

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 147 + 87 = 350 (100%)
R 116 of 350 ~ 33.14%
G 147 of 350 ~ 42%
B 87 of 350 ~ 24.86%

%33.14
%42
%24.86

CMYK RENK MODELİ

#749357 rengi CMYK tonu (21,0,41,42).

  • camgöbeği tonu 21.09%
  • eflatun tonu 0.00%
  • sarı tonu 40.82%
  • ana renk tonu 42.35%
CMYK:
(21,0,41,42)
C21M0Y41K42 
(21%,0%,41%,42%)
(0.21/0.00/0.41/0.42)	

CMYK yüzdeleri

%21.09
%0
%40.82
%42.35

Codes

Color #749357 in popluar color models

749357
RGB11614787
HSL91°25.64%45.88%
HSB/HSV91°40.82%57.65%
CMYK21.09%0.00%40.82%
42.35%

Color #749357 in popluar number systems.

HEX749357
Decimal11614787
Binary1110100100100111010111
Octal164223127

Shades and tints

Shades of #749357

#749357
(116,147,87)
#6A8650
(106,134,80)
#607949
(96,121,73)
#566C42
(86,108,66)
#4C5F3B
(76,95,59)
#425234
(66,82,52)
#38452D
(56,69,45)
#2E3826
(46,56,38)
#242B1F
(36,43,31)
#1A1E18
(26,30,24)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #749357

#749357
(116,147,87)
#809C66
(128,156,102)
#8CA575
(140,165,117)
#98AE84
(152,174,132)
#A4B793
(164,183,147)
#B0C0A2
(176,192,162)
#BCC9B1
(188,201,177)
#C8D2C0
(200,210,192)
#D4DBCF
(212,219,207)
#E0E4DE
(224,228,222)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #749357 color. Also use rgb(116,147,87) instead hex code.

Text Font Color

.myTextColor { color: #749357; }

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

This text font color is #749357.


Background Color

.myBgColor { background-color: #749357; }

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

This div background color is #749357.


Border color

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

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

This div border color is #749357.


Opacity

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

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

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

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

This text has shadow with #749357 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749357 on black background.


Color preview on white background

This text has color #749357 on white background.



Black color preview on #749357 background

This text has black color on #749357 background.


White color preview on #749357 background

This text has white color on #749357 background.