COLOR #7D3326

HEX: #7D3326
RGB: (125,51,38)

Color info

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

RGB color model

#7D3326 color RGB value is (125,51,38).

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

RGB channels and saturation

R 125 of 255 = 49%
G 51 of 255 = 20%
B 38 of 255 = 15%

125
51
38

R + G + B ~ 28%. #7D3326 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
125 + 51 + 38 = 214 (100%)
R 125 of 214 ~ 58.41%
G 51 of 214 ~ 23.83%
B 38 of 214 ~ 17.76%

%58.41
%23.83
%17.76

CMYK color model

#7D3326 color CMYK value is (0,59,70,51).

  • cyan value is 0.00%
  • magenta value is 59.20%
  • yellow value is 69.60%
  • key color value is 50.98%
CMYK:
(0,59,70,51)
C0M59Y70K51 
(0%,59%,70%,51%)
(0.00/0.59/0.70/0.51)	

CMYK percentages

%0
%59.2
%69.6
%50.98

Codes

Color #7D3326 in popluar color models

7D3326
RGB1255138
HSL53.37%31.96%
HSB/HSV69.60%49.02%
CMYK0.00%59.20%69.60%
50.98%

Color #7D3326 in popluar number systems.

HEX7D3326
Decimal1255138
Binary1111101110011100110
Octal1756346

Shades and tints

Shades of #7D3326

#7D3326
(125,51,38)
#722F23
(114,47,35)
#672B20
(103,43,32)
#5C271D
(92,39,29)
#51231A
(81,35,26)
#461F17
(70,31,23)
#3B1B14
(59,27,20)
#301711
(48,23,17)
#25130E
(37,19,14)
#1A0F0B
(26,15,11)
#0F0B08
(15,11,8)
#000000
(0,0,0)

Tints of #7D3326

#7D3326
(125,51,38)
#884539
(136,69,57)
#93574C
(147,87,76)
#9E695F
(158,105,95)
#A97B72
(169,123,114)
#B48D85
(180,141,133)
#BF9F98
(191,159,152)
#CAB1AB
(202,177,171)
#D5C3BE
(213,195,190)
#E0D5D1
(224,213,209)
#EBE7E4
(235,231,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D3326; }

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

This text font color is #7D3326.


Background Color

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

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

This div background color is #7D3326.


Border color

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

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

This div border color is #7D3326.


Opacity

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

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

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

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

This text has shadow with #7D3326 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D3326 on black background.


Color preview on white background

This text has color #7D3326 on white background.



Black color preview on #7D3326 background

This text has black color on #7D3326 background.


White color preview on #7D3326 background

This text has white color on #7D3326 background.