COLOR #745737

HEX: #745737
RGB: (116,87,55)

Color info

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

RGB color model

#745737 color RGB value is (116,87,55).

  • red value is 116;
  • green value is 87;
  • blue value is 55.
RGB:
(116,87,55)
(45%,34%,22%)

RGB channels and saturation

R 116 of 255 = 45%
G 87 of 255 = 34%
B 55 of 255 = 22%

116
87
55

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

Portions of RGB colors in percentages

R + G + B =
116 + 87 + 55 = 258 (100%)
R 116 of 258 ~ 44.96%
G 87 of 258 ~ 33.72%
B 55 of 258 ~ 21.32%

%44.96
%33.72
%21.32

CMYK color model

#745737 color CMYK value is (0,25,53,55).

  • cyan value is 0.00%
  • magenta value is 25.00%
  • yellow value is 52.59%
  • key color value is 54.51%
CMYK:
(0,25,53,55)
C0M25Y53K55 
(0%,25%,53%,55%)
(0.00/0.25/0.53/0.55)	

CMYK percentages

%0
%25
%52.59
%54.51

Codes

Color #745737 in popluar color models

745737
RGB1168755
HSL31°35.67%33.53%
HSB/HSV31°52.59%45.49%
CMYK0.00%25.00%52.59%
54.51%

Color #745737 in popluar number systems.

HEX745737
Decimal1168755
Binary11101001010111110111
Octal16412767

Shades and tints

Shades of #745737

#745737
(116,87,55)
#6A5032
(106,80,50)
#60492D
(96,73,45)
#564228
(86,66,40)
#4C3B23
(76,59,35)
#42341E
(66,52,30)
#382D19
(56,45,25)
#2E2614
(46,38,20)
#241F0F
(36,31,15)
#1A180A
(26,24,10)
#101105
(16,17,5)
#000000
(0,0,0)

Tints of #745737

#745737
(116,87,55)
#806649
(128,102,73)
#8C755B
(140,117,91)
#98846D
(152,132,109)
#A4937F
(164,147,127)
#B0A291
(176,162,145)
#BCB1A3
(188,177,163)
#C8C0B5
(200,192,181)
#D4CFC7
(212,207,199)
#E0DED9
(224,222,217)
#ECEDEB
(236,237,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745737 color. Also use rgb(116,87,55) instead hex code.

Text Font Color

.myTextColor { color: #745737; }

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

This text font color is #745737.


Background Color

.myBgColor { background-color: #745737; }

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

This div background color is #745737.


Border color

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

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

This div border color is #745737.


Opacity

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

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

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

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

This text has shadow with #745737 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745737 on black background.


Color preview on white background

This text has color #745737 on white background.



Black color preview on #745737 background

This text has black color on #745737 background.


White color preview on #745737 background

This text has white color on #745737 background.