COLOR #462719

HEX: #462719
RGB: (70,39,25)

Color info

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

RGB color model

#462719 color RGB value is (70,39,25).

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

RGB channels and saturation

R 70 of 255 = 27%
G 39 of 255 = 15%
B 25 of 255 = 10%

70
39
25

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

Portions of RGB colors in percentages

R + G + B =
70 + 39 + 25 = 134 (100%)
R 70 of 134 ~ 52.24%
G 39 of 134 ~ 29.1%
B 25 of 134 ~ 18.66%

%52.24
%29.1
%18.66

CMYK color model

#462719 color CMYK value is (0,44,64,73).

  • cyan value is 0.00%
  • magenta value is 44.29%
  • yellow value is 64.29%
  • key color value is 72.55%
CMYK:
(0,44,64,73)
C0M44Y64K73 
(0%,44%,64%,73%)
(0.00/0.44/0.64/0.73)	

CMYK percentages

%0
%44.29
%64.29
%72.55

Codes

Color #462719 in popluar color models

462719
RGB703925
HSL19°47.37%18.63%
HSB/HSV19°64.29%27.45%
CMYK0.00%44.29%64.29%
72.55%

Color #462719 in popluar number systems.

HEX462719
Decimal703925
Binary100011010011111001
Octal1064731

Shades and tints

Shades of #462719

#462719
(70,39,25)
#402417
(64,36,23)
#3A2115
(58,33,21)
#341E13
(52,30,19)
#2E1B11
(46,27,17)
#28180F
(40,24,15)
#22150D
(34,21,13)
#1C120B
(28,18,11)
#160F09
(22,15,9)
#100C07
(16,12,7)
#0A0905
(10,9,5)
#000000
(0,0,0)

Tints of #462719

#462719
(70,39,25)
#563A2D
(86,58,45)
#664D41
(102,77,65)
#766055
(118,96,85)
#867369
(134,115,105)
#96867D
(150,134,125)
#A69991
(166,153,145)
#B6ACA5
(182,172,165)
#C6BFB9
(198,191,185)
#D6D2CD
(214,210,205)
#E6E5E1
(230,229,225)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462719; }

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

This text font color is #462719.


Background Color

.myBgColor { background-color: #462719; }

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

This div background color is #462719.


Border color

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

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

This div border color is #462719.


Opacity

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

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

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

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

This text has shadow with #462719 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462719 on black background.


Color preview on white background

This text has color #462719 on white background.



Black color preview on #462719 background

This text has black color on #462719 background.


White color preview on #462719 background

This text has white color on #462719 background.