COLOR #738949

HEX: #738949
RGB: (115,137,73)

Renk bilgisi

#738949 contains mainly red and green colors. #738949 ‘ nin web güvenlik rengi #669933 (ya da #693) dir.

RGB renk modeli

#738949 color RGB value is (115,137,73).

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

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 137 of 255 = 54%
B 73 of 255 = 29%

115
137
73

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 137 + 73 = 325 (100%)
R 115 of 325 ~ 35.38%
G 137 of 325 ~ 42.15%
B 73 of 325 ~ 22.46%

%35.38
%42.15
%22.46

CMYK RENK MODELİ

#738949 rengi CMYK tonu (16,0,47,46).

  • camgöbeği tonu 16.06%
  • eflatun tonu 0.00%
  • sarı tonu 46.72%
  • ana renk tonu 46.27%
CMYK:
(16,0,47,46)
C16M0Y47K46 
(16%,0%,47%,46%)
(0.16/0.00/0.47/0.46)	

CMYK yüzdeleri

%16.06
%0
%46.72
%46.27

Codes

Color #738949 in popluar color models

738949
RGB11513773
HSL81°30.48%41.18%
HSB/HSV81°46.72%53.73%
CMYK16.06%0.00%46.72%
46.27%

Color #738949 in popluar number systems.

HEX738949
Decimal11513773
Binary1110011100010011001001
Octal163211111

Shades and tints

Shades of #738949

#738949
(115,137,73)
#697D43
(105,125,67)
#5F713D
(95,113,61)
#556537
(85,101,55)
#4B5931
(75,89,49)
#414D2B
(65,77,43)
#374125
(55,65,37)
#2D351F
(45,53,31)
#232919
(35,41,25)
#191D13
(25,29,19)
#0F110D
(15,17,13)
#000000
(0,0,0)

Tints of #738949

#738949
(115,137,73)
#7F9359
(127,147,89)
#8B9D69
(139,157,105)
#97A779
(151,167,121)
#A3B189
(163,177,137)
#AFBB99
(175,187,153)
#BBC5A9
(187,197,169)
#C7CFB9
(199,207,185)
#D3D9C9
(211,217,201)
#DFE3D9
(223,227,217)
#EBEDE9
(235,237,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738949; }

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

This text font color is #738949.


Background Color

.myBgColor { background-color: #738949; }

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

This div background color is #738949.


Border color

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

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

This div border color is #738949.


Opacity

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

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

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

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

This text has shadow with #738949 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738949 on black background.


Color preview on white background

This text has color #738949 on white background.



Black color preview on #738949 background

This text has black color on #738949 background.


White color preview on #738949 background

This text has white color on #738949 background.