COLOR #745143

HEX: #745143
RGB: (116,81,67)

Color info

#745143 contains red, green and blue colors in about the same proportion. Web safe color of #745143 is #666633 (or #663).

RGB color model

#745143 color RGB value is (116,81,67).

  • red value is 116;
  • green value is 81;
  • blue value is 67.
RGB:
(116,81,67)
(45%,32%,26%)

RGB channels and saturation

R 116 of 255 = 45%
G 81 of 255 = 32%
B 67 of 255 = 26%

116
81
67

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

Portions of RGB colors in percentages

R + G + B =
116 + 81 + 67 = 264 (100%)
R 116 of 264 ~ 43.94%
G 81 of 264 ~ 30.68%
B 67 of 264 ~ 25.38%

%43.94
%30.68
%25.38

CMYK color model

#745143 color CMYK value is (0,30,42,55).

  • cyan value is 0.00%
  • magenta value is 30.17%
  • yellow value is 42.24%
  • key color value is 54.51%
CMYK:
(0,30,42,55)
C0M30Y42K55 
(0%,30%,42%,55%)
(0.00/0.30/0.42/0.55)	

CMYK percentages

%0
%30.17
%42.24
%54.51

Codes

Color #745143 in popluar color models

745143
RGB1168167
HSL17°26.78%35.88%
HSB/HSV17°42.24%45.49%
CMYK0.00%30.17%42.24%
54.51%

Color #745143 in popluar number systems.

HEX745143
Decimal1168167
Binary111010010100011000011
Octal164121103

Shades and tints

Shades of #745143

#745143
(116,81,67)
#6A4A3D
(106,74,61)
#604337
(96,67,55)
#563C31
(86,60,49)
#4C352B
(76,53,43)
#422E25
(66,46,37)
#38271F
(56,39,31)
#2E2019
(46,32,25)
#241913
(36,25,19)
#1A120D
(26,18,13)
#100B07
(16,11,7)
#000000
(0,0,0)

Tints of #745143

#745143
(116,81,67)
#806054
(128,96,84)
#8C6F65
(140,111,101)
#987E76
(152,126,118)
#A48D87
(164,141,135)
#B09C98
(176,156,152)
#BCABA9
(188,171,169)
#C8BABA
(200,186,186)
#D4C9CB
(212,201,203)
#E0D8DC
(224,216,220)
#ECE7ED
(236,231,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745143 color. Also use rgb(116,81,67) instead hex code.

Text Font Color

.myTextColor { color: #745143; }

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

This text font color is #745143.


Background Color

.myBgColor { background-color: #745143; }

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

This div background color is #745143.


Border color

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

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

This div border color is #745143.


Opacity

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

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

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

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

This text has shadow with #745143 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745143 on black background.


Color preview on white background

This text has color #745143 on white background.



Black color preview on #745143 background

This text has black color on #745143 background.


White color preview on #745143 background

This text has white color on #745143 background.