COLOR #739263

HEX: #739263
RGB: (115,146,99)

Color info

#739263 contains red, green and blue colors in about the same proportion. Web safe color of #739263 is #669966 (or #696).

RGB color model

#739263 color RGB value is (115,146,99).

  • red value is 115;
  • green value is 146;
  • blue value is 99.
RGB:
(115,146,99)
(45%,57%,39%)

RGB channels and saturation

R 115 of 255 = 45%
G 146 of 255 = 57%
B 99 of 255 = 39%

115
146
99

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

Portions of RGB colors in percentages

R + G + B =
115 + 146 + 99 = 360 (100%)
R 115 of 360 ~ 31.94%
G 146 of 360 ~ 40.56%
B 99 of 360 ~ 27.5%

%31.94
%40.56
%27.5

CMYK color model

#739263 color CMYK value is (21,0,32,43).

  • cyan value is 21.23%
  • magenta value is 0.00%
  • yellow value is 32.19%
  • key color value is 42.75%
CMYK:
(21,0,32,43)
C21M0Y32K43 
(21%,0%,32%,43%)
(0.21/0.00/0.32/0.43)	

CMYK percentages

%21.23
%0
%32.19
%42.75

Codes

Color #739263 in popluar color models

739263
RGB11514699
HSL100°19.18%48.04%
HSB/HSV100°32.19%57.25%
CMYK21.23%0.00%32.19%
42.75%

Color #739263 in popluar number systems.

HEX739263
Decimal11514699
Binary1110011100100101100011
Octal163222143

Shades and tints

Shades of #739263

#739263
(115,146,99)
#69855A
(105,133,90)
#5F7851
(95,120,81)
#556B48
(85,107,72)
#4B5E3F
(75,94,63)
#415136
(65,81,54)
#37442D
(55,68,45)
#2D3724
(45,55,36)
#232A1B
(35,42,27)
#191D12
(25,29,18)
#0F1009
(15,16,9)
#000000
(0,0,0)

Tints of #739263

#739263
(115,146,99)
#7F9B71
(127,155,113)
#8BA47F
(139,164,127)
#97AD8D
(151,173,141)
#A3B69B
(163,182,155)
#AFBFA9
(175,191,169)
#BBC8B7
(187,200,183)
#C7D1C5
(199,209,197)
#D3DAD3
(211,218,211)
#DFE3E1
(223,227,225)
#EBECEF
(235,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #739263 color. Also use rgb(115,146,99) instead hex code.

Text Font Color

.myTextColor { color: #739263; }

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

This text font color is #739263.


Background Color

.myBgColor { background-color: #739263; }

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

This div background color is #739263.


Border color

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

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

This div border color is #739263.


Opacity

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

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

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

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

This text has shadow with #739263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #739263 on black background.


Color preview on white background

This text has color #739263 on white background.



Black color preview on #739263 background

This text has black color on #739263 background.


White color preview on #739263 background

This text has white color on #739263 background.