COLOR #738354

HEX: #738354
RGB: (115,131,84)

Color info

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

RGB color model

#738354 color RGB value is (115,131,84).

  • red value is 115;
  • green value is 131;
  • blue value is 84.
RGB:
(115,131,84)
(45%,51%,33%)

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 84 of 255 = 33%

115
131
84

R + G + B ~ 43%. #738354 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 84 = 330 (100%)
R 115 of 330 ~ 34.85%
G 131 of 330 ~ 39.7%
B 84 of 330 ~ 25.45%

%34.85
%39.7
%25.45

CMYK color model

#738354 color CMYK value is (12,0,36,49).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 35.88%
  • key color value is 48.63%
CMYK:
(12,0,36,49)
C12M0Y36K49 
(12%,0%,36%,49%)
(0.12/0.00/0.36/0.49)	

CMYK percentages

%12.21
%0
%35.88
%48.63

Codes

Color #738354 in popluar color models

738354
RGB11513184
HSL80°21.86%42.16%
HSB/HSV80°35.88%51.37%
CMYK12.21%0.00%35.88%
48.63%

Color #738354 in popluar number systems.

HEX738354
Decimal11513184
Binary1110011100000111010100
Octal163203124

Shades and tints

Shades of #738354

#738354
(115,131,84)
#69784D
(105,120,77)
#5F6D46
(95,109,70)
#55623F
(85,98,63)
#4B5738
(75,87,56)
#414C31
(65,76,49)
#37412A
(55,65,42)
#2D3623
(45,54,35)
#232B1C
(35,43,28)
#192015
(25,32,21)
#0F150E
(15,21,14)
#000000
(0,0,0)

Tints of #738354

#738354
(115,131,84)
#7F8E63
(127,142,99)
#8B9972
(139,153,114)
#97A481
(151,164,129)
#A3AF90
(163,175,144)
#AFBA9F
(175,186,159)
#BBC5AE
(187,197,174)
#C7D0BD
(199,208,189)
#D3DBCC
(211,219,204)
#DFE6DB
(223,230,219)
#EBF1EA
(235,241,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738354 color. Also use rgb(115,131,84) instead hex code.

Text Font Color

.myTextColor { color: #738354; }

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

This text font color is #738354.


Background Color

.myBgColor { background-color: #738354; }

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

This div background color is #738354.


Border color

.myBorderColor { border: 1px solid #738354; }

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

This div border color is #738354.


Opacity

.myOpacity80 { color: #738354; opacity: 0.8; }

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

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

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

This text has shadow with #738354 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738354 on black background.


Color preview on white background

This text has color #738354 on white background.



Black color preview on #738354 background

This text has black color on #738354 background.


White color preview on #738354 background

This text has white color on #738354 background.