COLOR #748B62

HEX: #748B62
RGB: (116,139,98)

Color info

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

RGB color model

#748B62 color RGB value is (116,139,98).

  • red value is 116;
  • green value is 139;
  • blue value is 98.
RGB:
(116,139,98)
(45%,55%,38%)

RGB channels and saturation

R 116 of 255 = 45%
G 139 of 255 = 55%
B 98 of 255 = 38%

116
139
98

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

Portions of RGB colors in percentages

R + G + B =
116 + 139 + 98 = 353 (100%)
R 116 of 353 ~ 32.86%
G 139 of 353 ~ 39.38%
B 98 of 353 ~ 27.76%

%32.86
%39.38
%27.76

CMYK color model

#748B62 color CMYK value is (17,0,29,45).

  • cyan value is 16.55%
  • magenta value is 0.00%
  • yellow value is 29.50%
  • key color value is 45.49%
CMYK:
(17,0,29,45)
C17M0Y29K45 
(17%,0%,29%,45%)
(0.17/0.00/0.29/0.45)	

CMYK percentages

%16.55
%0
%29.5
%45.49

Codes

Color #748B62 in popluar color models

748B62
RGB11613998
HSL94°17.30%46.47%
HSB/HSV94°29.50%54.51%
CMYK16.55%0.00%29.50%
45.49%

Color #748B62 in popluar number systems.

HEX748B62
Decimal11613998
Binary1110100100010111100010
Octal164213142

Shades and tints

Shades of #748B62

#748B62
(116,139,98)
#6A7F5A
(106,127,90)
#607352
(96,115,82)
#56674A
(86,103,74)
#4C5B42
(76,91,66)
#424F3A
(66,79,58)
#384332
(56,67,50)
#2E372A
(46,55,42)
#242B22
(36,43,34)
#1A1F1A
(26,31,26)
#101312
(16,19,18)
#000000
(0,0,0)

Tints of #748B62

#748B62
(116,139,98)
#809570
(128,149,112)
#8C9F7E
(140,159,126)
#98A98C
(152,169,140)
#A4B39A
(164,179,154)
#B0BDA8
(176,189,168)
#BCC7B6
(188,199,182)
#C8D1C4
(200,209,196)
#D4DBD2
(212,219,210)
#E0E5E0
(224,229,224)
#ECEFEE
(236,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748B62 color. Also use rgb(116,139,98) instead hex code.

Text Font Color

.myTextColor { color: #748B62; }

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

This text font color is #748B62.


Background Color

.myBgColor { background-color: #748B62; }

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

This div background color is #748B62.


Border color

.myBorderColor { border: 1px solid #748B62; }

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

This div border color is #748B62.


Opacity

.myOpacity80 { color: #748B62; opacity: 0.8; }

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

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

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

This text has shadow with #748B62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748B62 on black background.


Color preview on white background

This text has color #748B62 on white background.



Black color preview on #748B62 background

This text has black color on #748B62 background.


White color preview on #748B62 background

This text has white color on #748B62 background.