COLOR #744825

HEX: #744825
RGB: (116,72,37)

Color info

#744825 contains mainly red and green colors. Web safe color of #744825 is #663333 (or #633).

RGB color model

#744825 color RGB value is (116,72,37).

  • red value is 116;
  • green value is 72;
  • blue value is 37.
RGB:
(116,72,37)
(45%,28%,15%)

RGB channels and saturation

R 116 of 255 = 45%
G 72 of 255 = 28%
B 37 of 255 = 15%

116
72
37

R + G + B ~ 29%. #744825 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
116 + 72 + 37 = 225 (100%)
R 116 of 225 ~ 51.56%
G 72 of 225 ~ 32%
B 37 of 225 ~ 16.44%

%51.56
%32
%16.44

CMYK color model

#744825 color CMYK value is (0,38,68,55).

  • cyan value is 0.00%
  • magenta value is 37.93%
  • yellow value is 68.10%
  • key color value is 54.51%
CMYK:
(0,38,68,55)
C0M38Y68K55 
(0%,38%,68%,55%)
(0.00/0.38/0.68/0.55)	

CMYK percentages

%0
%37.93
%68.1
%54.51

Codes

Color #744825 in popluar color models

744825
RGB1167237
HSL27°51.63%30.00%
HSB/HSV27°68.10%45.49%
CMYK0.00%37.93%68.10%
54.51%

Color #744825 in popluar number systems.

HEX744825
Decimal1167237
Binary11101001001000100101
Octal16411045

Shades and tints

Shades of #744825

#744825
(116,72,37)
#6A4222
(106,66,34)
#603C1F
(96,60,31)
#56361C
(86,54,28)
#4C3019
(76,48,25)
#422A16
(66,42,22)
#382413
(56,36,19)
#2E1E10
(46,30,16)
#24180D
(36,24,13)
#1A120A
(26,18,10)
#100C07
(16,12,7)
#000000
(0,0,0)

Tints of #744825

#744825
(116,72,37)
#805838
(128,88,56)
#8C684B
(140,104,75)
#98785E
(152,120,94)
#A48871
(164,136,113)
#B09884
(176,152,132)
#BCA897
(188,168,151)
#C8B8AA
(200,184,170)
#D4C8BD
(212,200,189)
#E0D8D0
(224,216,208)
#ECE8E3
(236,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #744825; }

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

This text font color is #744825.


Background Color

.myBgColor { background-color: #744825; }

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

This div background color is #744825.


Border color

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

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

This div border color is #744825.


Opacity

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

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

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

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

This text has shadow with #744825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #744825 on black background.


Color preview on white background

This text has color #744825 on white background.



Black color preview on #744825 background

This text has black color on #744825 background.


White color preview on #744825 background

This text has white color on #744825 background.