COLOR #748509

HEX: #748509
RGB: (116,133,9)

Color info

#748509 contains mainly red and green colors. Web safe color of #748509 is #669900 (or #690).

RGB color model

#748509 color RGB value is (116,133,9).

  • red value is 116;
  • green value is 133;
  • blue value is 9.
RGB:
(116,133,9)
(45%,52%,4%)

RGB channels and saturation

R 116 of 255 = 45%
G 133 of 255 = 52%
B 9 of 255 = 4%

116
133
9

R + G + B ~ 34%. #748509 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 133 + 9 = 258 (100%)
R 116 of 258 ~ 44.96%
G 133 of 258 ~ 51.55%
B 9 of 258 ~ 3.49%

%44.96
%51.55

CMYK color model

#748509 color CMYK value is (13,0,93,48).

  • cyan value is 12.78%
  • magenta value is 0.00%
  • yellow value is 93.23%
  • key color value is 47.84%
CMYK:
(13,0,93,48)
C13M0Y93K48 
(13%,0%,93%,48%)
(0.13/0.00/0.93/0.48)	

CMYK percentages

%12.78
%0
%93.23
%47.84

Codes

Color #748509 in popluar color models

748509
RGB1161339
HSL68°87.32%27.84%
HSB/HSV68°93.23%52.16%
CMYK12.78%0.00%93.23%
47.84%

Color #748509 in popluar number systems.

HEX748509
Decimal1161339
Binary1110100100001011001
Octal16420511

Shades and tints

Shades of #748509

#748509
(116,133,9)
#6A7909
(106,121,9)
#606D09
(96,109,9)
#566109
(86,97,9)
#4C5509
(76,85,9)
#424909
(66,73,9)
#383D09
(56,61,9)
#2E3109
(46,49,9)
#242509
(36,37,9)
#1A1909
(26,25,9)
#100D09
(16,13,9)
#000000
(0,0,0)

Tints of #748509

#748509
(116,133,9)
#80901F
(128,144,31)
#8C9B35
(140,155,53)
#98A64B
(152,166,75)
#A4B161
(164,177,97)
#B0BC77
(176,188,119)
#BCC78D
(188,199,141)
#C8D2A3
(200,210,163)
#D4DDB9
(212,221,185)
#E0E8CF
(224,232,207)
#ECF3E5
(236,243,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748509 color. Also use rgb(116,133,9) instead hex code.

Text Font Color

.myTextColor { color: #748509; }

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

This text font color is #748509.


Background Color

.myBgColor { background-color: #748509; }

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

This div background color is #748509.


Border color

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

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

This div border color is #748509.


Opacity

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

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

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

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

This text has shadow with #748509 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748509 on black background.


Color preview on white background

This text has color #748509 on white background.



Black color preview on #748509 background

This text has black color on #748509 background.


White color preview on #748509 background

This text has white color on #748509 background.