COLOR #756425

HEX: #756425
RGB: (117,100,37)

Color info

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

RGB color model

#756425 color RGB value is (117,100,37).

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

RGB channels and saturation

R 117 of 255 = 46%
G 100 of 255 = 39%
B 37 of 255 = 15%

117
100
37

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

Portions of RGB colors in percentages

R + G + B =
117 + 100 + 37 = 254 (100%)
R 117 of 254 ~ 46.06%
G 100 of 254 ~ 39.37%
B 37 of 254 ~ 14.57%

%46.06
%39.37
%14.57

CMYK color model

#756425 color CMYK value is (0,15,68,54).

  • cyan value is 0.00%
  • magenta value is 14.53%
  • yellow value is 68.38%
  • key color value is 54.12%
CMYK:
(0,15,68,54)
C0M15Y68K54 
(0%,15%,68%,54%)
(0.00/0.15/0.68/0.54)	

CMYK percentages

%0
%14.53
%68.38
%54.12

Codes

Color #756425 in popluar color models

756425
RGB11710037
HSL47°51.95%30.20%
HSB/HSV47°68.38%45.88%
CMYK0.00%14.53%68.38%
54.12%

Color #756425 in popluar number systems.

HEX756425
Decimal11710037
Binary11101011100100100101
Octal16514445

Shades and tints

Shades of #756425

#756425
(117,100,37)
#6B5B22
(107,91,34)
#61521F
(97,82,31)
#57491C
(87,73,28)
#4D4019
(77,64,25)
#433716
(67,55,22)
#392E13
(57,46,19)
#2F2510
(47,37,16)
#251C0D
(37,28,13)
#1B130A
(27,19,10)
#110A07
(17,10,7)
#000000
(0,0,0)

Tints of #756425

#756425
(117,100,37)
#817238
(129,114,56)
#8D804B
(141,128,75)
#998E5E
(153,142,94)
#A59C71
(165,156,113)
#B1AA84
(177,170,132)
#BDB897
(189,184,151)
#C9C6AA
(201,198,170)
#D5D4BD
(213,212,189)
#E1E2D0
(225,226,208)
#EDF0E3
(237,240,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #756425; }

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

This text font color is #756425.


Background Color

.myBgColor { background-color: #756425; }

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

This div background color is #756425.


Border color

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

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

This div border color is #756425.


Opacity

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

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

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

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

This text has shadow with #756425 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #756425 on black background.


Color preview on white background

This text has color #756425 on white background.



Black color preview on #756425 background

This text has black color on #756425 background.


White color preview on #756425 background

This text has white color on #756425 background.