COLOR #758258

HEX: #758258
RGB: (117,130,88)

Color info

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

RGB color model

#758258 color RGB value is (117,130,88).

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

RGB channels and saturation

R 117 of 255 = 46%
G 130 of 255 = 51%
B 88 of 255 = 35%

117
130
88

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

Portions of RGB colors in percentages

R + G + B =
117 + 130 + 88 = 335 (100%)
R 117 of 335 ~ 34.93%
G 130 of 335 ~ 38.81%
B 88 of 335 ~ 26.27%

%34.93
%38.81
%26.27

CMYK color model

#758258 color CMYK value is (10,0,32,49).

  • cyan value is 10.00%
  • magenta value is 0.00%
  • yellow value is 32.31%
  • key color value is 49.02%
CMYK:
(10,0,32,49)
C10M0Y32K49 
(10%,0%,32%,49%)
(0.10/0.00/0.32/0.49)	

CMYK percentages

%10
%0
%32.31
%49.02

Codes

Color #758258 in popluar color models

758258
RGB11713088
HSL79°19.27%42.75%
HSB/HSV79°32.31%50.98%
CMYK10.00%0.00%32.31%
49.02%

Color #758258 in popluar number systems.

HEX758258
Decimal11713088
Binary1110101100000101011000
Octal165202130

Shades and tints

Shades of #758258

#758258
(117,130,88)
#6B7750
(107,119,80)
#616C48
(97,108,72)
#576140
(87,97,64)
#4D5638
(77,86,56)
#434B30
(67,75,48)
#394028
(57,64,40)
#2F3520
(47,53,32)
#252A18
(37,42,24)
#1B1F10
(27,31,16)
#111408
(17,20,8)
#000000
(0,0,0)

Tints of #758258

#758258
(117,130,88)
#818D67
(129,141,103)
#8D9876
(141,152,118)
#99A385
(153,163,133)
#A5AE94
(165,174,148)
#B1B9A3
(177,185,163)
#BDC4B2
(189,196,178)
#C9CFC1
(201,207,193)
#D5DAD0
(213,218,208)
#E1E5DF
(225,229,223)
#EDF0EE
(237,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #758258; }

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

This text font color is #758258.


Background Color

.myBgColor { background-color: #758258; }

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

This div background color is #758258.


Border color

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

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

This div border color is #758258.


Opacity

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

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

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

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

This text has shadow with #758258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #758258 on black background.


Color preview on white background

This text has color #758258 on white background.



Black color preview on #758258 background

This text has black color on #758258 background.


White color preview on #758258 background

This text has white color on #758258 background.