COLOR #7F481A

HEX: #7F481A RGB: (127,72,26)

Color info

#7F481A contains mainly red and green colors. Web safe color of #7F481A is #663300 (or #630).

RGB color model

#7F481A color RGB value is (127,72,26).

RGB: (127,72,26) (50%, 28%, 10%)

RGB channels and saturation

R 127 of 255 = 50%
G 72 of 255 = 28%
B 26 of 255 = 10%

127
72
26

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

Portions of RGB colors in percentages

R + G + B = 127 + 72 + 26 = 225 (100%)
R 127 of 225 ~ 56.44%
G 72 of 225 ~ 32%
B 26 of 225 ~ 11.56'%

%56.44
%32
%11.56

CMYK color model

#7F481A color CMYK value is (0,43,80,50).

  • cyan value is 0.00%
  • magenta value is 43.31%
  • yellow value is 79.53%
  • key color value is 50.20%

CMYK: (0,43,80,50)
C0M43Y80K50 (0%, 43%, 80%, 50%)
(0.00 / 0.43 / 0.80 / 0.50)

CMYK percentages

%0
%43.31
%79.53
%50.2

Codes

Color #7F481A in popluar color models

7F 48 1A
RGB 127 72 26
HSL 27° 66.01% 30.00%
HSB/HSV 27° 79.53% 49.80%
CMYK 0.00% 43.31% 79.53%
50.20%

Color #7F481A in popluar number systems.

HEX 7F 48 1A
Decimal 127 72 26
Binary 1111111 1001000 11010
Octal 177 110 32

Shades and tints

Shades of #7F481A

#7F481A
(127,72,26)
#744218
(116,66,24)
#693C16
(105,60,22)
#5E3614
(94,54,20)
#533012
(83,48,18)
#482A10
(72,42,16)
#3D240E
(61,36,14)
#321E0C
(50,30,12)
#27180A
(39,24,10)
#1C1208
(28,18,8)
#110C06
(17,12,6)
#000000
(0,0,0)

Tints of #7F481A

#7F481A
(127,72,26)
#8A582E
(138,88,46)
#956842
(149,104,66)
#A07856
(160,120,86)
#AB886A
(171,136,106)
#B6987E
(182,152,126)
#C1A892
(193,168,146)
#CCB8A6
(204,184,166)
#D7C8BA
(215,200,186)
#E2D8CE
(226,216,206)
#EDE8E2
(237,232,226)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F481A; }

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

This text font color is #7F481A.

Background Color

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

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

This div background color is #7F481A.

Border color

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

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

This div border color is #7F481A.

Opacity

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

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

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

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

This text has shadow with #7F481A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7F481A.

Preview

Color preview on black background

This text has color #7F481A on black background.


Color preview on white background

This text has color #7F481A on white background.


Black color preview on #7F481A background

This text has black color on #7F481A background.


White color preview on #7F481A background

This text has white color on #7F481A background.


Related colors

Complementary color

Complementary color for #hex is #80B7E5.


I love getcolorcode.com

Triadic colors

1 #1A7F48 and #481A7F with #7F481A are triadic colors.

2 #1A487F and #487F1A with #7F481A are triadic colors.