COLOR #748452

HEX: #748452
RGB: (116,132,82)

Color info

#748452 contains red, green and blue colors in about the same proportion. Web safe color of #748452 is #669966 (or #696).

RGB color model

#748452 color RGB value is (116,132,82).

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

RGB channels and saturation

R 116 of 255 = 45%
G 132 of 255 = 52%
B 82 of 255 = 32%

116
132
82

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

Portions of RGB colors in percentages

R + G + B =
116 + 132 + 82 = 330 (100%)
R 116 of 330 ~ 35.15%
G 132 of 330 ~ 40%
B 82 of 330 ~ 24.85%

%35.15
%40
%24.85

CMYK color model

#748452 color CMYK value is (12,0,38,48).

  • cyan value is 12.12%
  • magenta value is 0.00%
  • yellow value is 37.88%
  • key color value is 48.24%
CMYK:
(12,0,38,48)
C12M0Y38K48 
(12%,0%,38%,48%)
(0.12/0.00/0.38/0.48)	

CMYK percentages

%12.12
%0
%37.88
%48.24

Codes

Color #748452 in popluar color models

748452
RGB11613282
HSL79°23.36%41.96%
HSB/HSV79°37.88%51.76%
CMYK12.12%0.00%37.88%
48.24%

Color #748452 in popluar number systems.

HEX748452
Decimal11613282
Binary1110100100001001010010
Octal164204122

Shades and tints

Shades of #748452

#748452
(116,132,82)
#6A784B
(106,120,75)
#606C44
(96,108,68)
#56603D
(86,96,61)
#4C5436
(76,84,54)
#42482F
(66,72,47)
#383C28
(56,60,40)
#2E3021
(46,48,33)
#24241A
(36,36,26)
#1A1813
(26,24,19)
#100C0C
(16,12,12)
#000000
(0,0,0)

Tints of #748452

#748452
(116,132,82)
#808F61
(128,143,97)
#8C9A70
(140,154,112)
#98A57F
(152,165,127)
#A4B08E
(164,176,142)
#B0BB9D
(176,187,157)
#BCC6AC
(188,198,172)
#C8D1BB
(200,209,187)
#D4DCCA
(212,220,202)
#E0E7D9
(224,231,217)
#ECF2E8
(236,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #748452; }

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

This text font color is #748452.


Background Color

.myBgColor { background-color: #748452; }

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

This div background color is #748452.


Border color

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

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

This div border color is #748452.


Opacity

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

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

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

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

This text has shadow with #748452 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #748452 on black background.


Color preview on white background

This text has color #748452 on white background.



Black color preview on #748452 background

This text has black color on #748452 background.


White color preview on #748452 background

This text has white color on #748452 background.