COLOR #745836

HEX: #745836
RGB: (116,88,54)

Color info

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

RGB color model

#745836 color RGB value is (116,88,54).

  • red value is 116;
  • green value is 88;
  • blue value is 54.
RGB:
(116,88,54)
(45%,35%,21%)

RGB channels and saturation

R 116 of 255 = 45%
G 88 of 255 = 35%
B 54 of 255 = 21%

116
88
54

R + G + B ~ 34%. #745836 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 88 + 54 = 258 (100%)
R 116 of 258 ~ 44.96%
G 88 of 258 ~ 34.11%
B 54 of 258 ~ 20.93%

%44.96
%34.11
%20.93

CMYK color model

#745836 color CMYK value is (0,24,53,55).

  • cyan value is 0.00%
  • magenta value is 24.14%
  • yellow value is 53.45%
  • key color value is 54.51%
CMYK:
(0,24,53,55)
C0M24Y53K55 
(0%,24%,53%,55%)
(0.00/0.24/0.53/0.55)	

CMYK percentages

%0
%24.14
%53.45
%54.51

Codes

Color #745836 in popluar color models

745836
RGB1168854
HSL33°36.47%33.33%
HSB/HSV33°53.45%45.49%
CMYK0.00%24.14%53.45%
54.51%

Color #745836 in popluar number systems.

HEX745836
Decimal1168854
Binary11101001011000110110
Octal16413066

Shades and tints

Shades of #745836

#745836
(116,88,54)
#6A5032
(106,80,50)
#60482E
(96,72,46)
#56402A
(86,64,42)
#4C3826
(76,56,38)
#423022
(66,48,34)
#38281E
(56,40,30)
#2E201A
(46,32,26)
#241816
(36,24,22)
#1A1012
(26,16,18)
#10080E
(16,8,14)
#000000
(0,0,0)

Tints of #745836

#745836
(116,88,54)
#806748
(128,103,72)
#8C765A
(140,118,90)
#98856C
(152,133,108)
#A4947E
(164,148,126)
#B0A390
(176,163,144)
#BCB2A2
(188,178,162)
#C8C1B4
(200,193,180)
#D4D0C6
(212,208,198)
#E0DFD8
(224,223,216)
#ECEEEA
(236,238,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745836 color. Also use rgb(116,88,54) instead hex code.

Text Font Color

.myTextColor { color: #745836; }

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

This text font color is #745836.


Background Color

.myBgColor { background-color: #745836; }

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

This div background color is #745836.


Border color

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

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

This div border color is #745836.


Opacity

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

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

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

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

This text has shadow with #745836 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745836 on black background.


Color preview on white background

This text has color #745836 on white background.



Black color preview on #745836 background

This text has black color on #745836 background.


White color preview on #745836 background

This text has white color on #745836 background.