COLOR #7F4343

HEX: #7F4343
RGB: (127,67,67)

Color info

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

RGB color model

#7F4343 color RGB value is (127,67,67).

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

RGB channels and saturation

R 127 of 255 = 50%
G 67 of 255 = 26%
B 67 of 255 = 26%

127
67
67

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

Portions of RGB colors in percentages

R + G + B =
127 + 67 + 67 = 261 (100%)
R 127 of 261 ~ 48.66%
G 67 of 261 ~ 25.67%
B 67 of 261 ~ 25.67%

%48.66
%25.67
%25.67

CMYK color model

#7F4343 color CMYK value is (0,47,47,50).

  • cyan value is 0.00%
  • magenta value is 47.24%
  • yellow value is 47.24%
  • key color value is 50.20%
CMYK:
(0,47,47,50)
C0M47Y47K50 
(0%,47%,47%,50%)
(0.00/0.47/0.47/0.50)	

CMYK percentages

%0
%47.24
%47.24
%50.2

Codes

Color #7F4343 in popluar color models

7F4343
RGB1276767
HSL30.93%38.04%
HSB/HSV47.24%49.80%
CMYK0.00%47.24%47.24%
50.20%

Color #7F4343 in popluar number systems.

HEX7F4343
Decimal1276767
Binary111111110000111000011
Octal177103103

Shades and tints

Shades of #7F4343

#7F4343
(127,67,67)
#743D3D
(116,61,61)
#693737
(105,55,55)
#5E3131
(94,49,49)
#532B2B
(83,43,43)
#482525
(72,37,37)
#3D1F1F
(61,31,31)
#321919
(50,25,25)
#271313
(39,19,19)
#1C0D0D
(28,13,13)
#110707
(17,7,7)
#000000
(0,0,0)

Tints of #7F4343

#7F4343
(127,67,67)
#8A5454
(138,84,84)
#956565
(149,101,101)
#A07676
(160,118,118)
#AB8787
(171,135,135)
#B69898
(182,152,152)
#C1A9A9
(193,169,169)
#CCBABA
(204,186,186)
#D7CBCB
(215,203,203)
#E2DCDC
(226,220,220)
#EDEDED
(237,237,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F4343; }

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

This text font color is #7F4343.


Background Color

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

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

This div background color is #7F4343.


Border color

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

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

This div border color is #7F4343.


Opacity

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

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

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

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

This text has shadow with #7F4343 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F4343 on black background.


Color preview on white background

This text has color #7F4343 on white background.



Black color preview on #7F4343 background

This text has black color on #7F4343 background.


White color preview on #7F4343 background

This text has white color on #7F4343 background.