COLOR #7D442A

HEX: #7D442A
RGB: (125,68,42)

Color info

#7D442A contains mainly red and green colors. Web safe color of #7D442A is #663333 (or #633).

RGB color model

#7D442A color RGB value is (125,68,42).

  • red value is 125;
  • green value is 68;
  • blue value is 42.
RGB:
(125,68,42)
(49%,27%,16%)

RGB channels and saturation

R 125 of 255 = 49%
G 68 of 255 = 27%
B 42 of 255 = 16%

125
68
42

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

Portions of RGB colors in percentages

R + G + B =
125 + 68 + 42 = 235 (100%)
R 125 of 235 ~ 53.19%
G 68 of 235 ~ 28.94%
B 42 of 235 ~ 17.87%

%53.19
%28.94
%17.87

CMYK color model

#7D442A color CMYK value is (0,46,66,51).

  • cyan value is 0.00%
  • magenta value is 45.60%
  • yellow value is 66.40%
  • key color value is 50.98%
CMYK:
(0,46,66,51)
C0M46Y66K51 
(0%,46%,66%,51%)
(0.00/0.46/0.66/0.51)	

CMYK percentages

%0
%45.6
%66.4
%50.98

Codes

Color #7D442A in popluar color models

7D442A
RGB1256842
HSL19°49.70%32.75%
HSB/HSV19°66.40%49.02%
CMYK0.00%45.60%66.40%
50.98%

Color #7D442A in popluar number systems.

HEX7D442A
Decimal1256842
Binary11111011000100101010
Octal17510452

Shades and tints

Shades of #7D442A

#7D442A
(125,68,42)
#723E27
(114,62,39)
#673824
(103,56,36)
#5C3221
(92,50,33)
#512C1E
(81,44,30)
#46261B
(70,38,27)
#3B2018
(59,32,24)
#301A15
(48,26,21)
#251412
(37,20,18)
#1A0E0F
(26,14,15)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #7D442A

#7D442A
(125,68,42)
#88553D
(136,85,61)
#936650
(147,102,80)
#9E7763
(158,119,99)
#A98876
(169,136,118)
#B49989
(180,153,137)
#BFAA9C
(191,170,156)
#CABBAF
(202,187,175)
#D5CCC2
(213,204,194)
#E0DDD5
(224,221,213)
#EBEEE8
(235,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D442A color. Also use rgb(125,68,42) instead hex code.

Text Font Color

.myTextColor { color: #7D442A; }

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

This text font color is #7D442A.


Background Color

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

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

This div background color is #7D442A.


Border color

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

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

This div border color is #7D442A.


Opacity

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

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

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

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

This text has shadow with #7D442A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D442A on black background.


Color preview on white background

This text has color #7D442A on white background.



Black color preview on #7D442A background

This text has black color on #7D442A background.


White color preview on #7D442A background

This text has white color on #7D442A background.