COLOR #738B61

HEX: #738B61
RGB: (115,139,97)

Renk bilgisi

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

RGB renk modeli

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

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

RGB bağlantıları ve doygunluk

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

115
139
97

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

Yüzdelerle RGB renk parçaları

R + G + B =
115 + 139 + 97 = 351 (100%)
R 115 of 351 ~ 32.76%
G 139 of 351 ~ 39.6%
B 97 of 351 ~ 27.64%

%32.76
%39.6
%27.64

CMYK RENK MODELİ

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

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

CMYK yüzdeleri

%17.27
%0
%30.22
%45.49

Codes

Color #738B61 in popluar color models

738B61
RGB11513997
HSL94°17.80%46.27%
HSB/HSV94°30.22%54.51%
CMYK17.27%0.00%30.22%
45.49%

Color #738B61 in popluar number systems.

HEX738B61
Decimal11513997
Binary1110011100010111100001
Octal163213141

Shades and tints

Shades of #738B61

#738B61
(115,139,97)
#697F59
(105,127,89)
#5F7351
(95,115,81)
#556749
(85,103,73)
#4B5B41
(75,91,65)
#414F39
(65,79,57)
#374331
(55,67,49)
#2D3729
(45,55,41)
#232B21
(35,43,33)
#191F19
(25,31,25)
#0F1311
(15,19,17)
#000000
(0,0,0)

Tints of #738B61

#738B61
(115,139,97)
#7F956F
(127,149,111)
#8B9F7D
(139,159,125)
#97A98B
(151,169,139)
#A3B399
(163,179,153)
#AFBDA7
(175,189,167)
#BBC7B5
(187,199,181)
#C7D1C3
(199,209,195)
#D3DBD1
(211,219,209)
#DFE5DF
(223,229,223)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738B61; }

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

This text font color is #738B61.


Background Color

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

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

This div background color is #738B61.


Border color

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

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

This div border color is #738B61.


Opacity

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

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

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

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

This text has shadow with #738B61 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738B61 on black background.


Color preview on white background

This text has color #738B61 on white background.



Black color preview on #738B61 background

This text has black color on #738B61 background.


White color preview on #738B61 background

This text has white color on #738B61 background.