COLOR #738B73

HEX: #738B73
RGB: (115,139,115)

Renk bilgisi

#738B73 contains red, green and blue colors in about the same proportion. #738B73 ‘ nin web güvenlik rengi #669966 (ya da #696) dir.

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

115
139
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 139 + 115 = 369 (100%)
R 115 of 369 ~ 31.17%
G 139 of 369 ~ 37.67%
B 115 of 369 ~ 31.17%

%31.17
%37.67
%31.17

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%17.27
%0
%17.27
%45.49

Codes

Color #738B73 in popluar color models

738B73
RGB115139115
HSL120°9.45%49.80%
HSB/HSV120°17.27%54.51%
CMYK17.27%0.00%17.27%
45.49%

Color #738B73 in popluar number systems.

HEX738B73
Decimal115139115
Binary1110011100010111110011
Octal163213163

Shades and tints

Shades of #738B73

#738B73
(115,139,115)
#697F69
(105,127,105)
#5F735F
(95,115,95)
#556755
(85,103,85)
#4B5B4B
(75,91,75)
#414F41
(65,79,65)
#374337
(55,67,55)
#2D372D
(45,55,45)
#232B23
(35,43,35)
#191F19
(25,31,25)
#0F130F
(15,19,15)
#000000
(0,0,0)

Tints of #738B73

#738B73
(115,139,115)
#7F957F
(127,149,127)
#8B9F8B
(139,159,139)
#97A997
(151,169,151)
#A3B3A3
(163,179,163)
#AFBDAF
(175,189,175)
#BBC7BB
(187,199,187)
#C7D1C7
(199,209,199)
#D3DBD3
(211,219,211)
#DFE5DF
(223,229,223)
#EBEFEB
(235,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738B73; }

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

This text font color is #738B73.


Background Color

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

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

This div background color is #738B73.


Border color

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

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

This div border color is #738B73.


Opacity

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

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

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

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

This text has shadow with #738B73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738B73 on black background.


Color preview on white background

This text has color #738B73 on white background.



Black color preview on #738B73 background

This text has black color on #738B73 background.


White color preview on #738B73 background

This text has white color on #738B73 background.