COLOR #748C4B

HEX: #748C4B
RGB: (116,140,75)

Color info

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

RGB color model

#748C4B color RGB value is (116,140,75).

  • red value is 116;
  • green value is 140;
  • blue value is 75.
RGB:
(116,140,75)
(45%,55%,29%)

RGB channels and saturation

R 116 of 255 = 45%
G 140 of 255 = 55%
B 75 of 255 = 29%

116
140
75

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

Portions of RGB colors in percentages

R + G + B =
116 + 140 + 75 = 331 (100%)
R 116 of 331 ~ 35.05%
G 140 of 331 ~ 42.3%
B 75 of 331 ~ 22.66%

%35.05
%42.3
%22.66

CMYK color model

#748C4B color CMYK value is (17,0,46,45).

  • cyan value is 17.14%
  • magenta value is 0.00%
  • yellow value is 46.43%
  • key color value is 45.10%
CMYK:
(17,0,46,45)
C17M0Y46K45 
(17%,0%,46%,45%)
(0.17/0.00/0.46/0.45)	

CMYK percentages

%17.14
%0
%46.43
%45.1

Codes

Color #748C4B in popluar color models

748C4B
RGB11614075
HSL82°30.23%42.16%
HSB/HSV82°46.43%54.90%
CMYK17.14%0.00%46.43%
45.10%

Color #748C4B in popluar number systems.

HEX748C4B
Decimal11614075
Binary1110100100011001001011
Octal164214113

Shades and tints

Shades of #748C4B

#748C4B
(116,140,75)
#6A8045
(106,128,69)
#60743F
(96,116,63)
#566839
(86,104,57)
#4C5C33
(76,92,51)
#42502D
(66,80,45)
#384427
(56,68,39)
#2E3821
(46,56,33)
#242C1B
(36,44,27)
#1A2015
(26,32,21)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #748C4B

#748C4B
(116,140,75)
#80965B
(128,150,91)
#8CA06B
(140,160,107)
#98AA7B
(152,170,123)
#A4B48B
(164,180,139)
#B0BE9B
(176,190,155)
#BCC8AB
(188,200,171)
#C8D2BB
(200,210,187)
#D4DCCB
(212,220,203)
#E0E6DB
(224,230,219)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748C4B color. Also use rgb(116,140,75) instead hex code.

Text Font Color

.myTextColor { color: #748C4B; }

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

This text font color is #748C4B.


Background Color

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

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

This div background color is #748C4B.


Border color

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

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

This div border color is #748C4B.


Opacity

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

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

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

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

This text has shadow with #748C4B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748C4B on black background.


Color preview on white background

This text has color #748C4B on white background.



Black color preview on #748C4B background

This text has black color on #748C4B background.


White color preview on #748C4B background

This text has white color on #748C4B background.