COLOR #738D6B

HEX: #738D6B RGB: (115,141,107)

Color info

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

RGB color model

#738D6B color RGB value is (115,141,107).

RGB: (115,141,107) (45%, 55%, 42%)

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 107 of 255 = 42%

115
141
107

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

Portions of RGB colors in percentages

R + G + B = 115 + 141 + 107 = 363 (100%)
R 115 of 363 ~ 31.68%
G 141 of 363 ~ 38.84%
B 107 of 363 ~ 29.48'%

%31.68
%38.84
%29.48

CMYK color model

#738D6B color CMYK value is (18,0,24,45).

  • cyan value is 18.44%
  • magenta value is 0.00%
  • yellow value is 24.11%
  • key color value is 44.71%

CMYK: (18,0,24,45)
C18M0Y24K45 (18%, 0%, 24%, 45%)
(0.18 / 0.00 / 0.24 / 0.45)

CMYK percentages

%18.44
%0
%24.11
%44.71

Codes

Color #738D6B in popluar color models

73 8D 6B
RGB 115 141 107
HSL 106° 13.71% 48.63%
HSB/HSV 106° 24.11% 55.29%
CMYK 18.44% 0.00% 24.11%
44.71%

Color #738D6B in popluar number systems.

HEX 73 8D 6B
Decimal 115 141 107
Binary 1110011 10001101 1101011
Octal 163 215 153

Shades and tints

Shades of #738D6B

#738D6B
(115,141,107)
#698162
(105,129,98)
#5F7559
(95,117,89)
#556950
(85,105,80)
#4B5D47
(75,93,71)
#41513E
(65,81,62)
#374535
(55,69,53)
#2D392C
(45,57,44)
#232D23
(35,45,35)
#19211A
(25,33,26)
#0F1511
(15,21,17)
#000000
(0,0,0)

Tints of #738D6B

#738D6B
(115,141,107)
#7F9778
(127,151,120)
#8BA185
(139,161,133)
#97AB92
(151,171,146)
#A3B59F
(163,181,159)
#AFBFAC
(175,191,172)
#BBC9B9
(187,201,185)
#C7D3C6
(199,211,198)
#D3DDD3
(211,221,211)
#DFE7E0
(223,231,224)
#EBF1ED
(235,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738D6B color. Also use rgb(115,141,107) instead hex code.

Text Font Color

.myTextColor { color: #738D6B; }

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

This text font color is #738D6B.

Background Color

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

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

This div background color is #738D6B.

Border color

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

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

This div border color is #738D6B.

Opacity

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

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

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

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

This text has shadow with #738D6B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #738D6B.

Preview

Color preview on black background

This text has color #738D6B on black background.


Color preview on white background

This text has color #738D6B on white background.


Black color preview on #738D6B background

This text has black color on #738D6B background.


White color preview on #738D6B background

This text has white color on #738D6B background.


Related colors

Complementary color

Complementary color for #hex is #8C7294.


I love getcolorcode.com

Triadic colors

1 #6B738D and #8D6B73 with #738D6B are triadic colors.

2 #6B8D73 and #8D736B with #738D6B are triadic colors.