COLOR #756B3D

HEX: #756B3D RGB: (117,107,61)

Color info

#756B3D contains red, green and blue colors in about the same proportion. Web safe color of #756B3D is #666633 (or #663).

RGB color model

#756B3D color RGB value is (117,107,61).

RGB: (117,107,61) (46%, 42%, 24%)

RGB channels and saturation

R 117 of 255 = 46%
G 107 of 255 = 42%
B 61 of 255 = 24%

117
107
61

R + G + B ~ 37%. #756B3D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 107 + 61 = 285 (100%)
R 117 of 285 ~ 41.05%
G 107 of 285 ~ 37.54%
B 61 of 285 ~ 21.4'%

%41.05
%37.54
%21.4

CMYK color model

#756B3D color CMYK value is (0,9,48,54).

  • cyan value is 0.00%
  • magenta value is 8.55%
  • yellow value is 47.86%
  • key color value is 54.12%

CMYK: (0,9,48,54)
C0M9Y48K54 (0%, 9%, 48%, 54%)
(0.00 / 0.09 / 0.48 / 0.54)

CMYK percentages

%0
%8.55
%47.86
%54.12

Codes

Color #756B3D in popluar color models

75 6B 3D
RGB 117 107 61
HSL 49° 31.46% 34.90%
HSB/HSV 49° 47.86% 45.88%
CMYK 0.00% 8.55% 47.86%
54.12%

Color #756B3D in popluar number systems.

HEX 75 6B 3D
Decimal 117 107 61
Binary 1110101 1101011 111101
Octal 165 153 75

Shades and tints

Shades of #756B3D

#756B3D
(117,107,61)
#6B6238
(107,98,56)
#615933
(97,89,51)
#57502E
(87,80,46)
#4D4729
(77,71,41)
#433E24
(67,62,36)
#39351F
(57,53,31)
#2F2C1A
(47,44,26)
#252315
(37,35,21)
#1B1A10
(27,26,16)
#11110B
(17,17,11)
#000000
(0,0,0)

Tints of #756B3D

#756B3D
(117,107,61)
#81784E
(129,120,78)
#8D855F
(141,133,95)
#999270
(153,146,112)
#A59F81
(165,159,129)
#B1AC92
(177,172,146)
#BDB9A3
(189,185,163)
#C9C6B4
(201,198,180)
#D5D3C5
(213,211,197)
#E1E0D6
(225,224,214)
#EDEDE7
(237,237,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756B3D color. Also use rgb(117,107,61) instead hex code.

Text Font Color

.myTextColor { color: #756B3D; }

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

This text font color is #756B3D.

Background Color

.myBgColor { background-color: #756B3D; }

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

This div background color is #756B3D.

Border color

.myBorderColor { border: 1px solid #756B3D; }

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

This div border color is #756B3D.

Opacity

.myOpacity80 { color: #756B3D; opacity: 0.8; }

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

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

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

This text has shadow with #756B3D color.


.textShadow {text-shadow: 3px 3px 1px #756B3D', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #756B3D; -webkit-box-shadow: 1px 1px 3px 2px #756B3D; box-shadow:1px 1px 3px 2px #756B3D;">
Div content here
</div>

This div box has shadow with color #756B3D.

Preview

Color preview on black background

This text has color #756B3D on black background.


Color preview on white background

This text has color #756B3D on white background.


Black color preview on #756B3D background

This text has black color on #756B3D background.


White color preview on #756B3D background

This text has white color on #756B3D background.


Related colors

Complementary color

Complementary color for #hex is #8A94C2.


I love getcolorcode.com

Triadic colors

1 #3D756B and #6B3D75 with #756B3D are triadic colors.

2 #3D6B75 and #6B753D with #756B3D are triadic colors.