COLOR #462119

HEX: #462119
RGB: (70,33,25)

Color info

#462119 contains red, green and blue colors in about the same proportion. Web safe color of #462119 is #333300 (or #330).

RGB color model

#462119 color RGB value is (70,33,25).

  • red value is 70;
  • green value is 33;
  • blue value is 25.
RGB:
(70,33,25)
(27%,13%,10%)

RGB channels and saturation

R 70 of 255 = 27%
G 33 of 255 = 13%
B 25 of 255 = 10%

70
33
25

R + G + B ~ 17%. #462119 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 33 + 25 = 128 (100%)
R 70 of 128 ~ 54.69%
G 33 of 128 ~ 25.78%
B 25 of 128 ~ 19.53%

%54.69
%25.78
%19.53

CMYK color model

#462119 color CMYK value is (0,53,64,73).

  • cyan value is 0.00%
  • magenta value is 52.86%
  • yellow value is 64.29%
  • key color value is 72.55%
CMYK:
(0,53,64,73)
C0M53Y64K73 
(0%,53%,64%,73%)
(0.00/0.53/0.64/0.73)	

CMYK percentages

%0
%52.86
%64.29
%72.55

Codes

Color #462119 in popluar color models

462119
RGB703325
HSL11°47.37%18.63%
HSB/HSV11°64.29%27.45%
CMYK0.00%52.86%64.29%
72.55%

Color #462119 in popluar number systems.

HEX462119
Decimal703325
Binary100011010000111001
Octal1064131

Shades and tints

Shades of #462119

#462119
(70,33,25)
#401E17
(64,30,23)
#3A1B15
(58,27,21)
#341813
(52,24,19)
#2E1511
(46,21,17)
#28120F
(40,18,15)
#220F0D
(34,15,13)
#1C0C0B
(28,12,11)
#160909
(22,9,9)
#100607
(16,6,7)
#0A0305
(10,3,5)
#000000
(0,0,0)

Tints of #462119

#462119
(70,33,25)
#56352D
(86,53,45)
#664941
(102,73,65)
#765D55
(118,93,85)
#867169
(134,113,105)
#96857D
(150,133,125)
#A69991
(166,153,145)
#B6ADA5
(182,173,165)
#C6C1B9
(198,193,185)
#D6D5CD
(214,213,205)
#E6E9E1
(230,233,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462119 color. Also use rgb(70,33,25) instead hex code.

Text Font Color

.myTextColor { color: #462119; }

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

This text font color is #462119.


Background Color

.myBgColor { background-color: #462119; }

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

This div background color is #462119.


Border color

.myBorderColor { border: 1px solid #462119; }

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

This div border color is #462119.


Opacity

.myOpacity80 { color: #462119; opacity: 0.8; }

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

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

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

This text has shadow with #462119 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462119 on black background.


Color preview on white background

This text has color #462119 on white background.



Black color preview on #462119 background

This text has black color on #462119 background.


White color preview on #462119 background

This text has white color on #462119 background.