COLOR #748731

HEX: #748731
RGB: (116,135,49)

Color info

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

RGB color model

#748731 color RGB value is (116,135,49).

  • red value is 116;
  • green value is 135;
  • blue value is 49.
RGB:
(116,135,49)
(45%,53%,19%)

RGB channels and saturation

R 116 of 255 = 45%
G 135 of 255 = 53%
B 49 of 255 = 19%

116
135
49

R + G + B ~ 39%. #748731 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 135 + 49 = 300 (100%)
R 116 of 300 ~ 38.67%
G 135 of 300 ~ 45%
B 49 of 300 ~ 16.33%

%38.67
%45
%16.33

CMYK color model

#748731 color CMYK value is (14,0,64,47).

  • cyan value is 14.07%
  • magenta value is 0.00%
  • yellow value is 63.70%
  • key color value is 47.06%
CMYK:
(14,0,64,47)
C14M0Y64K47 
(14%,0%,64%,47%)
(0.14/0.00/0.64/0.47)	

CMYK percentages

%14.07
%0
%63.7
%47.06

Codes

Color #748731 in popluar color models

748731
RGB11613549
HSL73°46.74%36.08%
HSB/HSV73°63.70%52.94%
CMYK14.07%0.00%63.70%
47.06%

Color #748731 in popluar number systems.

HEX748731
Decimal11613549
Binary111010010000111110001
Octal16420761

Shades and tints

Shades of #748731

#748731
(116,135,49)
#6A7B2D
(106,123,45)
#606F29
(96,111,41)
#566325
(86,99,37)
#4C5721
(76,87,33)
#424B1D
(66,75,29)
#383F19
(56,63,25)
#2E3315
(46,51,21)
#242711
(36,39,17)
#1A1B0D
(26,27,13)
#100F09
(16,15,9)
#000000
(0,0,0)

Tints of #748731

#748731
(116,135,49)
#809143
(128,145,67)
#8C9B55
(140,155,85)
#98A567
(152,165,103)
#A4AF79
(164,175,121)
#B0B98B
(176,185,139)
#BCC39D
(188,195,157)
#C8CDAF
(200,205,175)
#D4D7C1
(212,215,193)
#E0E1D3
(224,225,211)
#ECEBE5
(236,235,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748731 color. Also use rgb(116,135,49) instead hex code.

Text Font Color

.myTextColor { color: #748731; }

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

This text font color is #748731.


Background Color

.myBgColor { background-color: #748731; }

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

This div background color is #748731.


Border color

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

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

This div border color is #748731.


Opacity

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

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

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

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

This text has shadow with #748731 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748731 on black background.


Color preview on white background

This text has color #748731 on white background.



Black color preview on #748731 background

This text has black color on #748731 background.


White color preview on #748731 background

This text has white color on #748731 background.