COLOR #782B25

HEX: #782B25
RGB: (120,43,37)

Color info

#782B25 contains mainly red color. Web safe color of #782B25 is #663333 (or #633).

RGB color model

#782B25 color RGB value is (120,43,37).

  • red value is 120;
  • green value is 43;
  • blue value is 37.
RGB:
(120,43,37)
(47%,17%,15%)

RGB channels and saturation

R 120 of 255 = 47%
G 43 of 255 = 17%
B 37 of 255 = 15%

120
43
37

R + G + B ~ 26%. #782B25 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
120 + 43 + 37 = 200 (100%)
R 120 of 200 ~ 60%
G 43 of 200 ~ 21.5%
B 37 of 200 ~ 18.5%

%60
%21.5
%18.5

CMYK color model

#782B25 color CMYK value is (0,64,69,53).

  • cyan value is 0.00%
  • magenta value is 64.17%
  • yellow value is 69.17%
  • key color value is 52.94%
CMYK:
(0,64,69,53)
C0M64Y69K53 
(0%,64%,69%,53%)
(0.00/0.64/0.69/0.53)	

CMYK percentages

%0
%64.17
%69.17
%52.94

Codes

Color #782B25 in popluar color models

782B25
RGB1204337
HSL52.87%30.78%
HSB/HSV69.17%47.06%
CMYK0.00%64.17%69.17%
52.94%

Color #782B25 in popluar number systems.

HEX782B25
Decimal1204337
Binary1111000101011100101
Octal1705345

Shades and tints

Shades of #782B25

#782B25
(120,43,37)
#6E2822
(110,40,34)
#64251F
(100,37,31)
#5A221C
(90,34,28)
#501F19
(80,31,25)
#461C16
(70,28,22)
#3C1913
(60,25,19)
#321610
(50,22,16)
#28130D
(40,19,13)
#1E100A
(30,16,10)
#140D07
(20,13,7)
#000000
(0,0,0)

Tints of #782B25

#782B25
(120,43,37)
#843E38
(132,62,56)
#90514B
(144,81,75)
#9C645E
(156,100,94)
#A87771
(168,119,113)
#B48A84
(180,138,132)
#C09D97
(192,157,151)
#CCB0AA
(204,176,170)
#D8C3BD
(216,195,189)
#E4D6D0
(228,214,208)
#F0E9E3
(240,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #782B25 color. Also use rgb(120,43,37) instead hex code.

Text Font Color

.myTextColor { color: #782B25; }

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

This text font color is #782B25.


Background Color

.myBgColor { background-color: #782B25; }

<div style="background-color:#782B25">Inner text</div>

This div background color is #782B25.


Border color

.myBorderColor { border: 1px solid #782B25; }

<div style="border:3px solid #782B25">Div</div>

This div border color is #782B25.


Opacity

.myOpacity80 { color: #782B25; opacity: 0.8; }

<p style="color:#782B25;opacity:0.8;">80%</p>

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

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

This text has shadow with #782B25 color.

.textShadow {text-shadow: 3px 3px 1px #782B25, 3px 3px 1px red;}

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

This text has shadow with #782B25 primary color and red secondary color.


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

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

This text has shadow with #782B25 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #782B25 on black background.


Color preview on white background

This text has color #782B25 on white background.



Black color preview on #782B25 background

This text has black color on #782B25 background.


White color preview on #782B25 background

This text has white color on #782B25 background.