COLOR #7F423F

HEX: #7F423F
RGB: (127,66,63)

Color info

#7F423F contains mainly red color. Web safe color of #7F423F is #663333 (or #633).

RGB color model

#7F423F color RGB value is (127,66,63).

  • red value is 127;
  • green value is 66;
  • blue value is 63.
RGB:
(127,66,63)
(50%,26%,25%)

RGB channels and saturation

R 127 of 255 = 50%
G 66 of 255 = 26%
B 63 of 255 = 25%

127
66
63

R + G + B ~ 34%. #7F423F is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 66 + 63 = 256 (100%)
R 127 of 256 ~ 49.61%
G 66 of 256 ~ 25.78%
B 63 of 256 ~ 24.61%

%49.61
%25.78
%24.61

CMYK color model

#7F423F color CMYK value is (0,48,50,50).

  • cyan value is 0.00%
  • magenta value is 48.03%
  • yellow value is 50.39%
  • key color value is 50.20%
CMYK:
(0,48,50,50)
C0M48Y50K50 
(0%,48%,50%,50%)
(0.00/0.48/0.50/0.50)	

CMYK percentages

%0
%48.03
%50.39
%50.2

Codes

Color #7F423F in popluar color models

7F423F
RGB1276663
HSL33.68%37.25%
HSB/HSV50.39%49.80%
CMYK0.00%48.03%50.39%
50.20%

Color #7F423F in popluar number systems.

HEX7F423F
Decimal1276663
Binary11111111000010111111
Octal17710277

Shades and tints

Shades of #7F423F

#7F423F
(127,66,63)
#743C3A
(116,60,58)
#693635
(105,54,53)
#5E3030
(94,48,48)
#532A2B
(83,42,43)
#482426
(72,36,38)
#3D1E21
(61,30,33)
#32181C
(50,24,28)
#271217
(39,18,23)
#1C0C12
(28,12,18)
#11060D
(17,6,13)
#000000
(0,0,0)

Tints of #7F423F

#7F423F
(127,66,63)
#8A5350
(138,83,80)
#956461
(149,100,97)
#A07572
(160,117,114)
#AB8683
(171,134,131)
#B69794
(182,151,148)
#C1A8A5
(193,168,165)
#CCB9B6
(204,185,182)
#D7CAC7
(215,202,199)
#E2DBD8
(226,219,216)
#EDECE9
(237,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7F423F color. Also use rgb(127,66,63) instead hex code.

Text Font Color

.myTextColor { color: #7F423F; }

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

This text font color is #7F423F.


Background Color

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

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

This div background color is #7F423F.


Border color

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

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

This div border color is #7F423F.


Opacity

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

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

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

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

This text has shadow with #7F423F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F423F on black background.


Color preview on white background

This text has color #7F423F on white background.



Black color preview on #7F423F background

This text has black color on #7F423F background.


White color preview on #7F423F background

This text has white color on #7F423F background.