COLOR #758263

HEX: #758263
RGB: (117,130,99)

Color info

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

RGB color model

#758263 color RGB value is (117,130,99).

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

RGB channels and saturation

R 117 of 255 = 46%
G 130 of 255 = 51%
B 99 of 255 = 39%

117
130
99

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

Portions of RGB colors in percentages

R + G + B =
117 + 130 + 99 = 346 (100%)
R 117 of 346 ~ 33.82%
G 130 of 346 ~ 37.57%
B 99 of 346 ~ 28.61%

%33.82
%37.57
%28.61

CMYK color model

#758263 color CMYK value is (10,0,24,49).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 23.85%
  • key color value is 49.02%
CMYK:
(10,0,24,49)
C10M0Y24K49 
(10%,0%,24%,49%)
(0.10/0.00/0.24/0.49)	

CMYK percentages

%10
%0
%23.85
%49.02

Codes

Color #758263 in popluar color models

758263
RGB11713099
HSL85°13.54%44.90%
HSB/HSV85°23.85%50.98%
CMYK10.00%0.00%23.85%
49.02%

Color #758263 in popluar number systems.

HEX758263
Decimal11713099
Binary1110101100000101100011
Octal165202143

Shades and tints

Shades of #758263

#758263
(117,130,99)
#6B775A
(107,119,90)
#616C51
(97,108,81)
#576148
(87,97,72)
#4D563F
(77,86,63)
#434B36
(67,75,54)
#39402D
(57,64,45)
#2F3524
(47,53,36)
#252A1B
(37,42,27)
#1B1F12
(27,31,18)
#111409
(17,20,9)
#000000
(0,0,0)

Tints of #758263

#758263
(117,130,99)
#818D71
(129,141,113)
#8D987F
(141,152,127)
#99A38D
(153,163,141)
#A5AE9B
(165,174,155)
#B1B9A9
(177,185,169)
#BDC4B7
(189,196,183)
#C9CFC5
(201,207,197)
#D5DAD3
(213,218,211)
#E1E5E1
(225,229,225)
#EDF0EF
(237,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758263; }

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

This text font color is #758263.


Background Color

.myBgColor { background-color: #758263; }

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

This div background color is #758263.


Border color

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

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

This div border color is #758263.


Opacity

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

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

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

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

This text has shadow with #758263 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758263 on black background.


Color preview on white background

This text has color #758263 on white background.



Black color preview on #758263 background

This text has black color on #758263 background.


White color preview on #758263 background

This text has white color on #758263 background.