COLOR #738B53

HEX: #738B53
RGB: (115,139,83)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

115
139
83

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 139 + 83 = 337 (100%)
R 115 of 337 ~ 34.12%
G 139 of 337 ~ 41.25%
B 83 of 337 ~ 24.63%

%34.12
%41.25
%24.63

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%17.27
%0
%40.29
%45.49

Codes

Color #738B53 in popluar color models

738B53
RGB11513983
HSL86°25.23%43.53%
HSB/HSV86°40.29%54.51%
CMYK17.27%0.00%40.29%
45.49%

Color #738B53 in popluar number systems.

HEX738B53
Decimal11513983
Binary1110011100010111010011
Octal163213123

Shades and tints

Shades of #738B53

#738B53
(115,139,83)
#697F4C
(105,127,76)
#5F7345
(95,115,69)
#55673E
(85,103,62)
#4B5B37
(75,91,55)
#414F30
(65,79,48)
#374329
(55,67,41)
#2D3722
(45,55,34)
#232B1B
(35,43,27)
#191F14
(25,31,20)
#0F130D
(15,19,13)
#000000
(0,0,0)

Tints of #738B53

#738B53
(115,139,83)
#7F9562
(127,149,98)
#8B9F71
(139,159,113)
#97A980
(151,169,128)
#A3B38F
(163,179,143)
#AFBD9E
(175,189,158)
#BBC7AD
(187,199,173)
#C7D1BC
(199,209,188)
#D3DBCB
(211,219,203)
#DFE5DA
(223,229,218)
#EBEFE9
(235,239,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738B53; }

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

This text font color is #738B53.


Background Color

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

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

This div background color is #738B53.


Border color

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

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

This div border color is #738B53.


Opacity

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

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

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

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

This text has shadow with #738B53 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738B53 on black background.


Color preview on white background

This text has color #738B53 on white background.



Black color preview on #738B53 background

This text has black color on #738B53 background.


White color preview on #738B53 background

This text has white color on #738B53 background.