COLOR #756633

HEX: #756633
RGB: (117,102,51)

Color info

#756633 contains mainly red and green colors. Web safe color of #756633 is #666633 (or #663).

RGB color model

#756633 color RGB value is (117,102,51).

  • red value is 117;
  • green value is 102;
  • blue value is 51.
RGB:
(117,102,51)
(46%,40%,20%)

RGB channels and saturation

R 117 of 255 = 46%
G 102 of 255 = 40%
B 51 of 255 = 20%

117
102
51

R + G + B ~ 35%. #756633 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
117 + 102 + 51 = 270 (100%)
R 117 of 270 ~ 43.33%
G 102 of 270 ~ 37.78%
B 51 of 270 ~ 18.89%

%43.33
%37.78
%18.89

CMYK color model

#756633 color CMYK value is (0,13,56,54).

  • cyan value is 0.00%
  • magenta value is 12.82%
  • yellow value is 56.41%
  • key color value is 54.12%
CMYK:
(0,13,56,54)
C0M13Y56K54 
(0%,13%,56%,54%)
(0.00/0.13/0.56/0.54)	

CMYK percentages

%0
%12.82
%56.41
%54.12

Codes

Color #756633 in popluar color models

756633
RGB11710251
HSL46°39.29%32.94%
HSB/HSV46°56.41%45.88%
CMYK0.00%12.82%56.41%
54.12%

Color #756633 in popluar number systems.

HEX756633
Decimal11710251
Binary11101011100110110011
Octal16514663

Shades and tints

Shades of #756633

#756633
(117,102,51)
#6B5D2F
(107,93,47)
#61542B
(97,84,43)
#574B27
(87,75,39)
#4D4223
(77,66,35)
#43391F
(67,57,31)
#39301B
(57,48,27)
#2F2717
(47,39,23)
#251E13
(37,30,19)
#1B150F
(27,21,15)
#110C0B
(17,12,11)
#000000
(0,0,0)

Tints of #756633

#756633
(117,102,51)
#817345
(129,115,69)
#8D8057
(141,128,87)
#998D69
(153,141,105)
#A59A7B
(165,154,123)
#B1A78D
(177,167,141)
#BDB49F
(189,180,159)
#C9C1B1
(201,193,177)
#D5CEC3
(213,206,195)
#E1DBD5
(225,219,213)
#EDE8E7
(237,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756633 color. Also use rgb(117,102,51) instead hex code.

Text Font Color

.myTextColor { color: #756633; }

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

This text font color is #756633.


Background Color

.myBgColor { background-color: #756633; }

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

This div background color is #756633.


Border color

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

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

This div border color is #756633.


Opacity

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

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

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

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

This text has shadow with #756633 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756633 on black background.


Color preview on white background

This text has color #756633 on white background.



Black color preview on #756633 background

This text has black color on #756633 background.


White color preview on #756633 background

This text has white color on #756633 background.