COLOR #737F4A

HEX: #737F4A
RGB: (115,127,74)

Renk bilgisi

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

RGB renk modeli

#737F4A color RGB value is (115,127,74).

  • kırmız ton 115;
  • yeşil ton 127;
  • mavi ton 74.
RGB:
(115,127,74)
(45%,50%,29%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 127 of 255 = 50%
B 74 of 255 = 29%

115
127
74

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 127 + 74 = 316 (100%)
R 115 of 316 ~ 36.39%
G 127 of 316 ~ 40.19%
B 74 of 316 ~ 23.42%

%36.39
%40.19
%23.42

CMYK RENK MODELİ

#737F4A rengi CMYK tonu (9,0,42,50).

  • camgöbeği tonu 9.45%
  • eflatun tonu 0.00%
  • sarı tonu 41.73%
  • ana renk tonu 50.20%
CMYK:
(9,0,42,50)
C9M0Y42K50 
(9%,0%,42%,50%)
(0.09/0.00/0.42/0.50)	

CMYK yüzdeleri

%9.45
%0
%41.73
%50.2

Codes

Color #737F4A in popluar color models

737F4A
RGB11512774
HSL74°26.37%39.41%
HSB/HSV74°41.73%49.80%
CMYK9.45%0.00%41.73%
50.20%

Color #737F4A in popluar number systems.

HEX737F4A
Decimal11512774
Binary111001111111111001010
Octal163177112

Shades and tints

Shades of #737F4A

#737F4A
(115,127,74)
#697444
(105,116,68)
#5F693E
(95,105,62)
#555E38
(85,94,56)
#4B5332
(75,83,50)
#41482C
(65,72,44)
#373D26
(55,61,38)
#2D3220
(45,50,32)
#23271A
(35,39,26)
#191C14
(25,28,20)
#0F110E
(15,17,14)
#000000
(0,0,0)

Tints of #737F4A

#737F4A
(115,127,74)
#7F8A5A
(127,138,90)
#8B956A
(139,149,106)
#97A07A
(151,160,122)
#A3AB8A
(163,171,138)
#AFB69A
(175,182,154)
#BBC1AA
(187,193,170)
#C7CCBA
(199,204,186)
#D3D7CA
(211,215,202)
#DFE2DA
(223,226,218)
#EBEDEA
(235,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737F4A color. Also use rgb(115,127,74) instead hex code.

Text Font Color

.myTextColor { color: #737F4A; }

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

This text font color is #737F4A.


Background Color

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

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

This div background color is #737F4A.


Border color

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

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

This div border color is #737F4A.


Opacity

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

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

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

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

This text has shadow with #737F4A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737F4A on black background.


Color preview on white background

This text has color #737F4A on white background.



Black color preview on #737F4A background

This text has black color on #737F4A background.


White color preview on #737F4A background

This text has white color on #737F4A background.