COLOR #462038

HEX: #462038
RGB: (70,32,56)

Color info

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

RGB color model

#462038 color RGB value is (70,32,56).

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

RGB channels and saturation

R 70 of 255 = 27%
G 32 of 255 = 13%
B 56 of 255 = 22%

70
32
56

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

Portions of RGB colors in percentages

R + G + B =
70 + 32 + 56 = 158 (100%)
R 70 of 158 ~ 44.3%
G 32 of 158 ~ 20.25%
B 56 of 158 ~ 35.44%

%44.3
%20.25
%35.44

CMYK color model

#462038 color CMYK value is (0,54,20,73).

  • cyan value is 0.00%
  • magenta value is 54.29%
  • yellow value is 20.00%
  • key color value is 72.55%
CMYK:
(0,54,20,73)
C0M54Y20K73 
(0%,54%,20%,73%)
(0.00/0.54/0.20/0.73)	

CMYK percentages

%0
%54.29
%20
%72.55

Codes

Color #462038 in popluar color models

462038
RGB703256
HSL322°37.25%20.00%
HSB/HSV322°54.29%27.45%
CMYK0.00%54.29%20.00%
72.55%

Color #462038 in popluar number systems.

HEX462038
Decimal703256
Binary1000110100000111000
Octal1064070

Shades and tints

Shades of #462038

#462038
(70,32,56)
#401E33
(64,30,51)
#3A1C2E
(58,28,46)
#341A29
(52,26,41)
#2E1824
(46,24,36)
#28161F
(40,22,31)
#22141A
(34,20,26)
#1C1215
(28,18,21)
#161010
(22,16,16)
#100E0B
(16,14,11)
#0A0C06
(10,12,6)
#000000
(0,0,0)

Tints of #462038

#462038
(70,32,56)
#56344A
(86,52,74)
#66485C
(102,72,92)
#765C6E
(118,92,110)
#867080
(134,112,128)
#968492
(150,132,146)
#A698A4
(166,152,164)
#B6ACB6
(182,172,182)
#C6C0C8
(198,192,200)
#D6D4DA
(214,212,218)
#E6E8EC
(230,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #462038; }

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

This text font color is #462038.


Background Color

.myBgColor { background-color: #462038; }

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

This div background color is #462038.


Border color

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

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

This div border color is #462038.


Opacity

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

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

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

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

This text has shadow with #462038 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #462038 on black background.


Color preview on white background

This text has color #462038 on white background.



Black color preview on #462038 background

This text has black color on #462038 background.


White color preview on #462038 background

This text has white color on #462038 background.