COLOR #737E4D

HEX: #737E4D
RGB: (115,126,77)

Renk bilgisi

#737E4D contains red, green and blue colors in about the same proportion. #737E4D ‘ nin web güvenlik rengi #666633 (ya da #663) dir.

RGB renk modeli

#737E4D color RGB value is (115,126,77).

  • kırmız ton 115;
  • yeşil ton 126;
  • mavi ton 77.
RGB:
(115,126,77)
(45%,49%,30%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 126 of 255 = 49%
B 77 of 255 = 30%

115
126
77

R + G + B ~ 41%. #737E4D is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 126 + 77 = 318 (100%)
R 115 of 318 ~ 36.16%
G 126 of 318 ~ 39.62%
B 77 of 318 ~ 24.21%

%36.16
%39.62
%24.21

CMYK RENK MODELİ

#737E4D rengi CMYK tonu (9,0,39,51).

  • camgöbeği tonu 8.73%
  • eflatun tonu 0.00%
  • sarı tonu 38.89%
  • ana renk tonu 50.59%
CMYK:
(9,0,39,51)
C9M0Y39K51 
(9%,0%,39%,51%)
(0.09/0.00/0.39/0.51)	

CMYK yüzdeleri

%8.73
%0
%38.89
%50.59

Codes

Color #737E4D in popluar color models

737E4D
RGB11512677
HSL73°24.14%39.80%
HSB/HSV73°38.89%49.41%
CMYK8.73%0.00%38.89%
50.59%

Color #737E4D in popluar number systems.

HEX737E4D
Decimal11512677
Binary111001111111101001101
Octal163176115

Shades and tints

Shades of #737E4D

#737E4D
(115,126,77)
#697346
(105,115,70)
#5F683F
(95,104,63)
#555D38
(85,93,56)
#4B5231
(75,82,49)
#41472A
(65,71,42)
#373C23
(55,60,35)
#2D311C
(45,49,28)
#232615
(35,38,21)
#191B0E
(25,27,14)
#0F1007
(15,16,7)
#000000
(0,0,0)

Tints of #737E4D

#737E4D
(115,126,77)
#7F895D
(127,137,93)
#8B946D
(139,148,109)
#979F7D
(151,159,125)
#A3AA8D
(163,170,141)
#AFB59D
(175,181,157)
#BBC0AD
(187,192,173)
#C7CBBD
(199,203,189)
#D3D6CD
(211,214,205)
#DFE1DD
(223,225,221)
#EBECED
(235,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737E4D color. Also use rgb(115,126,77) instead hex code.

Text Font Color

.myTextColor { color: #737E4D; }

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

This text font color is #737E4D.


Background Color

.myBgColor { background-color: #737E4D; }

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

This div background color is #737E4D.


Border color

.myBorderColor { border: 1px solid #737E4D; }

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

This div border color is #737E4D.


Opacity

.myOpacity80 { color: #737E4D; opacity: 0.8; }

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

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

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

This text has shadow with #737E4D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737E4D on black background.


Color preview on white background

This text has color #737E4D on white background.



Black color preview on #737E4D background

This text has black color on #737E4D background.


White color preview on #737E4D background

This text has white color on #737E4D background.