COLOR #738143

HEX: #738143
RGB: (115,129,67)

Color info

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

RGB color model

#738143 color RGB value is (115,129,67).

  • red value is 115;
  • green value is 129;
  • blue value is 67.
RGB:
(115,129,67)
(45%,51%,26%)

RGB channels and saturation

R 115 of 255 = 45%
G 129 of 255 = 51%
B 67 of 255 = 26%

115
129
67

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

Portions of RGB colors in percentages

R + G + B =
115 + 129 + 67 = 311 (100%)
R 115 of 311 ~ 36.98%
G 129 of 311 ~ 41.48%
B 67 of 311 ~ 21.54%

%36.98
%41.48
%21.54

CMYK color model

#738143 color CMYK value is (11,0,48,49).

  • cyan value is 10.85%
  • magenta value is 0.00%
  • yellow value is 48.06%
  • key color value is 49.41%
CMYK:
(11,0,48,49)
C11M0Y48K49 
(11%,0%,48%,49%)
(0.11/0.00/0.48/0.49)	

CMYK percentages

%10.85
%0
%48.06
%49.41

Codes

Color #738143 in popluar color models

738143
RGB11512967
HSL74°31.63%38.43%
HSB/HSV74°48.06%50.59%
CMYK10.85%0.00%48.06%
49.41%

Color #738143 in popluar number systems.

HEX738143
Decimal11512967
Binary1110011100000011000011
Octal163201103

Shades and tints

Shades of #738143

#738143
(115,129,67)
#69763D
(105,118,61)
#5F6B37
(95,107,55)
#556031
(85,96,49)
#4B552B
(75,85,43)
#414A25
(65,74,37)
#373F1F
(55,63,31)
#2D3419
(45,52,25)
#232913
(35,41,19)
#191E0D
(25,30,13)
#0F1307
(15,19,7)
#000000
(0,0,0)

Tints of #738143

#738143
(115,129,67)
#7F8C54
(127,140,84)
#8B9765
(139,151,101)
#97A276
(151,162,118)
#A3AD87
(163,173,135)
#AFB898
(175,184,152)
#BBC3A9
(187,195,169)
#C7CEBA
(199,206,186)
#D3D9CB
(211,217,203)
#DFE4DC
(223,228,220)
#EBEFED
(235,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #738143 color. Also use rgb(115,129,67) instead hex code.

Text Font Color

.myTextColor { color: #738143; }

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

This text font color is #738143.


Background Color

.myBgColor { background-color: #738143; }

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

This div background color is #738143.


Border color

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

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

This div border color is #738143.


Opacity

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

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

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

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

This text has shadow with #738143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #738143 on black background.


Color preview on white background

This text has color #738143 on white background.



Black color preview on #738143 background

This text has black color on #738143 background.


White color preview on #738143 background

This text has white color on #738143 background.