COLOR #7D1834

HEX: #7D1834
RGB: (125,24,52)

Color info

#7D1834 contains mainly red color. Web safe color of #7D1834 is #660033 (or #603).

RGB color model

#7D1834 color RGB value is (125,24,52).

  • red value is 125;
  • green value is 24;
  • blue value is 52.
RGB:
(125,24,52)
(49%,9%,20%)

RGB channels and saturation

R 125 of 255 = 49%
G 24 of 255 = 9%
B 52 of 255 = 20%

125
24
52

R + G + B ~ 26%. #7D1834 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 24 + 52 = 201 (100%)
R 125 of 201 ~ 62.19%
G 24 of 201 ~ 11.94%
B 52 of 201 ~ 25.87%

%62.19
%11.94
%25.87

CMYK color model

#7D1834 color CMYK value is (0,81,58,51).

  • cyan value is 0.00%
  • magenta value is 80.80%
  • yellow value is 58.40%
  • key color value is 50.98%
CMYK:
(0,81,58,51)
C0M81Y58K51 
(0%,81%,58%,51%)
(0.00/0.81/0.58/0.51)	

CMYK percentages

%0
%80.8
%58.4
%50.98

Codes

Color #7D1834 in popluar color models

7D1834
RGB1252452
HSL343°67.79%29.22%
HSB/HSV343°80.80%49.02%
CMYK0.00%80.80%58.40%
50.98%

Color #7D1834 in popluar number systems.

HEX7D1834
Decimal1252452
Binary111110111000110100
Octal1753064

Shades and tints

Shades of #7D1834

#7D1834
(125,24,52)
#721630
(114,22,48)
#67142C
(103,20,44)
#5C1228
(92,18,40)
#511024
(81,16,36)
#460E20
(70,14,32)
#3B0C1C
(59,12,28)
#300A18
(48,10,24)
#250814
(37,8,20)
#1A0610
(26,6,16)
#0F040C
(15,4,12)
#000000
(0,0,0)

Tints of #7D1834

#7D1834
(125,24,52)
#882D46
(136,45,70)
#934258
(147,66,88)
#9E576A
(158,87,106)
#A96C7C
(169,108,124)
#B4818E
(180,129,142)
#BF96A0
(191,150,160)
#CAABB2
(202,171,178)
#D5C0C4
(213,192,196)
#E0D5D6
(224,213,214)
#EBEAE8
(235,234,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D1834 color. Also use rgb(125,24,52) instead hex code.

Text Font Color

.myTextColor { color: #7D1834; }

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

This text font color is #7D1834.


Background Color

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

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

This div background color is #7D1834.


Border color

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

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

This div border color is #7D1834.


Opacity

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

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

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

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

This text has shadow with #7D1834 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D1834 on black background.


Color preview on white background

This text has color #7D1834 on white background.



Black color preview on #7D1834 background

This text has black color on #7D1834 background.


White color preview on #7D1834 background

This text has white color on #7D1834 background.