COLOR #738746

HEX: #738746
RGB: (115,135,70)

Color info

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

RGB color model

#738746 color RGB value is (115,135,70).

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

RGB channels and saturation

R 115 of 255 = 45%
G 135 of 255 = 53%
B 70 of 255 = 27%

115
135
70

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

Portions of RGB colors in percentages

R + G + B =
115 + 135 + 70 = 320 (100%)
R 115 of 320 ~ 35.94%
G 135 of 320 ~ 42.19%
B 70 of 320 ~ 21.88%

%35.94
%42.19
%21.88

CMYK color model

#738746 color CMYK value is (15,0,48,47).

  • cyan value is 14.81%
  • magenta value is 0.00%
  • yellow value is 48.15%
  • key color value is 47.06%
CMYK:
(15,0,48,47)
C15M0Y48K47 
(15%,0%,48%,47%)
(0.15/0.00/0.48/0.47)	

CMYK percentages

%14.81
%0
%48.15
%47.06

Codes

Color #738746 in popluar color models

738746
RGB11513570
HSL78°31.71%40.20%
HSB/HSV78°48.15%52.94%
CMYK14.81%0.00%48.15%
47.06%

Color #738746 in popluar number systems.

HEX738746
Decimal11513570
Binary1110011100001111000110
Octal163207106

Shades and tints

Shades of #738746

#738746
(115,135,70)
#697B40
(105,123,64)
#5F6F3A
(95,111,58)
#556334
(85,99,52)
#4B572E
(75,87,46)
#414B28
(65,75,40)
#373F22
(55,63,34)
#2D331C
(45,51,28)
#232716
(35,39,22)
#191B10
(25,27,16)
#0F0F0A
(15,15,10)
#000000
(0,0,0)

Tints of #738746

#738746
(115,135,70)
#7F9156
(127,145,86)
#8B9B66
(139,155,102)
#97A576
(151,165,118)
#A3AF86
(163,175,134)
#AFB996
(175,185,150)
#BBC3A6
(187,195,166)
#C7CDB6
(199,205,182)
#D3D7C6
(211,215,198)
#DFE1D6
(223,225,214)
#EBEBE6
(235,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738746; }

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

This text font color is #738746.


Background Color

.myBgColor { background-color: #738746; }

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

This div background color is #738746.


Border color

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

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

This div border color is #738746.


Opacity

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

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

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

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

This text has shadow with #738746 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738746 on black background.


Color preview on white background

This text has color #738746 on white background.



Black color preview on #738746 background

This text has black color on #738746 background.


White color preview on #738746 background

This text has white color on #738746 background.