COLOR #7F3739

HEX: #7F3739
RGB: (127,55,57)

Color info

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

RGB color model

#7F3739 color RGB value is (127,55,57).

  • red value is 127;
  • green value is 55;
  • blue value is 57.
RGB:
(127,55,57)
(50%,22%,22%)

RGB channels and saturation

R 127 of 255 = 50%
G 55 of 255 = 22%
B 57 of 255 = 22%

127
55
57

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

Portions of RGB colors in percentages

R + G + B =
127 + 55 + 57 = 239 (100%)
R 127 of 239 ~ 53.14%
G 55 of 239 ~ 23.01%
B 57 of 239 ~ 23.85%

%53.14
%23.01
%23.85

CMYK color model

#7F3739 color CMYK value is (0,57,55,50).

  • cyan value is 0.00%
  • magenta value is 56.69%
  • yellow value is 55.12%
  • key color value is 50.20%
CMYK:
(0,57,55,50)
C0M57Y55K50 
(0%,57%,55%,50%)
(0.00/0.57/0.55/0.50)	

CMYK percentages

%0
%56.69
%55.12
%50.2

Codes

Color #7F3739 in popluar color models

7F3739
RGB1275557
HSL358°39.56%35.69%
HSB/HSV358°56.69%49.80%
CMYK0.00%56.69%55.12%
50.20%

Color #7F3739 in popluar number systems.

HEX7F3739
Decimal1275557
Binary1111111110111111001
Octal1776771

Shades and tints

Shades of #7F3739

#7F3739
(127,55,57)
#743234
(116,50,52)
#692D2F
(105,45,47)
#5E282A
(94,40,42)
#532325
(83,35,37)
#481E20
(72,30,32)
#3D191B
(61,25,27)
#321416
(50,20,22)
#270F11
(39,15,17)
#1C0A0C
(28,10,12)
#110507
(17,5,7)
#000000
(0,0,0)

Tints of #7F3739

#7F3739
(127,55,57)
#8A494B
(138,73,75)
#955B5D
(149,91,93)
#A06D6F
(160,109,111)
#AB7F81
(171,127,129)
#B69193
(182,145,147)
#C1A3A5
(193,163,165)
#CCB5B7
(204,181,183)
#D7C7C9
(215,199,201)
#E2D9DB
(226,217,219)
#EDEBED
(237,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F3739; }

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

This text font color is #7F3739.


Background Color

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

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

This div background color is #7F3739.


Border color

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

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

This div border color is #7F3739.


Opacity

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

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

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

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

This text has shadow with #7F3739 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3739 on black background.


Color preview on white background

This text has color #7F3739 on white background.



Black color preview on #7F3739 background

This text has black color on #7F3739 background.


White color preview on #7F3739 background

This text has white color on #7F3739 background.