COLOR #738473

HEX: #738473
RGB: (115,132,115)

Renk bilgisi

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

RGB renk modeli

#738473 color RGB value is (115,132,115).

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

RGB bağlantıları ve doygunluk

R 115 of 255 = 45%
G 132 of 255 = 52%
B 115 of 255 = 45%

115
132
115

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 132 + 115 = 362 (100%)
R 115 of 362 ~ 31.77%
G 132 of 362 ~ 36.46%
B 115 of 362 ~ 31.77%

%31.77
%36.46
%31.77

CMYK RENK MODELİ

#738473 rengi CMYK tonu (13,0,13,48).

  • camgöbeği tonu 12.88%
  • eflatun tonu 0.00%
  • sarı tonu 12.88%
  • ana renk tonu 48.24%
CMYK:
(13,0,13,48)
C13M0Y13K48 
(13%,0%,13%,48%)
(0.13/0.00/0.13/0.48)	

CMYK yüzdeleri

%12.88
%0
%12.88
%48.24

Codes

Color #738473 in popluar color models

738473
RGB115132115
HSL120°6.88%48.43%
HSB/HSV120°12.88%51.76%
CMYK12.88%0.00%12.88%
48.24%

Color #738473 in popluar number systems.

HEX738473
Decimal115132115
Binary1110011100001001110011
Octal163204163

Shades and tints

Shades of #738473

#738473
(115,132,115)
#697869
(105,120,105)
#5F6C5F
(95,108,95)
#556055
(85,96,85)
#4B544B
(75,84,75)
#414841
(65,72,65)
#373C37
(55,60,55)
#2D302D
(45,48,45)
#232423
(35,36,35)
#191819
(25,24,25)
#0F0C0F
(15,12,15)
#000000
(0,0,0)

Tints of #738473

#738473
(115,132,115)
#7F8F7F
(127,143,127)
#8B9A8B
(139,154,139)
#97A597
(151,165,151)
#A3B0A3
(163,176,163)
#AFBBAF
(175,187,175)
#BBC6BB
(187,198,187)
#C7D1C7
(199,209,199)
#D3DCD3
(211,220,211)
#DFE7DF
(223,231,223)
#EBF2EB
(235,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738473; }

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

This text font color is #738473.


Background Color

.myBgColor { background-color: #738473; }

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

This div background color is #738473.


Border color

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

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

This div border color is #738473.


Opacity

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

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

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

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

This text has shadow with #738473 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738473 on black background.


Color preview on white background

This text has color #738473 on white background.



Black color preview on #738473 background

This text has black color on #738473 background.


White color preview on #738473 background

This text has white color on #738473 background.