COLOR #756E25

HEX: #756E25
RGB: (117,110,37)

Color info

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

RGB color model

#756E25 color RGB value is (117,110,37).

  • red value is 117;
  • green value is 110;
  • blue value is 37.
RGB:
(117,110,37)
(46%,43%,15%)

RGB channels and saturation

R 117 of 255 = 46%
G 110 of 255 = 43%
B 37 of 255 = 15%

117
110
37

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

Portions of RGB colors in percentages

R + G + B =
117 + 110 + 37 = 264 (100%)
R 117 of 264 ~ 44.32%
G 110 of 264 ~ 41.67%
B 37 of 264 ~ 14.02%

%44.32
%41.67
%14.02

CMYK color model

#756E25 color CMYK value is (0,6,68,54).

  • cyan value is 0.00%
  • magenta value is 5.98%
  • yellow value is 68.38%
  • key color value is 54.12%
CMYK:
(0,6,68,54)
C0M6Y68K54 
(0%,6%,68%,54%)
(0.00/0.06/0.68/0.54)	

CMYK percentages

%0
%5.98
%68.38
%54.12

Codes

Color #756E25 in popluar color models

756E25
RGB11711037
HSL55°51.95%30.20%
HSB/HSV55°68.38%45.88%
CMYK0.00%5.98%68.38%
54.12%

Color #756E25 in popluar number systems.

HEX756E25
Decimal11711037
Binary11101011101110100101
Octal16515645

Shades and tints

Shades of #756E25

#756E25
(117,110,37)
#6B6422
(107,100,34)
#615A1F
(97,90,31)
#57501C
(87,80,28)
#4D4619
(77,70,25)
#433C16
(67,60,22)
#393213
(57,50,19)
#2F2810
(47,40,16)
#251E0D
(37,30,13)
#1B140A
(27,20,10)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #756E25

#756E25
(117,110,37)
#817B38
(129,123,56)
#8D884B
(141,136,75)
#99955E
(153,149,94)
#A5A271
(165,162,113)
#B1AF84
(177,175,132)
#BDBC97
(189,188,151)
#C9C9AA
(201,201,170)
#D5D6BD
(213,214,189)
#E1E3D0
(225,227,208)
#EDF0E3
(237,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #756E25 color. Also use rgb(117,110,37) instead hex code.

Text Font Color

.myTextColor { color: #756E25; }

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

This text font color is #756E25.


Background Color

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

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

This div background color is #756E25.


Border color

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

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

This div border color is #756E25.


Opacity

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

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

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

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

This text has shadow with #756E25 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756E25 on black background.


Color preview on white background

This text has color #756E25 on white background.



Black color preview on #756E25 background

This text has black color on #756E25 background.


White color preview on #756E25 background

This text has white color on #756E25 background.