COLOR #738C5C

HEX: #738C5C
RGB: (115,140,92)

Color info

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

RGB color model

#738C5C color RGB value is (115,140,92).

  • red value is 115;
  • green value is 140;
  • blue value is 92.
RGB:
(115,140,92)
(45%,55%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 140 of 255 = 55%
B 92 of 255 = 36%

115
140
92

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

Portions of RGB colors in percentages

R + G + B =
115 + 140 + 92 = 347 (100%)
R 115 of 347 ~ 33.14%
G 140 of 347 ~ 40.35%
B 92 of 347 ~ 26.51%

%33.14
%40.35
%26.51

CMYK color model

#738C5C color CMYK value is (18,0,34,45).

  • cyan value is 17.86%
  • magenta value is 0.00%
  • yellow value is 34.29%
  • key color value is 45.10%
CMYK:
(18,0,34,45)
C18M0Y34K45 
(18%,0%,34%,45%)
(0.18/0.00/0.34/0.45)	

CMYK percentages

%17.86
%0
%34.29
%45.1

Codes

Color #738C5C in popluar color models

738C5C
RGB11514092
HSL91°20.69%45.49%
HSB/HSV91°34.29%54.90%
CMYK17.86%0.00%34.29%
45.10%

Color #738C5C in popluar number systems.

HEX738C5C
Decimal11514092
Binary1110011100011001011100
Octal163214134

Shades and tints

Shades of #738C5C

#738C5C
(115,140,92)
#698054
(105,128,84)
#5F744C
(95,116,76)
#556844
(85,104,68)
#4B5C3C
(75,92,60)
#415034
(65,80,52)
#37442C
(55,68,44)
#2D3824
(45,56,36)
#232C1C
(35,44,28)
#192014
(25,32,20)
#0F140C
(15,20,12)
#000000
(0,0,0)

Tints of #738C5C

#738C5C
(115,140,92)
#7F966A
(127,150,106)
#8BA078
(139,160,120)
#97AA86
(151,170,134)
#A3B494
(163,180,148)
#AFBEA2
(175,190,162)
#BBC8B0
(187,200,176)
#C7D2BE
(199,210,190)
#D3DCCC
(211,220,204)
#DFE6DA
(223,230,218)
#EBF0E8
(235,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738C5C; }

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

This text font color is #738C5C.


Background Color

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

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

This div background color is #738C5C.


Border color

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

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

This div border color is #738C5C.


Opacity

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

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

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

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

This text has shadow with #738C5C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738C5C on black background.


Color preview on white background

This text has color #738C5C on white background.



Black color preview on #738C5C background

This text has black color on #738C5C background.


White color preview on #738C5C background

This text has white color on #738C5C background.