COLOR #758671

HEX: #758671
RGB: (117,134,113)

Color info

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

RGB color model

#758671 color RGB value is (117,134,113).

  • red value is 117;
  • green value is 134;
  • blue value is 113.
RGB:
(117,134,113)
(46%,53%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 134 of 255 = 53%
B 113 of 255 = 44%

117
134
113

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

Portions of RGB colors in percentages

R + G + B =
117 + 134 + 113 = 364 (100%)
R 117 of 364 ~ 32.14%
G 134 of 364 ~ 36.81%
B 113 of 364 ~ 31.04%

%32.14
%36.81
%31.04

CMYK color model

#758671 color CMYK value is (13,0,16,47).

  • cyan value is 12.69%
  • magenta value is 0.00%
  • yellow value is 15.67%
  • key color value is 47.45%
CMYK:
(13,0,16,47)
C13M0Y16K47 
(13%,0%,16%,47%)
(0.13/0.00/0.16/0.47)	

CMYK percentages

%12.69
%0
%15.67
%47.45

Codes

Color #758671 in popluar color models

758671
RGB117134113
HSL109°8.50%48.43%
HSB/HSV109°15.67%52.55%
CMYK12.69%0.00%15.67%
47.45%

Color #758671 in popluar number systems.

HEX758671
Decimal117134113
Binary1110101100001101110001
Octal165206161

Shades and tints

Shades of #758671

#758671
(117,134,113)
#6B7A67
(107,122,103)
#616E5D
(97,110,93)
#576253
(87,98,83)
#4D5649
(77,86,73)
#434A3F
(67,74,63)
#393E35
(57,62,53)
#2F322B
(47,50,43)
#252621
(37,38,33)
#1B1A17
(27,26,23)
#110E0D
(17,14,13)
#000000
(0,0,0)

Tints of #758671

#758671
(117,134,113)
#81917D
(129,145,125)
#8D9C89
(141,156,137)
#99A795
(153,167,149)
#A5B2A1
(165,178,161)
#B1BDAD
(177,189,173)
#BDC8B9
(189,200,185)
#C9D3C5
(201,211,197)
#D5DED1
(213,222,209)
#E1E9DD
(225,233,221)
#EDF4E9
(237,244,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758671 color. Also use rgb(117,134,113) instead hex code.

Text Font Color

.myTextColor { color: #758671; }

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

This text font color is #758671.


Background Color

.myBgColor { background-color: #758671; }

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

This div background color is #758671.


Border color

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

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

This div border color is #758671.


Opacity

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

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

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

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

This text has shadow with #758671 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758671 on black background.


Color preview on white background

This text has color #758671 on white background.



Black color preview on #758671 background

This text has black color on #758671 background.


White color preview on #758671 background

This text has white color on #758671 background.