COLOR #738D73

HEX: #738D73
RGB: (115,141,115)

Renk bilgisi

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

RGB renk modeli

#738D73 color RGB value is (115,141,115).

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

RGB bağlantıları ve doygunluk

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

115
141
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 141 + 115 = 371 (100%)
R 115 of 371 ~ 31%
G 141 of 371 ~ 38.01%
B 115 of 371 ~ 31%

%31
%38.01
%31

CMYK RENK MODELİ

#738D73 rengi CMYK tonu (18,0,18,45).

  • camgöbeği tonu 18.44%
  • eflatun tonu 0.00%
  • sarı tonu 18.44%
  • ana renk tonu 44.71%
CMYK:
(18,0,18,45)
C18M0Y18K45 
(18%,0%,18%,45%)
(0.18/0.00/0.18/0.45)	

CMYK yüzdeleri

%18.44
%0
%18.44
%44.71

Codes

Color #738D73 in popluar color models

738D73
RGB115141115
HSL120°10.24%50.20%
HSB/HSV120°18.44%55.29%
CMYK18.44%0.00%18.44%
44.71%

Color #738D73 in popluar number systems.

HEX738D73
Decimal115141115
Binary1110011100011011110011
Octal163215163

Shades and tints

Shades of #738D73

#738D73
(115,141,115)
#698169
(105,129,105)
#5F755F
(95,117,95)
#556955
(85,105,85)
#4B5D4B
(75,93,75)
#415141
(65,81,65)
#374537
(55,69,55)
#2D392D
(45,57,45)
#232D23
(35,45,35)
#192119
(25,33,25)
#0F150F
(15,21,15)
#000000
(0,0,0)

Tints of #738D73

#738D73
(115,141,115)
#7F977F
(127,151,127)
#8BA18B
(139,161,139)
#97AB97
(151,171,151)
#A3B5A3
(163,181,163)
#AFBFAF
(175,191,175)
#BBC9BB
(187,201,187)
#C7D3C7
(199,211,199)
#D3DDD3
(211,221,211)
#DFE7DF
(223,231,223)
#EBF1EB
(235,241,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738D73; }

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

This text font color is #738D73.


Background Color

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

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

This div background color is #738D73.


Border color

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

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

This div border color is #738D73.


Opacity

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

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

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

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

This text has shadow with #738D73 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738D73 on black background.


Color preview on white background

This text has color #738D73 on white background.



Black color preview on #738D73 background

This text has black color on #738D73 background.


White color preview on #738D73 background

This text has white color on #738D73 background.