COLOR #738B4F

HEX: #738B4F
RGB: (115,139,79)

Renk bilgisi

#738B4F contains mainly red and green colors. #738B4F ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

#738B4F color RGB value is (115,139,79).

  • kırmız ton 115;
  • yeşil ton 139;
  • mavi ton 79.
RGB:
(115,139,79)
(45%,55%,31%)

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 139 of 255 = 55%
B 79 of 255 = 31%

115
139
79

R + G + B ~ 44%. #738B4F is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 139 + 79 = 333 (100%)
R 115 of 333 ~ 34.53%
G 139 of 333 ~ 41.74%
B 79 of 333 ~ 23.72%

%34.53
%41.74
%23.72

CMYK RENK MODELİ

#738B4F rengi CMYK tonu (17,0,43,45).

  • camgöbeği tonu 17.27%
  • eflatun tonu 0.00%
  • sarı tonu 43.17%
  • ana renk tonu 45.49%
CMYK:
(17,0,43,45)
C17M0Y43K45 
(17%,0%,43%,45%)
(0.17/0.00/0.43/0.45)	

CMYK yüzdeleri

%17.27
%0
%43.17
%45.49

Codes

Color #738B4F in popluar color models

738B4F
RGB11513979
HSL84°27.52%42.75%
HSB/HSV84°43.17%54.51%
CMYK17.27%0.00%43.17%
45.49%

Color #738B4F in popluar number systems.

HEX738B4F
Decimal11513979
Binary1110011100010111001111
Octal163213117

Shades and tints

Shades of #738B4F

#738B4F
(115,139,79)
#697F48
(105,127,72)
#5F7341
(95,115,65)
#55673A
(85,103,58)
#4B5B33
(75,91,51)
#414F2C
(65,79,44)
#374325
(55,67,37)
#2D371E
(45,55,30)
#232B17
(35,43,23)
#191F10
(25,31,16)
#0F1309
(15,19,9)
#000000
(0,0,0)

Tints of #738B4F

#738B4F
(115,139,79)
#7F955F
(127,149,95)
#8B9F6F
(139,159,111)
#97A97F
(151,169,127)
#A3B38F
(163,179,143)
#AFBD9F
(175,189,159)
#BBC7AF
(187,199,175)
#C7D1BF
(199,209,191)
#D3DBCF
(211,219,207)
#DFE5DF
(223,229,223)
#EBEFEF
(235,239,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738B4F color. Also use rgb(115,139,79) instead hex code.

Text Font Color

.myTextColor { color: #738B4F; }

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

This text font color is #738B4F.


Background Color

.myBgColor { background-color: #738B4F; }

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

This div background color is #738B4F.


Border color

.myBorderColor { border: 1px solid #738B4F; }

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

This div border color is #738B4F.


Opacity

.myOpacity80 { color: #738B4F; opacity: 0.8; }

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

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

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

This text has shadow with #738B4F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738B4F on black background.


Color preview on white background

This text has color #738B4F on white background.



Black color preview on #738B4F background

This text has black color on #738B4F background.


White color preview on #738B4F background

This text has white color on #738B4F background.