COLOR #7F3435

HEX: #7F3435
RGB: (127,52,53)

Color info

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

RGB color model

#7F3435 color RGB value is (127,52,53).

  • red value is 127;
  • green value is 52;
  • blue value is 53.
RGB:
(127,52,53)
(50%,20%,21%)

RGB channels and saturation

R 127 of 255 = 50%
G 52 of 255 = 20%
B 53 of 255 = 21%

127
52
53

R + G + B ~ 30%. #7F3435 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
127 + 52 + 53 = 232 (100%)
R 127 of 232 ~ 54.74%
G 52 of 232 ~ 22.41%
B 53 of 232 ~ 22.84%

%54.74
%22.41
%22.84

CMYK color model

#7F3435 color CMYK value is (0,59,58,50).

  • cyan value is 0.00%
  • magenta value is 59.06%
  • yellow value is 58.27%
  • key color value is 50.20%
CMYK:
(0,59,58,50)
C0M59Y58K50 
(0%,59%,58%,50%)
(0.00/0.59/0.58/0.50)	

CMYK percentages

%0
%59.06
%58.27
%50.2

Codes

Color #7F3435 in popluar color models

7F3435
RGB1275253
HSL359°41.90%35.10%
HSB/HSV359°59.06%49.80%
CMYK0.00%59.06%58.27%
50.20%

Color #7F3435 in popluar number systems.

HEX7F3435
Decimal1275253
Binary1111111110100110101
Octal1776465

Shades and tints

Shades of #7F3435

#7F3435
(127,52,53)
#743031
(116,48,49)
#692C2D
(105,44,45)
#5E2829
(94,40,41)
#532425
(83,36,37)
#482021
(72,32,33)
#3D1C1D
(61,28,29)
#321819
(50,24,25)
#271415
(39,20,21)
#1C1011
(28,16,17)
#110C0D
(17,12,13)
#000000
(0,0,0)

Tints of #7F3435

#7F3435
(127,52,53)
#8A4647
(138,70,71)
#955859
(149,88,89)
#A06A6B
(160,106,107)
#AB7C7D
(171,124,125)
#B68E8F
(182,142,143)
#C1A0A1
(193,160,161)
#CCB2B3
(204,178,179)
#D7C4C5
(215,196,197)
#E2D6D7
(226,214,215)
#EDE8E9
(237,232,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7F3435; }

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

This text font color is #7F3435.


Background Color

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

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

This div background color is #7F3435.


Border color

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

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

This div border color is #7F3435.


Opacity

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

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

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

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

This text has shadow with #7F3435 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7F3435 on black background.


Color preview on white background

This text has color #7F3435 on white background.



Black color preview on #7F3435 background

This text has black color on #7F3435 background.


White color preview on #7F3435 background

This text has white color on #7F3435 background.