COLOR #747C1B

HEX: #747C1B
RGB: (116,124,27)

Color info

#747C1B contains mainly red and green colors. Web safe color of #747C1B is #666633 (or #663).

RGB color model

#747C1B color RGB value is (116,124,27).

  • red value is 116;
  • green value is 124;
  • blue value is 27.
RGB:
(116,124,27)
(45%,49%,11%)

RGB channels and saturation

R 116 of 255 = 45%
G 124 of 255 = 49%
B 27 of 255 = 11%

116
124
27

R + G + B ~ 35%. #747C1B is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 124 + 27 = 267 (100%)
R 116 of 267 ~ 43.45%
G 124 of 267 ~ 46.44%
B 27 of 267 ~ 10.11%

%43.45
%46.44
%10.11

CMYK color model

#747C1B color CMYK value is (6,0,78,51).

  • cyan value is 6.45%
  • magenta value is 0.00%
  • yellow value is 78.23%
  • key color value is 51.37%
CMYK:
(6,0,78,51)
C6M0Y78K51 
(6%,0%,78%,51%)
(0.06/0.00/0.78/0.51)	

CMYK percentages

%6.45
%0
%78.23
%51.37

Codes

Color #747C1B in popluar color models

747C1B
RGB11612427
HSL65°64.24%29.61%
HSB/HSV65°78.23%48.63%
CMYK6.45%0.00%78.23%
51.37%

Color #747C1B in popluar number systems.

HEX747C1B
Decimal11612427
Binary1110100111110011011
Octal16417433

Shades and tints

Shades of #747C1B

#747C1B
(116,124,27)
#6A7119
(106,113,25)
#606617
(96,102,23)
#565B15
(86,91,21)
#4C5013
(76,80,19)
#424511
(66,69,17)
#383A0F
(56,58,15)
#2E2F0D
(46,47,13)
#24240B
(36,36,11)
#1A1909
(26,25,9)
#100E07
(16,14,7)
#000000
(0,0,0)

Tints of #747C1B

#747C1B
(116,124,27)
#80872F
(128,135,47)
#8C9243
(140,146,67)
#989D57
(152,157,87)
#A4A86B
(164,168,107)
#B0B37F
(176,179,127)
#BCBE93
(188,190,147)
#C8C9A7
(200,201,167)
#D4D4BB
(212,212,187)
#E0DFCF
(224,223,207)
#ECEAE3
(236,234,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747C1B color. Also use rgb(116,124,27) instead hex code.

Text Font Color

.myTextColor { color: #747C1B; }

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

This text font color is #747C1B.


Background Color

.myBgColor { background-color: #747C1B; }

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

This div background color is #747C1B.


Border color

.myBorderColor { border: 1px solid #747C1B; }

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

This div border color is #747C1B.


Opacity

.myOpacity80 { color: #747C1B; opacity: 0.8; }

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

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

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

This text has shadow with #747C1B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747C1B on black background.


Color preview on white background

This text has color #747C1B on white background.



Black color preview on #747C1B background

This text has black color on #747C1B background.


White color preview on #747C1B background

This text has white color on #747C1B background.