COLOR #758A48

HEX: #758A48
RGB: (117,138,72)

Color info

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

RGB color model

#758A48 color RGB value is (117,138,72).

  • red value is 117;
  • green value is 138;
  • blue value is 72.
RGB:
(117,138,72)
(46%,54%,28%)

RGB channels and saturation

R 117 of 255 = 46%
G 138 of 255 = 54%
B 72 of 255 = 28%

117
138
72

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

Portions of RGB colors in percentages

R + G + B =
117 + 138 + 72 = 327 (100%)
R 117 of 327 ~ 35.78%
G 138 of 327 ~ 42.2%
B 72 of 327 ~ 22.02%

%35.78
%42.2
%22.02

CMYK color model

#758A48 color CMYK value is (15,0,48,46).

  • cyan value is 15.22%
  • magenta value is 0.00%
  • yellow value is 47.83%
  • key color value is 45.88%
CMYK:
(15,0,48,46)
C15M0Y48K46 
(15%,0%,48%,46%)
(0.15/0.00/0.48/0.46)	

CMYK percentages

%15.22
%0
%47.83
%45.88

Codes

Color #758A48 in popluar color models

758A48
RGB11713872
HSL79°31.43%41.18%
HSB/HSV79°47.83%54.12%
CMYK15.22%0.00%47.83%
45.88%

Color #758A48 in popluar number systems.

HEX758A48
Decimal11713872
Binary1110101100010101001000
Octal165212110

Shades and tints

Shades of #758A48

#758A48
(117,138,72)
#6B7E42
(107,126,66)
#61723C
(97,114,60)
#576636
(87,102,54)
#4D5A30
(77,90,48)
#434E2A
(67,78,42)
#394224
(57,66,36)
#2F361E
(47,54,30)
#252A18
(37,42,24)
#1B1E12
(27,30,18)
#11120C
(17,18,12)
#000000
(0,0,0)

Tints of #758A48

#758A48
(117,138,72)
#819458
(129,148,88)
#8D9E68
(141,158,104)
#99A878
(153,168,120)
#A5B288
(165,178,136)
#B1BC98
(177,188,152)
#BDC6A8
(189,198,168)
#C9D0B8
(201,208,184)
#D5DAC8
(213,218,200)
#E1E4D8
(225,228,216)
#EDEEE8
(237,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758A48 color. Also use rgb(117,138,72) instead hex code.

Text Font Color

.myTextColor { color: #758A48; }

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

This text font color is #758A48.


Background Color

.myBgColor { background-color: #758A48; }

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

This div background color is #758A48.


Border color

.myBorderColor { border: 1px solid #758A48; }

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

This div border color is #758A48.


Opacity

.myOpacity80 { color: #758A48; opacity: 0.8; }

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

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

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

This text has shadow with #758A48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758A48 on black background.


Color preview on white background

This text has color #758A48 on white background.



Black color preview on #758A48 background

This text has black color on #758A48 background.


White color preview on #758A48 background

This text has white color on #758A48 background.