COLOR #738164

HEX: #738164
RGB: (115,129,100)

Color info

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

RGB color model

#738164 color RGB value is (115,129,100).

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

RGB channels and saturation

R 115 of 255 = 45%
G 129 of 255 = 51%
B 100 of 255 = 39%

115
129
100

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

Portions of RGB colors in percentages

R + G + B =
115 + 129 + 100 = 344 (100%)
R 115 of 344 ~ 33.43%
G 129 of 344 ~ 37.5%
B 100 of 344 ~ 29.07%

%33.43
%37.5
%29.07

CMYK color model

#738164 color CMYK value is (11,0,22,49).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 22.48%
  • key color value is 49.41%
CMYK:
(11,0,22,49)
C11M0Y22K49 
(11%,0%,22%,49%)
(0.11/0.00/0.22/0.49)	

CMYK percentages

%10.85
%0
%22.48
%49.41

Codes

Color #738164 in popluar color models

738164
RGB115129100
HSL89°12.66%44.90%
HSB/HSV89°22.48%50.59%
CMYK10.85%0.00%22.48%
49.41%

Color #738164 in popluar number systems.

HEX738164
Decimal115129100
Binary1110011100000011100100
Octal163201144

Shades and tints

Shades of #738164

#738164
(115,129,100)
#69765B
(105,118,91)
#5F6B52
(95,107,82)
#556049
(85,96,73)
#4B5540
(75,85,64)
#414A37
(65,74,55)
#373F2E
(55,63,46)
#2D3425
(45,52,37)
#23291C
(35,41,28)
#191E13
(25,30,19)
#0F130A
(15,19,10)
#000000
(0,0,0)

Tints of #738164

#738164
(115,129,100)
#7F8C72
(127,140,114)
#8B9780
(139,151,128)
#97A28E
(151,162,142)
#A3AD9C
(163,173,156)
#AFB8AA
(175,184,170)
#BBC3B8
(187,195,184)
#C7CEC6
(199,206,198)
#D3D9D4
(211,217,212)
#DFE4E2
(223,228,226)
#EBEFF0
(235,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738164; }

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

This text font color is #738164.


Background Color

.myBgColor { background-color: #738164; }

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

This div background color is #738164.


Border color

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

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

This div border color is #738164.


Opacity

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

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

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

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

This text has shadow with #738164 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738164 on black background.


Color preview on white background

This text has color #738164 on white background.



Black color preview on #738164 background

This text has black color on #738164 background.


White color preview on #738164 background

This text has white color on #738164 background.