COLOR #738F5D

HEX: #738F5D
RGB: (115,143,93)

Color info

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

RGB color model

#738F5D color RGB value is (115,143,93).

  • red value is 115;
  • green value is 143;
  • blue value is 93.
RGB:
(115,143,93)
(45%,56%,36%)

RGB channels and saturation

R 115 of 255 = 45%
G 143 of 255 = 56%
B 93 of 255 = 36%

115
143
93

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

Portions of RGB colors in percentages

R + G + B =
115 + 143 + 93 = 351 (100%)
R 115 of 351 ~ 32.76%
G 143 of 351 ~ 40.74%
B 93 of 351 ~ 26.5%

%32.76
%40.74
%26.5

CMYK color model

#738F5D color CMYK value is (20,0,35,44).

  • cyan value is 19.58%
  • magenta value is 0.00%
  • yellow value is 34.97%
  • key color value is 43.92%
CMYK:
(20,0,35,44)
C20M0Y35K44 
(20%,0%,35%,44%)
(0.20/0.00/0.35/0.44)	

CMYK percentages

%19.58
%0
%34.97
%43.92

Codes

Color #738F5D in popluar color models

738F5D
RGB11514393
HSL94°21.19%46.27%
HSB/HSV94°34.97%56.08%
CMYK19.58%0.00%34.97%
43.92%

Color #738F5D in popluar number systems.

HEX738F5D
Decimal11514393
Binary1110011100011111011101
Octal163217135

Shades and tints

Shades of #738F5D

#738F5D
(115,143,93)
#698255
(105,130,85)
#5F754D
(95,117,77)
#556845
(85,104,69)
#4B5B3D
(75,91,61)
#414E35
(65,78,53)
#37412D
(55,65,45)
#2D3425
(45,52,37)
#23271D
(35,39,29)
#191A15
(25,26,21)
#0F0D0D
(15,13,13)
#000000
(0,0,0)

Tints of #738F5D

#738F5D
(115,143,93)
#7F996B
(127,153,107)
#8BA379
(139,163,121)
#97AD87
(151,173,135)
#A3B795
(163,183,149)
#AFC1A3
(175,193,163)
#BBCBB1
(187,203,177)
#C7D5BF
(199,213,191)
#D3DFCD
(211,223,205)
#DFE9DB
(223,233,219)
#EBF3E9
(235,243,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738F5D; }

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

This text font color is #738F5D.


Background Color

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

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

This div background color is #738F5D.


Border color

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

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

This div border color is #738F5D.


Opacity

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

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

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

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

This text has shadow with #738F5D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738F5D on black background.


Color preview on white background

This text has color #738F5D on white background.



Black color preview on #738F5D background

This text has black color on #738F5D background.


White color preview on #738F5D background

This text has white color on #738F5D background.