COLOR #738D68

HEX: #738D68
RGB: (115,141,104)

Color info

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

RGB color model

#738D68 color RGB value is (115,141,104).

  • red value is 115;
  • green value is 141;
  • blue value is 104.
RGB:
(115,141,104)
(45%,55%,41%)

RGB channels and saturation

R 115 of 255 = 45%
G 141 of 255 = 55%
B 104 of 255 = 41%

115
141
104

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

Portions of RGB colors in percentages

R + G + B =
115 + 141 + 104 = 360 (100%)
R 115 of 360 ~ 31.94%
G 141 of 360 ~ 39.17%
B 104 of 360 ~ 28.89%

%31.94
%39.17
%28.89

CMYK color model

#738D68 color CMYK value is (18,0,26,45).

  • cyan value is 18.44%
  • magenta value is 0.00%
  • yellow value is 26.24%
  • key color value is 44.71%
CMYK:
(18,0,26,45)
C18M0Y26K45 
(18%,0%,26%,45%)
(0.18/0.00/0.26/0.45)	

CMYK percentages

%18.44
%0
%26.24
%44.71

Codes

Color #738D68 in popluar color models

738D68
RGB115141104
HSL102°15.10%48.04%
HSB/HSV102°26.24%55.29%
CMYK18.44%0.00%26.24%
44.71%

Color #738D68 in popluar number systems.

HEX738D68
Decimal115141104
Binary1110011100011011101000
Octal163215150

Shades and tints

Shades of #738D68

#738D68
(115,141,104)
#69815F
(105,129,95)
#5F7556
(95,117,86)
#55694D
(85,105,77)
#4B5D44
(75,93,68)
#41513B
(65,81,59)
#374532
(55,69,50)
#2D3929
(45,57,41)
#232D20
(35,45,32)
#192117
(25,33,23)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #738D68

#738D68
(115,141,104)
#7F9775
(127,151,117)
#8BA182
(139,161,130)
#97AB8F
(151,171,143)
#A3B59C
(163,181,156)
#AFBFA9
(175,191,169)
#BBC9B6
(187,201,182)
#C7D3C3
(199,211,195)
#D3DDD0
(211,221,208)
#DFE7DD
(223,231,221)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738D68; }

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

This text font color is #738D68.


Background Color

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

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

This div background color is #738D68.


Border color

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

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

This div border color is #738D68.


Opacity

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

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

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

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

This text has shadow with #738D68 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738D68 on black background.


Color preview on white background

This text has color #738D68 on white background.



Black color preview on #738D68 background

This text has black color on #738D68 background.


White color preview on #738D68 background

This text has white color on #738D68 background.