COLOR #756258

HEX: #756258
RGB: (117,98,88)

Color info

#756258 contains red, green and blue colors in about the same proportion. Web safe color of #756258 is #666666 (or #666).

RGB color model

#756258 color RGB value is (117,98,88).

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

RGB channels and saturation

R 117 of 255 = 46%
G 98 of 255 = 38%
B 88 of 255 = 35%

117
98
88

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

Portions of RGB colors in percentages

R + G + B =
117 + 98 + 88 = 303 (100%)
R 117 of 303 ~ 38.61%
G 98 of 303 ~ 32.34%
B 88 of 303 ~ 29.04%

%38.61
%32.34
%29.04

CMYK color model

#756258 color CMYK value is (0,16,25,54).

  • cyan value is 0.00%
  • magenta value is 16.24%
  • yellow value is 24.79%
  • key color value is 54.12%
CMYK:
(0,16,25,54)
C0M16Y25K54 
(0%,16%,25%,54%)
(0.00/0.16/0.25/0.54)	

CMYK percentages

%0
%16.24
%24.79
%54.12

Codes

Color #756258 in popluar color models

756258
RGB1179888
HSL21°14.15%40.20%
HSB/HSV21°24.79%45.88%
CMYK0.00%16.24%24.79%
54.12%

Color #756258 in popluar number systems.

HEX756258
Decimal1179888
Binary111010111000101011000
Octal165142130

Shades and tints

Shades of #756258

#756258
(117,98,88)
#6B5A50
(107,90,80)
#615248
(97,82,72)
#574A40
(87,74,64)
#4D4238
(77,66,56)
#433A30
(67,58,48)
#393228
(57,50,40)
#2F2A20
(47,42,32)
#252218
(37,34,24)
#1B1A10
(27,26,16)
#111208
(17,18,8)
#000000
(0,0,0)

Tints of #756258

#756258
(117,98,88)
#817067
(129,112,103)
#8D7E76
(141,126,118)
#998C85
(153,140,133)
#A59A94
(165,154,148)
#B1A8A3
(177,168,163)
#BDB6B2
(189,182,178)
#C9C4C1
(201,196,193)
#D5D2D0
(213,210,208)
#E1E0DF
(225,224,223)
#EDEEEE
(237,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756258; }

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

This text font color is #756258.


Background Color

.myBgColor { background-color: #756258; }

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

This div background color is #756258.


Border color

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

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

This div border color is #756258.


Opacity

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

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

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

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

This text has shadow with #756258 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756258 on black background.


Color preview on white background

This text has color #756258 on white background.



Black color preview on #756258 background

This text has black color on #756258 background.


White color preview on #756258 background

This text has white color on #756258 background.