COLOR #745134

HEX: #745134
RGB: (116,81,52)

Color info

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

RGB color model

#745134 color RGB value is (116,81,52).

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

RGB channels and saturation

R 116 of 255 = 45%
G 81 of 255 = 32%
B 52 of 255 = 20%

116
81
52

R + G + B ~ 32%. #745134 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 81 + 52 = 249 (100%)
R 116 of 249 ~ 46.59%
G 81 of 249 ~ 32.53%
B 52 of 249 ~ 20.88%

%46.59
%32.53
%20.88

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.17%
  • yellow value is 55.17%
  • key color value is 54.51%
CMYK:
(0,30,55,55)
C0M30Y55K55 
(0%,30%,55%,55%)
(0.00/0.30/0.55/0.55)	

CMYK percentages

%0
%30.17
%55.17
%54.51

Codes

Color #745134 in popluar color models

745134
RGB1168152
HSL27°38.10%32.94%
HSB/HSV27°55.17%45.49%
CMYK0.00%30.17%55.17%
54.51%

Color #745134 in popluar number systems.

HEX745134
Decimal1168152
Binary11101001010001110100
Octal16412164

Shades and tints

Shades of #745134

#745134
(116,81,52)
#6A4A30
(106,74,48)
#60432C
(96,67,44)
#563C28
(86,60,40)
#4C3524
(76,53,36)
#422E20
(66,46,32)
#38271C
(56,39,28)
#2E2018
(46,32,24)
#241914
(36,25,20)
#1A1210
(26,18,16)
#100B0C
(16,11,12)
#000000
(0,0,0)

Tints of #745134

#745134
(116,81,52)
#806046
(128,96,70)
#8C6F58
(140,111,88)
#987E6A
(152,126,106)
#A48D7C
(164,141,124)
#B09C8E
(176,156,142)
#BCABA0
(188,171,160)
#C8BAB2
(200,186,178)
#D4C9C4
(212,201,196)
#E0D8D6
(224,216,214)
#ECE7E8
(236,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #745134; }

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

This text font color is #745134.


Background Color

.myBgColor { background-color: #745134; }

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

This div background color is #745134.


Border color

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

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

This div border color is #745134.


Opacity

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

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

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

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

This text has shadow with #745134 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #745134 on black background.


Color preview on white background

This text has color #745134 on white background.



Black color preview on #745134 background

This text has black color on #745134 background.


White color preview on #745134 background

This text has white color on #745134 background.