COLOR #462729

HEX: #462729
RGB: (70,39,41)

Color info

#462729 contains red, green and blue colors in about the same proportion. Web safe color of #462729 is #333333 (or #333).

RGB color model

#462729 color RGB value is (70,39,41).

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

RGB channels and saturation

R 70 of 255 = 27%
G 39 of 255 = 15%
B 41 of 255 = 16%

70
39
41

R + G + B ~ 19%. #462729 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 39 + 41 = 150 (100%)
R 70 of 150 ~ 46.67%
G 39 of 150 ~ 26%
B 41 of 150 ~ 27.33%

%46.67
%26
%27.33

CMYK color model

#462729 color CMYK value is (0,44,41,73).

  • cyan value is 0.00%
  • magenta value is 44.29%
  • yellow value is 41.43%
  • key color value is 72.55%
CMYK:
(0,44,41,73)
C0M44Y41K73 
(0%,44%,41%,73%)
(0.00/0.44/0.41/0.73)	

CMYK percentages

%0
%44.29
%41.43
%72.55

Codes

Color #462729 in popluar color models

462729
RGB703941
HSL356°28.44%21.37%
HSB/HSV356°44.29%27.45%
CMYK0.00%44.29%41.43%
72.55%

Color #462729 in popluar number systems.

HEX462729
Decimal703941
Binary1000110100111101001
Octal1064751

Shades and tints

Shades of #462729

#462729
(70,39,41)
#402426
(64,36,38)
#3A2123
(58,33,35)
#341E20
(52,30,32)
#2E1B1D
(46,27,29)
#28181A
(40,24,26)
#221517
(34,21,23)
#1C1214
(28,18,20)
#160F11
(22,15,17)
#100C0E
(16,12,14)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #462729

#462729
(70,39,41)
#563A3C
(86,58,60)
#664D4F
(102,77,79)
#766062
(118,96,98)
#867375
(134,115,117)
#968688
(150,134,136)
#A6999B
(166,153,155)
#B6ACAE
(182,172,174)
#C6BFC1
(198,191,193)
#D6D2D4
(214,210,212)
#E6E5E7
(230,229,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462729; }

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

This text font color is #462729.


Background Color

.myBgColor { background-color: #462729; }

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

This div background color is #462729.


Border color

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

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

This div border color is #462729.


Opacity

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

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

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

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

This text has shadow with #462729 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462729 on black background.


Color preview on white background

This text has color #462729 on white background.



Black color preview on #462729 background

This text has black color on #462729 background.


White color preview on #462729 background

This text has white color on #462729 background.