COLOR #738B64

HEX: #738B64
RGB: (115,139,100)

Color info

#738B64 contains red, green and blue colors in about the same proportion. Web safe color of #738B64 is #669966 (or #696).

RGB color model

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

  • red value is 115;
  • green value is 139;
  • blue value is 100.
RGB:
(115,139,100)
(45%,55%,39%)

RGB channels and saturation

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

115
139
100

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

Portions of RGB colors in percentages

R + G + B =
115 + 139 + 100 = 354 (100%)
R 115 of 354 ~ 32.49%
G 139 of 354 ~ 39.27%
B 100 of 354 ~ 28.25%

%32.49
%39.27
%28.25

CMYK color model

#738B64 color CMYK value is (17,0,28,45).

  • cyan value is 17.27%
  • magenta value is 0.00%
  • yellow value is 28.06%
  • key color value is 45.49%
CMYK:
(17,0,28,45)
C17M0Y28K45 
(17%,0%,28%,45%)
(0.17/0.00/0.28/0.45)	

CMYK percentages

%17.27
%0
%28.06
%45.49

Codes

Color #738B64 in popluar color models

738B64
RGB115139100
HSL97°16.32%46.86%
HSB/HSV97°28.06%54.51%
CMYK17.27%0.00%28.06%
45.49%

Color #738B64 in popluar number systems.

HEX738B64
Decimal115139100
Binary1110011100010111100100
Octal163213144

Shades and tints

Shades of #738B64

#738B64
(115,139,100)
#697F5B
(105,127,91)
#5F7352
(95,115,82)
#556749
(85,103,73)
#4B5B40
(75,91,64)
#414F37
(65,79,55)
#37432E
(55,67,46)
#2D3725
(45,55,37)
#232B1C
(35,43,28)
#191F13
(25,31,19)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #738B64

#738B64
(115,139,100)
#7F9572
(127,149,114)
#8B9F80
(139,159,128)
#97A98E
(151,169,142)
#A3B39C
(163,179,156)
#AFBDAA
(175,189,170)
#BBC7B8
(187,199,184)
#C7D1C6
(199,209,198)
#D3DBD4
(211,219,212)
#DFE5E2
(223,229,226)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738B64; }

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

This text font color is #738B64.


Background Color

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

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

This div background color is #738B64.


Border color

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

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

This div border color is #738B64.


Opacity

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

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

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

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

This text has shadow with #738B64 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738B64 on black background.


Color preview on white background

This text has color #738B64 on white background.



Black color preview on #738B64 background

This text has black color on #738B64 background.


White color preview on #738B64 background

This text has white color on #738B64 background.