COLOR #462E25

HEX: #462E25 RGB: (70,46,37)

Color info

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

RGB color model

#462E25 color RGB value is (70,46,37).

RGB: (70,46,37) (27%, 18%, 15%)

RGB channels and saturation

R 70 of 255 = 27%
G 46 of 255 = 18%
B 37 of 255 = 15%

70
46
37

R + G + B ~ 20%. #462E25 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 46 + 37 = 153 (100%)
R 70 of 153 ~ 45.75%
G 46 of 153 ~ 30.07%
B 37 of 153 ~ 24.18'%

%45.75
%30.07
%24.18

CMYK color model

#462E25 color CMYK value is (0,34,47,73).

  • cyan value is 0.00%
  • magenta value is 34.29%
  • yellow value is 47.14%
  • key color value is 72.55%
CMYK: (0,34,47,73) C0M34Y47K73 (0%,34%,47%,73%) (0.00/0.34/0.47/0.73) 

CMYK percentages

%0
%34.29
%47.14
%72.55

Codes

Color #462E25 in popluar color models

46 2E 25
RGB 70 46 37
HSL 16° 30.84% 20.98%
HSB/HSV 16° 47.14% 27.45%
CMYK 0.00% 34.29% 47.14%
72.55%

Color #462E25 in popluar number systems.

HEX 46 2E 25
Decimal 70 46 37
Binary 1000110 101110 100101
Octal 106 56 45

Shades and tints

Shades of #462E25

#462E25
(70,46,37)
#402A22
(64,42,34)
#3A261F
(58,38,31)
#34221C
(52,34,28)
#2E1E19
(46,30,25)
#281A16
(40,26,22)
#221613
(34,22,19)
#1C1210
(28,18,16)
#160E0D
(22,14,13)
#100A0A
(16,10,10)
#0A0607
(10,6,7)
#000000
(0,0,0)

Tints of #462E25

#462E25
(70,46,37)
#564138
(86,65,56)
#66544B
(102,84,75)
#76675E
(118,103,94)
#867A71
(134,122,113)
#968D84
(150,141,132)
#A6A097
(166,160,151)
#B6B3AA
(182,179,170)
#C6C6BD
(198,198,189)
#D6D9D0
(214,217,208)
#E6ECE3
(230,236,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #462E25 color. Also use rgb(70,46,37) instead hex code.

Text Font Color

.myTextColor { color: #462E25; }

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

This text font color is #462E25.

Background Color

.myBgColor { background-color: #462E25; }

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

This div background color is #462E25.

Border color

.myBorderColor { border: 1px solid #462E25; }

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

This div border color is #462E25.

Opacity

.myOpacity80 { color: #462E25; opacity: 0.8; }

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

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

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

This text has shadow with #462E25 color.


.textShadow {text-shadow: 3px 3px 1px #462E25', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #462E25; -webkit-box-shadow: 1px 1px 3px 2px #462E25; box-shadow:1px 1px 3px 2px #462E25;">
Div content here
</div>

This div box has shadow with color #462E25.

Preview

Color preview on black background

This text has color #462E25 on black background.


Color preview on white background

This text has color #462E25 on white background.


Black color preview on #462E25 background

This text has black color on #462E25 background.


White color preview on #462E25 background

This text has white color on #462E25 background.


Related colors

Complementary color

Complementary color for #hex is #B9D1DA.


I love getcolorcode.com

Triadic colors

1 #25462E and #2E2546 with #462E25 are triadic colors.

2 #252E46 and #2E4625 with #462E25 are triadic colors.