COLOR #749375

HEX: #749375
RGB: (116,147,117)

Renk bilgisi

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

RGB renk modeli

#749375 color RGB value is (116,147,117).

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

RGB bağlantıları ve doygunluk

R 116 of 255 = 45%
G 147 of 255 = 58%
B 117 of 255 = 46%

116
147
117

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

Yüzdelerle RGB renk parçaları

R + G + B =
116 + 147 + 117 = 380 (100%)
R 116 of 380 ~ 30.53%
G 147 of 380 ~ 38.68%
B 117 of 380 ~ 30.79%

%30.53
%38.68
%30.79

CMYK RENK MODELİ

#749375 rengi CMYK tonu (21,0,20,42).

  • camgöbeği tonu 21.09%
  • eflatun tonu 0.00%
  • sarı tonu 20.41%
  • ana renk tonu 42.35%
CMYK:
(21,0,20,42)
C21M0Y20K42 
(21%,0%,20%,42%)
(0.21/0.00/0.20/0.42)	

CMYK yüzdeleri

%21.09
%0
%20.41
%42.35

Codes

Color #749375 in popluar color models

749375
RGB116147117
HSL122°12.55%51.57%
HSB/HSV122°21.09%57.65%
CMYK21.09%0.00%20.41%
42.35%

Color #749375 in popluar number systems.

HEX749375
Decimal116147117
Binary1110100100100111110101
Octal164223165

Shades and tints

Shades of #749375

#749375
(116,147,117)
#6A866B
(106,134,107)
#607961
(96,121,97)
#566C57
(86,108,87)
#4C5F4D
(76,95,77)
#425243
(66,82,67)
#384539
(56,69,57)
#2E382F
(46,56,47)
#242B25
(36,43,37)
#1A1E1B
(26,30,27)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #749375

#749375
(116,147,117)
#809C81
(128,156,129)
#8CA58D
(140,165,141)
#98AE99
(152,174,153)
#A4B7A5
(164,183,165)
#B0C0B1
(176,192,177)
#BCC9BD
(188,201,189)
#C8D2C9
(200,210,201)
#D4DBD5
(212,219,213)
#E0E4E1
(224,228,225)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #749375; }

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

This text font color is #749375.


Background Color

.myBgColor { background-color: #749375; }

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

This div background color is #749375.


Border color

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

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

This div border color is #749375.


Opacity

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

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

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

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

This text has shadow with #749375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #749375 on black background.


Color preview on white background

This text has color #749375 on white background.



Black color preview on #749375 background

This text has black color on #749375 background.


White color preview on #749375 background

This text has white color on #749375 background.