COLOR #747333

HEX: #747333
RGB: (116,115,51)

Color info

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

RGB color model

#747333 color RGB value is (116,115,51).

  • red value is 116;
  • green value is 115;
  • blue value is 51.
RGB:
(116,115,51)
(45%,45%,20%)

RGB channels and saturation

R 116 of 255 = 45%
G 115 of 255 = 45%
B 51 of 255 = 20%

116
115
51

R + G + B ~ 37%. #747333 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 115 + 51 = 282 (100%)
R 116 of 282 ~ 41.13%
G 115 of 282 ~ 40.78%
B 51 of 282 ~ 18.09%

%41.13
%40.78
%18.09

CMYK color model

#747333 color CMYK value is (0,1,56,55).

  • cyan value is 0.00%
  • magenta value is 0.86%
  • yellow value is 56.03%
  • key color value is 54.51%
CMYK:
(0,1,56,55)
C0M1Y56K55 
(0%,1%,56%,55%)
(0.00/0.01/0.56/0.55)	

CMYK percentages

%0
%0.86
%56.03
%54.51

Codes

Color #747333 in popluar color models

747333
RGB11611551
HSL59°38.92%32.75%
HSB/HSV59°56.03%45.49%
CMYK0.00%0.86%56.03%
54.51%

Color #747333 in popluar number systems.

HEX747333
Decimal11611551
Binary11101001110011110011
Octal16416363

Shades and tints

Shades of #747333

#747333
(116,115,51)
#6A692F
(106,105,47)
#605F2B
(96,95,43)
#565527
(86,85,39)
#4C4B23
(76,75,35)
#42411F
(66,65,31)
#38371B
(56,55,27)
#2E2D17
(46,45,23)
#242313
(36,35,19)
#1A190F
(26,25,15)
#100F0B
(16,15,11)
#000000
(0,0,0)

Tints of #747333

#747333
(116,115,51)
#807F45
(128,127,69)
#8C8B57
(140,139,87)
#989769
(152,151,105)
#A4A37B
(164,163,123)
#B0AF8D
(176,175,141)
#BCBB9F
(188,187,159)
#C8C7B1
(200,199,177)
#D4D3C3
(212,211,195)
#E0DFD5
(224,223,213)
#ECEBE7
(236,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #747333 color. Also use rgb(116,115,51) instead hex code.

Text Font Color

.myTextColor { color: #747333; }

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

This text font color is #747333.


Background Color

.myBgColor { background-color: #747333; }

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

This div background color is #747333.


Border color

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

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

This div border color is #747333.


Opacity

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

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

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

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

This text has shadow with #747333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #747333 on black background.


Color preview on white background

This text has color #747333 on white background.



Black color preview on #747333 background

This text has black color on #747333 background.


White color preview on #747333 background

This text has white color on #747333 background.