COLOR #756D18

HEX: #756D18 RGB: (117,109,24)

Color info

#756D18 contains mainly red and green colors. Web safe color of #756D18 is #666600 (or #660).

RGB color model

#756D18 color RGB value is (117,109,24).

RGB: (117,109,24) (46%, 43%, 9%)

RGB channels and saturation

R 117 of 255 = 46%
G 109 of 255 = 43%
B 24 of 255 = 9%

117
109
24

R + G + B ~ 33%. #756D18 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 117 + 109 + 24 = 250 (100%)
R 117 of 250 ~ 46.8%
G 109 of 250 ~ 43.6%
B 24 of 250 ~ 9.6'%

%46.8
%43.6

CMYK color model

#756D18 color CMYK value is (0,7,79,54).

  • cyan value is 0.00%
  • magenta value is 6.84%
  • yellow value is 79.49%
  • key color value is 54.12%

CMYK: (0,7,79,54)
C0M7Y79K54 (0%, 7%, 79%, 54%)
(0.00 / 0.07 / 0.79 / 0.54)

CMYK percentages

%0
%6.84
%79.49
%54.12

Codes

Color #756D18 in popluar color models

75 6D 18
RGB 117 109 24
HSL 55° 65.96% 27.65%
HSB/HSV 55° 79.49% 45.88%
CMYK 0.00% 6.84% 79.49%
54.12%

Color #756D18 in popluar number systems.

HEX 75 6D 18
Decimal 117 109 24
Binary 1110101 1101101 11000
Octal 165 155 30

Shades and tints

Shades of #756D18

#756D18
(117,109,24)
#6B6416
(107,100,22)
#615B14
(97,91,20)
#575212
(87,82,18)
#4D4910
(77,73,16)
#43400E
(67,64,14)
#39370C
(57,55,12)
#2F2E0A
(47,46,10)
#252508
(37,37,8)
#1B1C06
(27,28,6)
#111304
(17,19,4)
#000000
(0,0,0)

Tints of #756D18

#756D18
(117,109,24)
#817A2D
(129,122,45)
#8D8742
(141,135,66)
#999457
(153,148,87)
#A5A16C
(165,161,108)
#B1AE81
(177,174,129)
#BDBB96
(189,187,150)
#C9C8AB
(201,200,171)
#D5D5C0
(213,213,192)
#E1E2D5
(225,226,213)
#EDEFEA
(237,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756D18 color. Also use rgb(117,109,24) instead hex code.

Text Font Color

.myTextColor { color: #756D18; }

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

This text font color is #756D18.

Background Color

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

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

This div background color is #756D18.

Border color

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

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

This div border color is #756D18.

Opacity

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

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

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

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

This text has shadow with #756D18 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #756D18.

Preview

Color preview on black background

This text has color #756D18 on black background.


Color preview on white background

This text has color #756D18 on white background.


Black color preview on #756D18 background

This text has black color on #756D18 background.


White color preview on #756D18 background

This text has white color on #756D18 background.


Related colors

Complementary color

Complementary color for #hex is #8A92E7.


I love getcolorcode.com

Triadic colors

1 #18756D and #6D1875 with #756D18 are triadic colors.

2 #186D75 and #6D7518 with #756D18 are triadic colors.