COLOR #758270

HEX: #758270
RGB: (117,130,112)

Color info

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

RGB color model

#758270 color RGB value is (117,130,112).

  • red value is 117;
  • green value is 130;
  • blue value is 112.
RGB:
(117,130,112)
(46%,51%,44%)

RGB channels and saturation

R 117 of 255 = 46%
G 130 of 255 = 51%
B 112 of 255 = 44%

117
130
112

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

Portions of RGB colors in percentages

R + G + B =
117 + 130 + 112 = 359 (100%)
R 117 of 359 ~ 32.59%
G 130 of 359 ~ 36.21%
B 112 of 359 ~ 31.2%

%32.59
%36.21
%31.2

CMYK color model

#758270 color CMYK value is (10,0,14,49).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 13.85%
  • key color value is 49.02%
CMYK:
(10,0,14,49)
C10M0Y14K49 
(10%,0%,14%,49%)
(0.10/0.00/0.14/0.49)	

CMYK percentages

%10
%0
%13.85
%49.02

Codes

Color #758270 in popluar color models

758270
RGB117130112
HSL103°7.44%47.45%
HSB/HSV103°13.85%50.98%
CMYK10.00%0.00%13.85%
49.02%

Color #758270 in popluar number systems.

HEX758270
Decimal117130112
Binary1110101100000101110000
Octal165202160

Shades and tints

Shades of #758270

#758270
(117,130,112)
#6B7766
(107,119,102)
#616C5C
(97,108,92)
#576152
(87,97,82)
#4D5648
(77,86,72)
#434B3E
(67,75,62)
#394034
(57,64,52)
#2F352A
(47,53,42)
#252A20
(37,42,32)
#1B1F16
(27,31,22)
#11140C
(17,20,12)
#000000
(0,0,0)

Tints of #758270

#758270
(117,130,112)
#818D7D
(129,141,125)
#8D988A
(141,152,138)
#99A397
(153,163,151)
#A5AEA4
(165,174,164)
#B1B9B1
(177,185,177)
#BDC4BE
(189,196,190)
#C9CFCB
(201,207,203)
#D5DAD8
(213,218,216)
#E1E5E5
(225,229,229)
#EDF0F2
(237,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758270 color. Also use rgb(117,130,112) instead hex code.

Text Font Color

.myTextColor { color: #758270; }

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

This text font color is #758270.


Background Color

.myBgColor { background-color: #758270; }

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

This div background color is #758270.


Border color

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

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

This div border color is #758270.


Opacity

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

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

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

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

This text has shadow with #758270 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758270 on black background.


Color preview on white background

This text has color #758270 on white background.



Black color preview on #758270 background

This text has black color on #758270 background.


White color preview on #758270 background

This text has white color on #758270 background.