COLOR #7D261A

HEX: #7D261A
RGB: (125,38,26)

Color info

#7D261A contains mainly red color. Web safe color of #7D261A is #663300 (or #630).

RGB color model

#7D261A color RGB value is (125,38,26).

  • red value is 125;
  • green value is 38;
  • blue value is 26.
RGB:
(125,38,26)
(49%,15%,10%)

RGB channels and saturation

R 125 of 255 = 49%
G 38 of 255 = 15%
B 26 of 255 = 10%

125
38
26

R + G + B ~ 25%. #7D261A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 38 + 26 = 189 (100%)
R 125 of 189 ~ 66.14%
G 38 of 189 ~ 20.11%
B 26 of 189 ~ 13.76%

%66.14
%20.11
%13.76

CMYK color model

#7D261A color CMYK value is (0,70,79,51).

  • cyan value is 0.00%
  • magenta value is 69.60%
  • yellow value is 79.20%
  • key color value is 50.98%
CMYK:
(0,70,79,51)
C0M70Y79K51 
(0%,70%,79%,51%)
(0.00/0.70/0.79/0.51)	

CMYK percentages

%0
%69.6
%79.2
%50.98

Codes

Color #7D261A in popluar color models

7D261A
RGB1253826
HSL65.56%29.61%
HSB/HSV79.20%49.02%
CMYK0.00%69.60%79.20%
50.98%

Color #7D261A in popluar number systems.

HEX7D261A
Decimal1253826
Binary111110110011011010
Octal1754632

Shades and tints

Shades of #7D261A

#7D261A
(125,38,26)
#722318
(114,35,24)
#672016
(103,32,22)
#5C1D14
(92,29,20)
#511A12
(81,26,18)
#461710
(70,23,16)
#3B140E
(59,20,14)
#30110C
(48,17,12)
#250E0A
(37,14,10)
#1A0B08
(26,11,8)
#0F0806
(15,8,6)
#000000
(0,0,0)

Tints of #7D261A

#7D261A
(125,38,26)
#88392E
(136,57,46)
#934C42
(147,76,66)
#9E5F56
(158,95,86)
#A9726A
(169,114,106)
#B4857E
(180,133,126)
#BF9892
(191,152,146)
#CAABA6
(202,171,166)
#D5BEBA
(213,190,186)
#E0D1CE
(224,209,206)
#EBE4E2
(235,228,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D261A color. Also use rgb(125,38,26) instead hex code.

Text Font Color

.myTextColor { color: #7D261A; }

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

This text font color is #7D261A.


Background Color

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

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

This div background color is #7D261A.


Border color

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

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

This div border color is #7D261A.


Opacity

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

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

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

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

This text has shadow with #7D261A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D261A on black background.


Color preview on white background

This text has color #7D261A on white background.



Black color preview on #7D261A background

This text has black color on #7D261A background.


White color preview on #7D261A background

This text has white color on #7D261A background.