COLOR #738849

HEX: #738849
RGB: (115,136,73)

Color info

#738849 contains mainly red and green colors. Web safe color of #738849 is #669933 (or #693).

RGB color model

#738849 color RGB value is (115,136,73).

  • red value is 115;
  • green value is 136;
  • blue value is 73.
RGB:
(115,136,73)
(45%,53%,29%)

RGB channels and saturation

R 115 of 255 = 45%
G 136 of 255 = 53%
B 73 of 255 = 29%

115
136
73

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

Portions of RGB colors in percentages

R + G + B =
115 + 136 + 73 = 324 (100%)
R 115 of 324 ~ 35.49%
G 136 of 324 ~ 41.98%
B 73 of 324 ~ 22.53%

%35.49
%41.98
%22.53

CMYK color model

#738849 color CMYK value is (15,0,46,47).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 46.32%
  • key color value is 46.67%
CMYK:
(15,0,46,47)
C15M0Y46K47 
(15%,0%,46%,47%)
(0.15/0.00/0.46/0.47)	

CMYK percentages

%15.44
%0
%46.32
%46.67

Codes

Color #738849 in popluar color models

738849
RGB11513673
HSL80°30.14%40.98%
HSB/HSV80°46.32%53.33%
CMYK15.44%0.00%46.32%
46.67%

Color #738849 in popluar number systems.

HEX738849
Decimal11513673
Binary1110011100010001001001
Octal163210111

Shades and tints

Shades of #738849

#738849
(115,136,73)
#697C43
(105,124,67)
#5F703D
(95,112,61)
#556437
(85,100,55)
#4B5831
(75,88,49)
#414C2B
(65,76,43)
#374025
(55,64,37)
#2D341F
(45,52,31)
#232819
(35,40,25)
#191C13
(25,28,19)
#0F100D
(15,16,13)
#000000
(0,0,0)

Tints of #738849

#738849
(115,136,73)
#7F9259
(127,146,89)
#8B9C69
(139,156,105)
#97A679
(151,166,121)
#A3B089
(163,176,137)
#AFBA99
(175,186,153)
#BBC4A9
(187,196,169)
#C7CEB9
(199,206,185)
#D3D8C9
(211,216,201)
#DFE2D9
(223,226,217)
#EBECE9
(235,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738849 color. Also use rgb(115,136,73) instead hex code.

Text Font Color

.myTextColor { color: #738849; }

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

This text font color is #738849.


Background Color

.myBgColor { background-color: #738849; }

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

This div background color is #738849.


Border color

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

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

This div border color is #738849.


Opacity

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

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

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

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

This text has shadow with #738849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738849 on black background.


Color preview on white background

This text has color #738849 on white background.



Black color preview on #738849 background

This text has black color on #738849 background.


White color preview on #738849 background

This text has white color on #738849 background.