COLOR #745225

HEX: #745225 RGB: (116,82,37)

Color info

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

RGB color model

#745225 color RGB value is (116,82,37).

RGB: (116,82,37) (45%, 32%, 15%)

RGB channels and saturation

R 116 of 255 = 45%
G 82 of 255 = 32%
B 37 of 255 = 15%

116
82
37

R + G + B ~ 31%. #745225 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 116 + 82 + 37 = 235 (100%)
R 116 of 235 ~ 49.36%
G 82 of 235 ~ 34.89%
B 37 of 235 ~ 15.74'%

%49.36
%34.89
%15.74

CMYK color model

#745225 color CMYK value is (0,29,68,55).

  • cyan value is 0.00%
  • magenta value is 29.31%
  • yellow value is 68.10%
  • key color value is 54.51%

CMYK: (0,29,68,55)
C0M29Y68K55 (0%, 29%, 68%, 55%)
(0.00 / 0.29 / 0.68 / 0.55)

CMYK percentages

%0
%29.31
%68.1
%54.51

Codes

Color #745225 in popluar color models

74 52 25
RGB 116 82 37
HSL 34° 51.63% 30.00%
HSB/HSV 34° 68.10% 45.49%
CMYK 0.00% 29.31% 68.10%
54.51%

Color #745225 in popluar number systems.

HEX 74 52 25
Decimal 116 82 37
Binary 1110100 1010010 100101
Octal 164 122 45

Shades and tints

Shades of #745225

#745225
(116,82,37)
#6A4B22
(106,75,34)
#60441F
(96,68,31)
#563D1C
(86,61,28)
#4C3619
(76,54,25)
#422F16
(66,47,22)
#382813
(56,40,19)
#2E2110
(46,33,16)
#241A0D
(36,26,13)
#1A130A
(26,19,10)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #745225

#745225
(116,82,37)
#806138
(128,97,56)
#8C704B
(140,112,75)
#987F5E
(152,127,94)
#A48E71
(164,142,113)
#B09D84
(176,157,132)
#BCAC97
(188,172,151)
#C8BBAA
(200,187,170)
#D4CABD
(212,202,189)
#E0D9D0
(224,217,208)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #745225 color. Also use rgb(116,82,37) instead hex code.

Text Font Color

.myTextColor { color: #745225; }

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

This text font color is #745225.

Background Color

.myBgColor { background-color: #745225; }

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

This div background color is #745225.

Border color

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

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

This div border color is #745225.

Opacity

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

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

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

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

This text has shadow with #745225 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #745225.

Preview

Color preview on black background

This text has color #745225 on black background.


Color preview on white background

This text has color #745225 on white background.


Black color preview on #745225 background

This text has black color on #745225 background.


White color preview on #745225 background

This text has white color on #745225 background.


Related colors

Complementary color

Complementary color for #hex is #8BADDA.


I love getcolorcode.com

Triadic colors

1 #257452 and #522574 with #745225 are triadic colors.

2 #255274 and #527425 with #745225 are triadic colors.