COLOR #748454

HEX: #748454
RGB: (116,132,84)

Color info

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

RGB color model

#748454 color RGB value is (116,132,84).

  • red value is 116;
  • green value is 132;
  • blue value is 84.
RGB:
(116,132,84)
(45%,52%,33%)

RGB channels and saturation

R 116 of 255 = 45%
G 132 of 255 = 52%
B 84 of 255 = 33%

116
132
84

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

Portions of RGB colors in percentages

R + G + B =
116 + 132 + 84 = 332 (100%)
R 116 of 332 ~ 34.94%
G 132 of 332 ~ 39.76%
B 84 of 332 ~ 25.3%

%34.94
%39.76
%25.3

CMYK color model

#748454 color CMYK value is (12,0,36,48).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 48.24%
CMYK:
(12,0,36,48)
C12M0Y36K48 
(12%,0%,36%,48%)
(0.12/0.00/0.36/0.48)	

CMYK percentages

%12.12
%0
%36.36
%48.24

Codes

Color #748454 in popluar color models

748454
RGB11613284
HSL80°22.22%42.35%
HSB/HSV80°36.36%51.76%
CMYK12.12%0.00%36.36%
48.24%

Color #748454 in popluar number systems.

HEX748454
Decimal11613284
Binary1110100100001001010100
Octal164204124

Shades and tints

Shades of #748454

#748454
(116,132,84)
#6A784D
(106,120,77)
#606C46
(96,108,70)
#56603F
(86,96,63)
#4C5438
(76,84,56)
#424831
(66,72,49)
#383C2A
(56,60,42)
#2E3023
(46,48,35)
#24241C
(36,36,28)
#1A1815
(26,24,21)
#100C0E
(16,12,14)
#000000
(0,0,0)

Tints of #748454

#748454
(116,132,84)
#808F63
(128,143,99)
#8C9A72
(140,154,114)
#98A581
(152,165,129)
#A4B090
(164,176,144)
#B0BB9F
(176,187,159)
#BCC6AE
(188,198,174)
#C8D1BD
(200,209,189)
#D4DCCC
(212,220,204)
#E0E7DB
(224,231,219)
#ECF2EA
(236,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748454 color. Also use rgb(116,132,84) instead hex code.

Text Font Color

.myTextColor { color: #748454; }

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

This text font color is #748454.


Background Color

.myBgColor { background-color: #748454; }

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

This div background color is #748454.


Border color

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

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

This div border color is #748454.


Opacity

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

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

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

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

This text has shadow with #748454 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748454 on black background.


Color preview on white background

This text has color #748454 on white background.



Black color preview on #748454 background

This text has black color on #748454 background.


White color preview on #748454 background

This text has white color on #748454 background.