COLOR #7F4825

HEX: #7F4825
RGB: (127,72,37)

Color info

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

RGB color model

#7F4825 color RGB value is (127,72,37).

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

RGB channels and saturation

R 127 of 255 = 50%
G 72 of 255 = 28%
B 37 of 255 = 15%

127
72
37

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

Portions of RGB colors in percentages

R + G + B =
127 + 72 + 37 = 236 (100%)
R 127 of 236 ~ 53.81%
G 72 of 236 ~ 30.51%
B 37 of 236 ~ 15.68%

%53.81
%30.51
%15.68

CMYK color model

#7F4825 color CMYK value is (0,43,71,50).

  • cyan value is 0.00%
  • magenta value is 43.31%
  • yellow value is 70.87%
  • key color value is 50.20%
CMYK:
(0,43,71,50)
C0M43Y71K50 
(0%,43%,71%,50%)
(0.00/0.43/0.71/0.50)	

CMYK percentages

%0
%43.31
%70.87
%50.2

Codes

Color #7F4825 in popluar color models

7F4825
RGB1277237
HSL23°54.88%32.16%
HSB/HSV23°70.87%49.80%
CMYK0.00%43.31%70.87%
50.20%

Color #7F4825 in popluar number systems.

HEX7F4825
Decimal1277237
Binary11111111001000100101
Octal17711045

Shades and tints

Shades of #7F4825

#7F4825
(127,72,37)
#744222
(116,66,34)
#693C1F
(105,60,31)
#5E361C
(94,54,28)
#533019
(83,48,25)
#482A16
(72,42,22)
#3D2413
(61,36,19)
#321E10
(50,30,16)
#27180D
(39,24,13)
#1C120A
(28,18,10)
#110C07
(17,12,7)
#000000
(0,0,0)

Tints of #7F4825

#7F4825
(127,72,37)
#8A5838
(138,88,56)
#95684B
(149,104,75)
#A0785E
(160,120,94)
#AB8871
(171,136,113)
#B69884
(182,152,132)
#C1A897
(193,168,151)
#CCB8AA
(204,184,170)
#D7C8BD
(215,200,189)
#E2D8D0
(226,216,208)
#EDE8E3
(237,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4825; }

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

This text font color is #7F4825.


Background Color

.myBgColor { background-color: #7F4825; }

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

This div background color is #7F4825.


Border color

.myBorderColor { border: 1px solid #7F4825; }

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

This div border color is #7F4825.


Opacity

.myOpacity80 { color: #7F4825; opacity: 0.8; }

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

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

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

This text has shadow with #7F4825 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4825 on black background.


Color preview on white background

This text has color #7F4825 on white background.



Black color preview on #7F4825 background

This text has black color on #7F4825 background.


White color preview on #7F4825 background

This text has white color on #7F4825 background.