COLOR #748961

HEX: #748961
RGB: (116,137,97)

Color info

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

RGB color model

#748961 color RGB value is (116,137,97).

  • red value is 116;
  • green value is 137;
  • blue value is 97.
RGB:
(116,137,97)
(45%,54%,38%)

RGB channels and saturation

R 116 of 255 = 45%
G 137 of 255 = 54%
B 97 of 255 = 38%

116
137
97

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

Portions of RGB colors in percentages

R + G + B =
116 + 137 + 97 = 350 (100%)
R 116 of 350 ~ 33.14%
G 137 of 350 ~ 39.14%
B 97 of 350 ~ 27.71%

%33.14
%39.14
%27.71

CMYK color model

#748961 color CMYK value is (15,0,29,46).

  • cyan value is 15.33%
  • magenta value is 0.00%
  • yellow value is 29.20%
  • key color value is 46.27%
CMYK:
(15,0,29,46)
C15M0Y29K46 
(15%,0%,29%,46%)
(0.15/0.00/0.29/0.46)	

CMYK percentages

%15.33
%0
%29.2
%46.27

Codes

Color #748961 in popluar color models

748961
RGB11613797
HSL92°17.09%45.88%
HSB/HSV92°29.20%53.73%
CMYK15.33%0.00%29.20%
46.27%

Color #748961 in popluar number systems.

HEX748961
Decimal11613797
Binary1110100100010011100001
Octal164211141

Shades and tints

Shades of #748961

#748961
(116,137,97)
#6A7D59
(106,125,89)
#607151
(96,113,81)
#566549
(86,101,73)
#4C5941
(76,89,65)
#424D39
(66,77,57)
#384131
(56,65,49)
#2E3529
(46,53,41)
#242921
(36,41,33)
#1A1D19
(26,29,25)
#101111
(16,17,17)
#000000
(0,0,0)

Tints of #748961

#748961
(116,137,97)
#80936F
(128,147,111)
#8C9D7D
(140,157,125)
#98A78B
(152,167,139)
#A4B199
(164,177,153)
#B0BBA7
(176,187,167)
#BCC5B5
(188,197,181)
#C8CFC3
(200,207,195)
#D4D9D1
(212,217,209)
#E0E3DF
(224,227,223)
#ECEDED
(236,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748961 color. Also use rgb(116,137,97) instead hex code.

Text Font Color

.myTextColor { color: #748961; }

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

This text font color is #748961.


Background Color

.myBgColor { background-color: #748961; }

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

This div background color is #748961.


Border color

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

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

This div border color is #748961.


Opacity

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

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

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

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

This text has shadow with #748961 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748961 on black background.


Color preview on white background

This text has color #748961 on white background.



Black color preview on #748961 background

This text has black color on #748961 background.


White color preview on #748961 background

This text has white color on #748961 background.