COLOR #738749

HEX: #738749
RGB: (115,135,73)

Color info

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

RGB color model

#738749 color RGB value is (115,135,73).

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

RGB channels and saturation

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

115
135
73

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

Portions of RGB colors in percentages

R + G + B =
115 + 135 + 73 = 323 (100%)
R 115 of 323 ~ 35.6%
G 135 of 323 ~ 41.8%
B 73 of 323 ~ 22.6%

%35.6
%41.8
%22.6

CMYK color model

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

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

CMYK percentages

%14.81
%0
%45.93
%47.06

Codes

Color #738749 in popluar color models

738749
RGB11513573
HSL79°29.81%40.78%
HSB/HSV79°45.93%52.94%
CMYK14.81%0.00%45.93%
47.06%

Color #738749 in popluar number systems.

HEX738749
Decimal11513573
Binary1110011100001111001001
Octal163207111

Shades and tints

Shades of #738749

#738749
(115,135,73)
#697B43
(105,123,67)
#5F6F3D
(95,111,61)
#556337
(85,99,55)
#4B5731
(75,87,49)
#414B2B
(65,75,43)
#373F25
(55,63,37)
#2D331F
(45,51,31)
#232719
(35,39,25)
#191B13
(25,27,19)
#0F0F0D
(15,15,13)
#000000
(0,0,0)

Tints of #738749

#738749
(115,135,73)
#7F9159
(127,145,89)
#8B9B69
(139,155,105)
#97A579
(151,165,121)
#A3AF89
(163,175,137)
#AFB999
(175,185,153)
#BBC3A9
(187,195,169)
#C7CDB9
(199,205,185)
#D3D7C9
(211,215,201)
#DFE1D9
(223,225,217)
#EBEBE9
(235,235,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738749; }

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

This text font color is #738749.


Background Color

.myBgColor { background-color: #738749; }

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

This div background color is #738749.


Border color

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

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

This div border color is #738749.


Opacity

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

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

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

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

This text has shadow with #738749 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738749 on black background.


Color preview on white background

This text has color #738749 on white background.



Black color preview on #738749 background

This text has black color on #738749 background.


White color preview on #738749 background

This text has white color on #738749 background.