COLOR #737E5D

HEX: #737E5D
RGB: (115,126,93)

Renk bilgisi

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

RGB renk modeli

#737E5D color RGB value is (115,126,93).

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

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 126 of 255 = 49%
B 93 of 255 = 36%

115
126
93

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 126 + 93 = 334 (100%)
R 115 of 334 ~ 34.43%
G 126 of 334 ~ 37.72%
B 93 of 334 ~ 27.84%

%34.43
%37.72
%27.84

CMYK RENK MODELİ

#737E5D rengi CMYK tonu (9,0,26,51).

  • camgöbeği tonu 8.73%
  • eflatun tonu 0.00%
  • sarı tonu 26.19%
  • ana renk tonu 50.59%
CMYK:
(9,0,26,51)
C9M0Y26K51 
(9%,0%,26%,51%)
(0.09/0.00/0.26/0.51)	

CMYK yüzdeleri

%8.73
%0
%26.19
%50.59

Codes

Color #737E5D in popluar color models

737E5D
RGB11512693
HSL80°15.07%42.94%
HSB/HSV80°26.19%49.41%
CMYK8.73%0.00%26.19%
50.59%

Color #737E5D in popluar number systems.

HEX737E5D
Decimal11512693
Binary111001111111101011101
Octal163176135

Shades and tints

Shades of #737E5D

#737E5D
(115,126,93)
#697355
(105,115,85)
#5F684D
(95,104,77)
#555D45
(85,93,69)
#4B523D
(75,82,61)
#414735
(65,71,53)
#373C2D
(55,60,45)
#2D3125
(45,49,37)
#23261D
(35,38,29)
#191B15
(25,27,21)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #737E5D

#737E5D
(115,126,93)
#7F896B
(127,137,107)
#8B9479
(139,148,121)
#979F87
(151,159,135)
#A3AA95
(163,170,149)
#AFB5A3
(175,181,163)
#BBC0B1
(187,192,177)
#C7CBBF
(199,203,191)
#D3D6CD
(211,214,205)
#DFE1DB
(223,225,219)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #737E5D; }

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

This text font color is #737E5D.


Background Color

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

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

This div background color is #737E5D.


Border color

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

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

This div border color is #737E5D.


Opacity

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

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

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

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

This text has shadow with #737E5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737E5D on black background.


Color preview on white background

This text has color #737E5D on white background.



Black color preview on #737E5D background

This text has black color on #737E5D background.


White color preview on #737E5D background

This text has white color on #737E5D background.