COLOR #462919

HEX: #462919
RGB: (70,41,25)

Color info

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

RGB color model

#462919 color RGB value is (70,41,25).

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

RGB channels and saturation

R 70 of 255 = 27%
G 41 of 255 = 16%
B 25 of 255 = 10%

70
41
25

R + G + B ~ 18%. #462919 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 41 + 25 = 136 (100%)
R 70 of 136 ~ 51.47%
G 41 of 136 ~ 30.15%
B 25 of 136 ~ 18.38%

%51.47
%30.15
%18.38

CMYK color model

#462919 color CMYK value is (0,41,64,73).

  • cyan value is 0.00%
  • magenta value is 41.43%
  • yellow value is 64.29%
  • key color value is 72.55%
CMYK:
(0,41,64,73)
C0M41Y64K73 
(0%,41%,64%,73%)
(0.00/0.41/0.64/0.73)	

CMYK percentages

%0
%41.43
%64.29
%72.55

Codes

Color #462919 in popluar color models

462919
RGB704125
HSL21°47.37%18.63%
HSB/HSV21°64.29%27.45%
CMYK0.00%41.43%64.29%
72.55%

Color #462919 in popluar number systems.

HEX462919
Decimal704125
Binary100011010100111001
Octal1065131

Shades and tints

Shades of #462919

#462919
(70,41,25)
#402617
(64,38,23)
#3A2315
(58,35,21)
#342013
(52,32,19)
#2E1D11
(46,29,17)
#281A0F
(40,26,15)
#22170D
(34,23,13)
#1C140B
(28,20,11)
#161109
(22,17,9)
#100E07
(16,14,7)
#0A0B05
(10,11,5)
#000000
(0,0,0)

Tints of #462919

#462919
(70,41,25)
#563C2D
(86,60,45)
#664F41
(102,79,65)
#766255
(118,98,85)
#867569
(134,117,105)
#96887D
(150,136,125)
#A69B91
(166,155,145)
#B6AEA5
(182,174,165)
#C6C1B9
(198,193,185)
#D6D4CD
(214,212,205)
#E6E7E1
(230,231,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462919; }

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

This text font color is #462919.


Background Color

.myBgColor { background-color: #462919; }

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

This div background color is #462919.


Border color

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

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

This div border color is #462919.


Opacity

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

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

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

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

This text has shadow with #462919 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462919 on black background.


Color preview on white background

This text has color #462919 on white background.



Black color preview on #462919 background

This text has black color on #462919 background.


White color preview on #462919 background

This text has white color on #462919 background.