COLOR #748A33

HEX: #748A33
RGB: (116,138,51)

Color info

#748A33 contains mainly red and green colors. Web safe color of #748A33 is #669933 (or #693).

RGB color model

#748A33 color RGB value is (116,138,51).

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

RGB channels and saturation

R 116 of 255 = 45%
G 138 of 255 = 54%
B 51 of 255 = 20%

116
138
51

R + G + B ~ 40%. #748A33 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 138 + 51 = 305 (100%)
R 116 of 305 ~ 38.03%
G 138 of 305 ~ 45.25%
B 51 of 305 ~ 16.72%

%38.03
%45.25
%16.72

CMYK color model

#748A33 color CMYK value is (16,0,63,46).

  • cyan value is 15.94%
  • magenta value is 0.00%
  • yellow value is 63.04%
  • key color value is 45.88%
CMYK:
(16,0,63,46)
C16M0Y63K46 
(16%,0%,63%,46%)
(0.16/0.00/0.63/0.46)	

CMYK percentages

%15.94
%0
%63.04
%45.88

Codes

Color #748A33 in popluar color models

748A33
RGB11613851
HSL75°46.03%37.06%
HSB/HSV75°63.04%54.12%
CMYK15.94%0.00%63.04%
45.88%

Color #748A33 in popluar number systems.

HEX748A33
Decimal11613851
Binary111010010001010110011
Octal16421263

Shades and tints

Shades of #748A33

#748A33
(116,138,51)
#6A7E2F
(106,126,47)
#60722B
(96,114,43)
#566627
(86,102,39)
#4C5A23
(76,90,35)
#424E1F
(66,78,31)
#38421B
(56,66,27)
#2E3617
(46,54,23)
#242A13
(36,42,19)
#1A1E0F
(26,30,15)
#10120B
(16,18,11)
#000000
(0,0,0)

Tints of #748A33

#748A33
(116,138,51)
#809445
(128,148,69)
#8C9E57
(140,158,87)
#98A869
(152,168,105)
#A4B27B
(164,178,123)
#B0BC8D
(176,188,141)
#BCC69F
(188,198,159)
#C8D0B1
(200,208,177)
#D4DAC3
(212,218,195)
#E0E4D5
(224,228,213)
#ECEEE7
(236,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748A33; }

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

This text font color is #748A33.


Background Color

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

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

This div background color is #748A33.


Border color

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

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

This div border color is #748A33.


Opacity

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

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

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

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

This text has shadow with #748A33 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748A33 on black background.


Color preview on white background

This text has color #748A33 on white background.



Black color preview on #748A33 background

This text has black color on #748A33 background.


White color preview on #748A33 background

This text has white color on #748A33 background.