COLOR #737149

HEX: #737149
RGB: (115,113,73)

Renk bilgisi

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

RGB renk modeli

#737149 color RGB value is (115,113,73).

  • kırmız ton 115;
  • yeşil ton 113;
  • mavi ton 73.
RGB:
(115,113,73)
(45%,44%,29%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 113 of 255 = 44%
B 73 of 255 = 29%

115
113
73

R + G + B ~ 39%. #737149 is quite dark color.

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 113 + 73 = 301 (100%)
R 115 of 301 ~ 38.21%
G 113 of 301 ~ 37.54%
B 73 of 301 ~ 24.25%

%38.21
%37.54
%24.25

CMYK RENK MODELİ

#737149 rengi CMYK tonu (0,2,37,55).

  • camgöbeği tonu 0.00%
  • eflatun tonu 1.74%
  • sarı tonu 36.52%
  • ana renk tonu 54.90%
CMYK:
(0,2,37,55)
C0M2Y37K55 
(0%,2%,37%,55%)
(0.00/0.02/0.37/0.55)	

CMYK yüzdeleri

%0
%1.74
%36.52
%54.9

Codes

Color #737149 in popluar color models

737149
RGB11511373
HSL57°22.34%36.86%
HSB/HSV57°36.52%45.10%
CMYK0.00%1.74%36.52%
54.90%

Color #737149 in popluar number systems.

HEX737149
Decimal11511373
Binary111001111100011001001
Octal163161111

Shades and tints

Shades of #737149

#737149
(115,113,73)
#696743
(105,103,67)
#5F5D3D
(95,93,61)
#555337
(85,83,55)
#4B4931
(75,73,49)
#413F2B
(65,63,43)
#373525
(55,53,37)
#2D2B1F
(45,43,31)
#232119
(35,33,25)
#191713
(25,23,19)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #737149

#737149
(115,113,73)
#7F7D59
(127,125,89)
#8B8969
(139,137,105)
#979579
(151,149,121)
#A3A189
(163,161,137)
#AFAD99
(175,173,153)
#BBB9A9
(187,185,169)
#C7C5B9
(199,197,185)
#D3D1C9
(211,209,201)
#DFDDD9
(223,221,217)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #737149 color. Also use rgb(115,113,73) instead hex code.

Text Font Color

.myTextColor { color: #737149; }

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

This text font color is #737149.


Background Color

.myBgColor { background-color: #737149; }

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

This div background color is #737149.


Border color

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

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

This div border color is #737149.


Opacity

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

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

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

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

This text has shadow with #737149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #737149 on black background.


Color preview on white background

This text has color #737149 on white background.



Black color preview on #737149 background

This text has black color on #737149 background.


White color preview on #737149 background

This text has white color on #737149 background.