COLOR #748F12

HEX: #748F12 RGB: (116,143,18)

Color info

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

RGB color model

#748F12 color RGB value is (116,143,18).

RGB: (116,143,18) (45%, 56%, 7%)

RGB channels and saturation

R 116 of 255 = 45%
G 143 of 255 = 56%
B 18 of 255 = 7%

116
143
18

R + G + B ~ 36%. #748F12 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 143 + 18 = 277 (100%)
R 116 of 277 ~ 41.88%
G 143 of 277 ~ 51.62%
B 18 of 277 ~ 6.5'%

%41.88
%51.62

CMYK color model

#748F12 color CMYK value is (19,0,87,44).

  • cyan value is 18.88%
  • magenta value is 0.00%
  • yellow value is 87.41%
  • key color value is 43.92%

CMYK: (19,0,87,44)
C19M0Y87K44 (19%, 0%, 87%, 44%)
(0.19 / 0.00 / 0.87 / 0.44)

CMYK percentages

%18.88
%0
%87.41
%43.92

Codes

Color #748F12 in popluar color models

74 8F 12
RGB 116 143 18
HSL 73° 77.64% 31.57%
HSB/HSV 73° 87.41% 56.08%
CMYK 18.88% 0.00% 87.41%
43.92%

Color #748F12 in popluar number systems.

HEX 74 8F 12
Decimal 116 143 18
Binary 1110100 10001111 10010
Octal 164 217 22

Shades and tints

Shades of #748F12

#748F12
(116,143,18)
#6A8211
(106,130,17)
#607510
(96,117,16)
#56680F
(86,104,15)
#4C5B0E
(76,91,14)
#424E0D
(66,78,13)
#38410C
(56,65,12)
#2E340B
(46,52,11)
#24270A
(36,39,10)
#1A1A09
(26,26,9)
#100D08
(16,13,8)
#000000
(0,0,0)

Tints of #748F12

#748F12
(116,143,18)
#809927
(128,153,39)
#8CA33C
(140,163,60)
#98AD51
(152,173,81)
#A4B766
(164,183,102)
#B0C17B
(176,193,123)
#BCCB90
(188,203,144)
#C8D5A5
(200,213,165)
#D4DFBA
(212,223,186)
#E0E9CF
(224,233,207)
#ECF3E4
(236,243,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748F12 color. Also use rgb(116,143,18) instead hex code.

Text Font Color

.myTextColor { color: #748F12; }

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

This text font color is #748F12.

Background Color

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

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

This div background color is #748F12.

Border color

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

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

This div border color is #748F12.

Opacity

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

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

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

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

This text has shadow with #748F12 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #748F12.

Preview

Color preview on black background

This text has color #748F12 on black background.


Color preview on white background

This text has color #748F12 on white background.


Black color preview on #748F12 background

This text has black color on #748F12 background.


White color preview on #748F12 background

This text has white color on #748F12 background.


Related colors

Complementary color

Complementary color for #hex is #8B70ED.


I love getcolorcode.com

Triadic colors

1 #12748F and #8F1274 with #748F12 are triadic colors.

2 #128F74 and #8F7412 with #748F12 are triadic colors.