COLOR #738F63

HEX: #738F63 RGB: (115,143,99)

Color info

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

RGB color model

#738F63 color RGB value is (115,143,99).

RGB: (115,143,99) (45%, 56%, 39%)

RGB channels and saturation

R 115 of 255 = 45%
G 143 of 255 = 56%
B 99 of 255 = 39%

115
143
99

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

Portions of RGB colors in percentages

R + G + B = 115 + 143 + 99 = 357 (100%)
R 115 of 357 ~ 32.21%
G 143 of 357 ~ 40.06%
B 99 of 357 ~ 27.73'%

%32.21
%40.06
%27.73

CMYK color model

#738F63 color CMYK value is (20,0,31,44).

  • cyan value is 19.58%
  • magenta value is 0.00%
  • yellow value is 30.77%
  • key color value is 43.92%
CMYK: (20,0,31,44) C20M0Y31K44 (20%,0%,31%,44%) (0.20/0.00/0.31/0.44) 

CMYK percentages

%19.58
%0
%30.77
%43.92

Codes

Color #738F63 in popluar color models

73 8F 63
RGB 115 143 99
HSL 98° 18.18% 47.45%
HSB/HSV 98° 30.77% 56.08%
CMYK 19.58% 0.00% 30.77%
43.92%

Color #738F63 in popluar number systems.

HEX 73 8F 63
Decimal 115 143 99
Binary 1110011 10001111 1100011
Octal 163 217 143

Shades and tints

Shades of #738F63

#738F63
(115,143,99)
#69825A
(105,130,90)
#5F7551
(95,117,81)
#556848
(85,104,72)
#4B5B3F
(75,91,63)
#414E36
(65,78,54)
#37412D
(55,65,45)
#2D3424
(45,52,36)
#23271B
(35,39,27)
#191A12
(25,26,18)
#0F0D09
(15,13,9)
#000000
(0,0,0)

Tints of #738F63

#738F63
(115,143,99)
#7F9971
(127,153,113)
#8BA37F
(139,163,127)
#97AD8D
(151,173,141)
#A3B79B
(163,183,155)
#AFC1A9
(175,193,169)
#BBCBB7
(187,203,183)
#C7D5C5
(199,213,197)
#D3DFD3
(211,223,211)
#DFE9E1
(223,233,225)
#EBF3EF
(235,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738F63 color. Also use rgb(115,143,99) instead hex code.

Text Font Color

.myTextColor { color: #738F63; }

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

This text font color is #738F63.

Background Color

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

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

This div background color is #738F63.

Border color

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

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

This div border color is #738F63.

Opacity

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

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

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

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

This text has shadow with #738F63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738F63.

Preview

Color preview on black background

This text has color #738F63 on black background.


Color preview on white background

This text has color #738F63 on white background.


Black color preview on #738F63 background

This text has black color on #738F63 background.


White color preview on #738F63 background

This text has white color on #738F63 background.


Related colors

Complementary color

Complementary color for #hex is #8C709C.


I love getcolorcode.com

Triadic colors

1 #63738F and #8F6373 with #738F63 are triadic colors.

2 #638F73 and #8F7363 with #738F63 are triadic colors.