COLOR #738328

HEX: #738328
RGB: (115,131,40)

Color info

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

RGB color model

#738328 color RGB value is (115,131,40).

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

RGB channels and saturation

R 115 of 255 = 45%
G 131 of 255 = 51%
B 40 of 255 = 16%

115
131
40

R + G + B ~ 37%. #738328 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 131 + 40 = 286 (100%)
R 115 of 286 ~ 40.21%
G 131 of 286 ~ 45.8%
B 40 of 286 ~ 13.99%

%40.21
%45.8
%13.99

CMYK color model

#738328 color CMYK value is (12,0,69,49).

  • cyan value is 12.21%
  • magenta value is 0.00%
  • yellow value is 69.47%
  • key color value is 48.63%
CMYK:
(12,0,69,49)
C12M0Y69K49 
(12%,0%,69%,49%)
(0.12/0.00/0.69/0.49)	

CMYK percentages

%12.21
%0
%69.47
%48.63

Codes

Color #738328 in popluar color models

738328
RGB11513140
HSL71°53.22%33.53%
HSB/HSV71°69.47%51.37%
CMYK12.21%0.00%69.47%
48.63%

Color #738328 in popluar number systems.

HEX738328
Decimal11513140
Binary111001110000011101000
Octal16320350

Shades and tints

Shades of #738328

#738328
(115,131,40)
#697825
(105,120,37)
#5F6D22
(95,109,34)
#55621F
(85,98,31)
#4B571C
(75,87,28)
#414C19
(65,76,25)
#374116
(55,65,22)
#2D3613
(45,54,19)
#232B10
(35,43,16)
#19200D
(25,32,13)
#0F150A
(15,21,10)
#000000
(0,0,0)

Tints of #738328

#738328
(115,131,40)
#7F8E3B
(127,142,59)
#8B994E
(139,153,78)
#97A461
(151,164,97)
#A3AF74
(163,175,116)
#AFBA87
(175,186,135)
#BBC59A
(187,197,154)
#C7D0AD
(199,208,173)
#D3DBC0
(211,219,192)
#DFE6D3
(223,230,211)
#EBF1E6
(235,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738328; }

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

This text font color is #738328.


Background Color

.myBgColor { background-color: #738328; }

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

This div background color is #738328.


Border color

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

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

This div border color is #738328.


Opacity

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

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

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

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

This text has shadow with #738328 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738328 on black background.


Color preview on white background

This text has color #738328 on white background.



Black color preview on #738328 background

This text has black color on #738328 background.


White color preview on #738328 background

This text has white color on #738328 background.