COLOR #758C48

HEX: #758C48
RGB: (117,140,72)

Color info

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

RGB color model

#758C48 color RGB value is (117,140,72).

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

RGB channels and saturation

R 117 of 255 = 46%
G 140 of 255 = 55%
B 72 of 255 = 28%

117
140
72

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

Portions of RGB colors in percentages

R + G + B =
117 + 140 + 72 = 329 (100%)
R 117 of 329 ~ 35.56%
G 140 of 329 ~ 42.55%
B 72 of 329 ~ 21.88%

%35.56
%42.55
%21.88

CMYK color model

#758C48 color CMYK value is (16,0,49,45).

  • cyan value is 16.43%
  • magenta value is 0.00%
  • yellow value is 48.57%
  • key color value is 45.10%
CMYK:
(16,0,49,45)
C16M0Y49K45 
(16%,0%,49%,45%)
(0.16/0.00/0.49/0.45)	

CMYK percentages

%16.43
%0
%48.57
%45.1

Codes

Color #758C48 in popluar color models

758C48
RGB11714072
HSL80°32.08%41.57%
HSB/HSV80°48.57%54.90%
CMYK16.43%0.00%48.57%
45.10%

Color #758C48 in popluar number systems.

HEX758C48
Decimal11714072
Binary1110101100011001001000
Octal165214110

Shades and tints

Shades of #758C48

#758C48
(117,140,72)
#6B8042
(107,128,66)
#61743C
(97,116,60)
#576836
(87,104,54)
#4D5C30
(77,92,48)
#43502A
(67,80,42)
#394424
(57,68,36)
#2F381E
(47,56,30)
#252C18
(37,44,24)
#1B2012
(27,32,18)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #758C48

#758C48
(117,140,72)
#819658
(129,150,88)
#8DA068
(141,160,104)
#99AA78
(153,170,120)
#A5B488
(165,180,136)
#B1BE98
(177,190,152)
#BDC8A8
(189,200,168)
#C9D2B8
(201,210,184)
#D5DCC8
(213,220,200)
#E1E6D8
(225,230,216)
#EDF0E8
(237,240,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758C48; }

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

This text font color is #758C48.


Background Color

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

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

This div background color is #758C48.


Border color

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

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

This div border color is #758C48.


Opacity

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

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

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

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

This text has shadow with #758C48 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758C48 on black background.


Color preview on white background

This text has color #758C48 on white background.



Black color preview on #758C48 background

This text has black color on #758C48 background.


White color preview on #758C48 background

This text has white color on #758C48 background.