COLOR #748827

HEX: #748827
RGB: (116,136,39)

Color info

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

RGB color model

#748827 color RGB value is (116,136,39).

  • red value is 116;
  • green value is 136;
  • blue value is 39.
RGB:
(116,136,39)
(45%,53%,15%)

RGB channels and saturation

R 116 of 255 = 45%
G 136 of 255 = 53%
B 39 of 255 = 15%

116
136
39

R + G + B ~ 38%. #748827 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 136 + 39 = 291 (100%)
R 116 of 291 ~ 39.86%
G 136 of 291 ~ 46.74%
B 39 of 291 ~ 13.4%

%39.86
%46.74
%13.4

CMYK color model

#748827 color CMYK value is (15,0,71,47).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 71.32%
  • key color value is 46.67%
CMYK:
(15,0,71,47)
C15M0Y71K47 
(15%,0%,71%,47%)
(0.15/0.00/0.71/0.47)	

CMYK percentages

%14.71
%0
%71.32
%46.67

Codes

Color #748827 in popluar color models

748827
RGB11613639
HSL72°55.43%34.31%
HSB/HSV72°71.32%53.33%
CMYK14.71%0.00%71.32%
46.67%

Color #748827 in popluar number systems.

HEX748827
Decimal11613639
Binary111010010001000100111
Octal16421047

Shades and tints

Shades of #748827

#748827
(116,136,39)
#6A7C24
(106,124,36)
#607021
(96,112,33)
#56641E
(86,100,30)
#4C581B
(76,88,27)
#424C18
(66,76,24)
#384015
(56,64,21)
#2E3412
(46,52,18)
#24280F
(36,40,15)
#1A1C0C
(26,28,12)
#101009
(16,16,9)
#000000
(0,0,0)

Tints of #748827

#748827
(116,136,39)
#80923A
(128,146,58)
#8C9C4D
(140,156,77)
#98A660
(152,166,96)
#A4B073
(164,176,115)
#B0BA86
(176,186,134)
#BCC499
(188,196,153)
#C8CEAC
(200,206,172)
#D4D8BF
(212,216,191)
#E0E2D2
(224,226,210)
#ECECE5
(236,236,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748827 color. Also use rgb(116,136,39) instead hex code.

Text Font Color

.myTextColor { color: #748827; }

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

This text font color is #748827.


Background Color

.myBgColor { background-color: #748827; }

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

This div background color is #748827.


Border color

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

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

This div border color is #748827.


Opacity

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

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

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

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

This text has shadow with #748827 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748827 on black background.


Color preview on white background

This text has color #748827 on white background.



Black color preview on #748827 background

This text has black color on #748827 background.


White color preview on #748827 background

This text has white color on #748827 background.