COLOR #738C66

HEX: #738C66 RGB: (115,140,102)

Color info

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

RGB color model

#738C66 color RGB value is (115,140,102).

RGB: (115,140,102) (45%, 55%, 40%)

RGB channels and saturation

R 115 of 255 = 45%
G 140 of 255 = 55%
B 102 of 255 = 40%

115
140
102

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

Portions of RGB colors in percentages

R + G + B = 115 + 140 + 102 = 357 (100%)
R 115 of 357 ~ 32.21%
G 140 of 357 ~ 39.22%
B 102 of 357 ~ 28.57'%

%32.21
%39.22
%28.57

CMYK color model

#738C66 color CMYK value is (18,0,27,45).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 27.14%
  • key color value is 45.10%

CMYK: (18,0,27,45)
C18M0Y27K45 (18%, 0%, 27%, 45%)
(0.18 / 0.00 / 0.27 / 0.45)

CMYK percentages

%17.86
%0
%27.14
%45.1

Codes

Color #738C66 in popluar color models

73 8C 66
RGB 115 140 102
HSL 99° 15.70% 47.45%
HSB/HSV 99° 27.14% 54.90%
CMYK 17.86% 0.00% 27.14%
45.10%

Color #738C66 in popluar number systems.

HEX 73 8C 66
Decimal 115 140 102
Binary 1110011 10001100 1100110
Octal 163 214 146

Shades and tints

Shades of #738C66

#738C66
(115,140,102)
#69805D
(105,128,93)
#5F7454
(95,116,84)
#55684B
(85,104,75)
#4B5C42
(75,92,66)
#415039
(65,80,57)
#374430
(55,68,48)
#2D3827
(45,56,39)
#232C1E
(35,44,30)
#192015
(25,32,21)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #738C66

#738C66
(115,140,102)
#7F9673
(127,150,115)
#8BA080
(139,160,128)
#97AA8D
(151,170,141)
#A3B49A
(163,180,154)
#AFBEA7
(175,190,167)
#BBC8B4
(187,200,180)
#C7D2C1
(199,210,193)
#D3DCCE
(211,220,206)
#DFE6DB
(223,230,219)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738C66 color. Also use rgb(115,140,102) instead hex code.

Text Font Color

.myTextColor { color: #738C66; }

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

This text font color is #738C66.

Background Color

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

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

This div background color is #738C66.

Border color

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

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

This div border color is #738C66.

Opacity

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

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

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

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

This text has shadow with #738C66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738C66.

Preview

Color preview on black background

This text has color #738C66 on black background.


Color preview on white background

This text has color #738C66 on white background.


Black color preview on #738C66 background

This text has black color on #738C66 background.


White color preview on #738C66 background

This text has white color on #738C66 background.


Related colors

Complementary color

Complementary color for #hex is #8C7399.


I love getcolorcode.com

Triadic colors

1 #66738C and #8C6673 with #738C66 are triadic colors.

2 #668C73 and #8C7366 with #738C66 are triadic colors.