COLOR #747B3C

HEX: #747B3C RGB: (116,123,60)

Color info

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

RGB color model

#747B3C color RGB value is (116,123,60).

RGB: (116,123,60) (45%, 48%, 24%)

RGB channels and saturation

R 116 of 255 = 45%
G 123 of 255 = 48%
B 60 of 255 = 24%

116
123
60

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

Portions of RGB colors in percentages

R + G + B = 116 + 123 + 60 = 299 (100%)
R 116 of 299 ~ 38.8%
G 123 of 299 ~ 41.14%
B 60 of 299 ~ 20.07'%

%38.8
%41.14
%20.07

CMYK color model

#747B3C color CMYK value is (6,0,51,52).

  • cyan value is 5.69%
  • magenta value is 0.00%
  • yellow value is 51.22%
  • key color value is 51.76%

CMYK: (6,0,51,52)
C6M0Y51K52 (6%, 0%, 51%, 52%)
(0.06 / 0.00 / 0.51 / 0.52)

CMYK percentages

%5.69
%0
%51.22
%51.76

Codes

Color #747B3C in popluar color models

74 7B 3C
RGB 116 123 60
HSL 67° 34.43% 35.88%
HSB/HSV 67° 51.22% 48.24%
CMYK 5.69% 0.00% 51.22%
51.76%

Color #747B3C in popluar number systems.

HEX 74 7B 3C
Decimal 116 123 60
Binary 1110100 1111011 111100
Octal 164 173 74

Shades and tints

Shades of #747B3C

#747B3C
(116,123,60)
#6A7037
(106,112,55)
#606532
(96,101,50)
#565A2D
(86,90,45)
#4C4F28
(76,79,40)
#424423
(66,68,35)
#38391E
(56,57,30)
#2E2E19
(46,46,25)
#242314
(36,35,20)
#1A180F
(26,24,15)
#100D0A
(16,13,10)
#000000
(0,0,0)

Tints of #747B3C

#747B3C
(116,123,60)
#80874D
(128,135,77)
#8C935E
(140,147,94)
#989F6F
(152,159,111)
#A4AB80
(164,171,128)
#B0B791
(176,183,145)
#BCC3A2
(188,195,162)
#C8CFB3
(200,207,179)
#D4DBC4
(212,219,196)
#E0E7D5
(224,231,213)
#ECF3E6
(236,243,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747B3C color. Also use rgb(116,123,60) instead hex code.

Text Font Color

.myTextColor { color: #747B3C; }

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

This text font color is #747B3C.

Background Color

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

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

This div background color is #747B3C.

Border color

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

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

This div border color is #747B3C.

Opacity

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

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

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

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

This text has shadow with #747B3C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #747B3C.

Preview

Color preview on black background

This text has color #747B3C on black background.


Color preview on white background

This text has color #747B3C on white background.


Black color preview on #747B3C background

This text has black color on #747B3C background.


White color preview on #747B3C background

This text has white color on #747B3C background.


Related colors

Complementary color

Complementary color for #hex is #8B84C3.


I love getcolorcode.com

Triadic colors

1 #3C747B and #7B3C74 with #747B3C are triadic colors.

2 #3C7B74 and #7B743C with #747B3C are triadic colors.