COLOR #462538

HEX: #462538
RGB: (70,37,56)

Color info

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

RGB color model

#462538 color RGB value is (70,37,56).

  • red value is 70;
  • green value is 37;
  • blue value is 56.
RGB:
(70,37,56)
(27%,15%,22%)

RGB channels and saturation

R 70 of 255 = 27%
G 37 of 255 = 15%
B 56 of 255 = 22%

70
37
56

R + G + B ~ 21%. #462538 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 37 + 56 = 163 (100%)
R 70 of 163 ~ 42.94%
G 37 of 163 ~ 22.7%
B 56 of 163 ~ 34.36%

%42.94
%22.7
%34.36

CMYK color model

#462538 color CMYK value is (0,47,20,73).

  • cyan value is 0.00%
  • magenta value is 47.14%
  • yellow value is 20.00%
  • key color value is 72.55%
CMYK:
(0,47,20,73)
C0M47Y20K73 
(0%,47%,20%,73%)
(0.00/0.47/0.20/0.73)	

CMYK percentages

%0
%47.14
%20
%72.55

Codes

Color #462538 in popluar color models

462538
RGB703756
HSL325°30.84%20.98%
HSB/HSV325°47.14%27.45%
CMYK0.00%47.14%20.00%
72.55%

Color #462538 in popluar number systems.

HEX462538
Decimal703756
Binary1000110100101111000
Octal1064570

Shades and tints

Shades of #462538

#462538
(70,37,56)
#402233
(64,34,51)
#3A1F2E
(58,31,46)
#341C29
(52,28,41)
#2E1924
(46,25,36)
#28161F
(40,22,31)
#22131A
(34,19,26)
#1C1015
(28,16,21)
#160D10
(22,13,16)
#100A0B
(16,10,11)
#0A0706
(10,7,6)
#000000
(0,0,0)

Tints of #462538

#462538
(70,37,56)
#56384A
(86,56,74)
#664B5C
(102,75,92)
#765E6E
(118,94,110)
#867180
(134,113,128)
#968492
(150,132,146)
#A697A4
(166,151,164)
#B6AAB6
(182,170,182)
#C6BDC8
(198,189,200)
#D6D0DA
(214,208,218)
#E6E3EC
(230,227,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462538; }

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

This text font color is #462538.


Background Color

.myBgColor { background-color: #462538; }

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

This div background color is #462538.


Border color

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

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

This div border color is #462538.


Opacity

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

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

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

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

This text has shadow with #462538 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462538 on black background.


Color preview on white background

This text has color #462538 on white background.



Black color preview on #462538 background

This text has black color on #462538 background.


White color preview on #462538 background

This text has white color on #462538 background.