COLOR #758563

HEX: #758563
RGB: (117,133,99)

Color info

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

RGB color model

#758563 color RGB value is (117,133,99).

  • red value is 117;
  • green value is 133;
  • blue value is 99.
RGB:
(117,133,99)
(46%,52%,39%)

RGB channels and saturation

R 117 of 255 = 46%
G 133 of 255 = 52%
B 99 of 255 = 39%

117
133
99

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

Portions of RGB colors in percentages

R + G + B =
117 + 133 + 99 = 349 (100%)
R 117 of 349 ~ 33.52%
G 133 of 349 ~ 38.11%
B 99 of 349 ~ 28.37%

%33.52
%38.11
%28.37

CMYK color model

#758563 color CMYK value is (12,0,26,48).

  • cyan value is 12.03%
  • magenta value is 0.00%
  • yellow value is 25.56%
  • key color value is 47.84%
CMYK:
(12,0,26,48)
C12M0Y26K48 
(12%,0%,26%,48%)
(0.12/0.00/0.26/0.48)	

CMYK percentages

%12.03
%0
%25.56
%47.84

Codes

Color #758563 in popluar color models

758563
RGB11713399
HSL88°14.66%45.49%
HSB/HSV88°25.56%52.16%
CMYK12.03%0.00%25.56%
47.84%

Color #758563 in popluar number systems.

HEX758563
Decimal11713399
Binary1110101100001011100011
Octal165205143

Shades and tints

Shades of #758563

#758563
(117,133,99)
#6B795A
(107,121,90)
#616D51
(97,109,81)
#576148
(87,97,72)
#4D553F
(77,85,63)
#434936
(67,73,54)
#393D2D
(57,61,45)
#2F3124
(47,49,36)
#25251B
(37,37,27)
#1B1912
(27,25,18)
#110D09
(17,13,9)
#000000
(0,0,0)

Tints of #758563

#758563
(117,133,99)
#819071
(129,144,113)
#8D9B7F
(141,155,127)
#99A68D
(153,166,141)
#A5B19B
(165,177,155)
#B1BCA9
(177,188,169)
#BDC7B7
(189,199,183)
#C9D2C5
(201,210,197)
#D5DDD3
(213,221,211)
#E1E8E1
(225,232,225)
#EDF3EF
(237,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #758563 color. Also use rgb(117,133,99) instead hex code.

Text Font Color

.myTextColor { color: #758563; }

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

This text font color is #758563.


Background Color

.myBgColor { background-color: #758563; }

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

This div background color is #758563.


Border color

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

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

This div border color is #758563.


Opacity

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

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

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

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

This text has shadow with #758563 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758563 on black background.


Color preview on white background

This text has color #758563 on white background.



Black color preview on #758563 background

This text has black color on #758563 background.


White color preview on #758563 background

This text has white color on #758563 background.