COLOR #748052

HEX: #748052
RGB: (116,128,82)

Color info

#748052 contains red, green and blue colors in about the same proportion. Web safe color of #748052 is #666666 (or #666).

RGB color model

#748052 color RGB value is (116,128,82).

  • red value is 116;
  • green value is 128;
  • blue value is 82.
RGB:
(116,128,82)
(45%,50%,32%)

RGB channels and saturation

R 116 of 255 = 45%
G 128 of 255 = 50%
B 82 of 255 = 32%

116
128
82

R + G + B ~ 42%. #748052 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 128 + 82 = 326 (100%)
R 116 of 326 ~ 35.58%
G 128 of 326 ~ 39.26%
B 82 of 326 ~ 25.15%

%35.58
%39.26
%25.15

CMYK color model

#748052 color CMYK value is (9,0,36,50).

  • cyan value is 9.38%
  • magenta value is 0.00%
  • yellow value is 35.94%
  • key color value is 49.80%
CMYK:
(9,0,36,50)
C9M0Y36K50 
(9%,0%,36%,50%)
(0.09/0.00/0.36/0.50)	

CMYK percentages

%9.38
%0
%35.94
%49.8

Codes

Color #748052 in popluar color models

748052
RGB11612882
HSL76°21.90%41.18%
HSB/HSV76°35.94%50.20%
CMYK9.38%0.00%35.94%
49.80%

Color #748052 in popluar number systems.

HEX748052
Decimal11612882
Binary1110100100000001010010
Octal164200122

Shades and tints

Shades of #748052

#748052
(116,128,82)
#6A754B
(106,117,75)
#606A44
(96,106,68)
#565F3D
(86,95,61)
#4C5436
(76,84,54)
#42492F
(66,73,47)
#383E28
(56,62,40)
#2E3321
(46,51,33)
#24281A
(36,40,26)
#1A1D13
(26,29,19)
#10120C
(16,18,12)
#000000
(0,0,0)

Tints of #748052

#748052
(116,128,82)
#808B61
(128,139,97)
#8C9670
(140,150,112)
#98A17F
(152,161,127)
#A4AC8E
(164,172,142)
#B0B79D
(176,183,157)
#BCC2AC
(188,194,172)
#C8CDBB
(200,205,187)
#D4D8CA
(212,216,202)
#E0E3D9
(224,227,217)
#ECEEE8
(236,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #748052 color. Also use rgb(116,128,82) instead hex code.

Text Font Color

.myTextColor { color: #748052; }

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

This text font color is #748052.


Background Color

.myBgColor { background-color: #748052; }

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

This div background color is #748052.


Border color

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

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

This div border color is #748052.


Opacity

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

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

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

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

This text has shadow with #748052 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748052 on black background.


Color preview on white background

This text has color #748052 on white background.



Black color preview on #748052 background

This text has black color on #748052 background.


White color preview on #748052 background

This text has white color on #748052 background.