COLOR #738832

HEX: #738832
RGB: (115,136,50)

Color info

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

RGB color model

#738832 color RGB value is (115,136,50).

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

RGB channels and saturation

R 115 of 255 = 45%
G 136 of 255 = 53%
B 50 of 255 = 20%

115
136
50

R + G + B ~ 39%. #738832 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
115 + 136 + 50 = 301 (100%)
R 115 of 301 ~ 38.21%
G 136 of 301 ~ 45.18%
B 50 of 301 ~ 16.61%

%38.21
%45.18
%16.61

CMYK color model

#738832 color CMYK value is (15,0,63,47).

  • cyan value is 15.44%
  • magenta value is 0.00%
  • yellow value is 63.24%
  • key color value is 46.67%
CMYK:
(15,0,63,47)
C15M0Y63K47 
(15%,0%,63%,47%)
(0.15/0.00/0.63/0.47)	

CMYK percentages

%15.44
%0
%63.24
%46.67

Codes

Color #738832 in popluar color models

738832
RGB11513650
HSL75°46.24%36.47%
HSB/HSV75°63.24%53.33%
CMYK15.44%0.00%63.24%
46.67%

Color #738832 in popluar number systems.

HEX738832
Decimal11513650
Binary111001110001000110010
Octal16321062

Shades and tints

Shades of #738832

#738832
(115,136,50)
#697C2E
(105,124,46)
#5F702A
(95,112,42)
#556426
(85,100,38)
#4B5822
(75,88,34)
#414C1E
(65,76,30)
#37401A
(55,64,26)
#2D3416
(45,52,22)
#232812
(35,40,18)
#191C0E
(25,28,14)
#0F100A
(15,16,10)
#000000
(0,0,0)

Tints of #738832

#738832
(115,136,50)
#7F9244
(127,146,68)
#8B9C56
(139,156,86)
#97A668
(151,166,104)
#A3B07A
(163,176,122)
#AFBA8C
(175,186,140)
#BBC49E
(187,196,158)
#C7CEB0
(199,206,176)
#D3D8C2
(211,216,194)
#DFE2D4
(223,226,212)
#EBECE6
(235,236,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #738832; }

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

This text font color is #738832.


Background Color

.myBgColor { background-color: #738832; }

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

This div background color is #738832.


Border color

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

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

This div border color is #738832.


Opacity

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

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

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

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

This text has shadow with #738832 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738832 on black background.


Color preview on white background

This text has color #738832 on white background.



Black color preview on #738832 background

This text has black color on #738832 background.


White color preview on #738832 background

This text has white color on #738832 background.