COLOR #738672

HEX: #738672
RGB: (115,134,114)

Color info

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

RGB color model

#738672 color RGB value is (115,134,114).

  • red value is 115;
  • green value is 134;
  • blue value is 114.
RGB:
(115,134,114)
(45%,53%,45%)

RGB channels and saturation

R 115 of 255 = 45%
G 134 of 255 = 53%
B 114 of 255 = 45%

115
134
114

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

Portions of RGB colors in percentages

R + G + B =
115 + 134 + 114 = 363 (100%)
R 115 of 363 ~ 31.68%
G 134 of 363 ~ 36.91%
B 114 of 363 ~ 31.4%

%31.68
%36.91
%31.4

CMYK color model

#738672 color CMYK value is (14,0,15,47).

  • cyan value is 14.18%
  • magenta value is 0.00%
  • yellow value is 14.93%
  • key color value is 47.45%
CMYK:
(14,0,15,47)
C14M0Y15K47 
(14%,0%,15%,47%)
(0.14/0.00/0.15/0.47)	

CMYK percentages

%14.18
%0
%14.93
%47.45

Codes

Color #738672 in popluar color models

738672
RGB115134114
HSL117°8.06%48.63%
HSB/HSV117°14.93%52.55%
CMYK14.18%0.00%14.93%
47.45%

Color #738672 in popluar number systems.

HEX738672
Decimal115134114
Binary1110011100001101110010
Octal163206162

Shades and tints

Shades of #738672

#738672
(115,134,114)
#697A68
(105,122,104)
#5F6E5E
(95,110,94)
#556254
(85,98,84)
#4B564A
(75,86,74)
#414A40
(65,74,64)
#373E36
(55,62,54)
#2D322C
(45,50,44)
#232622
(35,38,34)
#191A18
(25,26,24)
#0F0E0E
(15,14,14)
#000000
(0,0,0)

Tints of #738672

#738672
(115,134,114)
#7F917E
(127,145,126)
#8B9C8A
(139,156,138)
#97A796
(151,167,150)
#A3B2A2
(163,178,162)
#AFBDAE
(175,189,174)
#BBC8BA
(187,200,186)
#C7D3C6
(199,211,198)
#D3DED2
(211,222,210)
#DFE9DE
(223,233,222)
#EBF4EA
(235,244,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738672; }

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

This text font color is #738672.


Background Color

.myBgColor { background-color: #738672; }

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

This div background color is #738672.


Border color

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

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

This div border color is #738672.


Opacity

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

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

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

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

This text has shadow with #738672 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738672 on black background.


Color preview on white background

This text has color #738672 on white background.



Black color preview on #738672 background

This text has black color on #738672 background.


White color preview on #738672 background

This text has white color on #738672 background.