COLOR #46253F

HEX: #46253F RGB: (70,37,63)

Color info

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

RGB color model

#46253F color RGB value is (70,37,63).

RGB: (70,37,63) (27%, 15%, 25%)

RGB channels and saturation

R 70 of 255 = 27%
G 37 of 255 = 15%
B 63 of 255 = 25%

70
37
63

R + G + B ~ 22%. #46253F is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 37 + 63 = 170 (100%)
R 70 of 170 ~ 41.18%
G 37 of 170 ~ 21.76%
B 63 of 170 ~ 37.06'%

%41.18
%21.76
%37.06

CMYK color model

#46253F color CMYK value is (0,47,10,73).

  • cyan value is 0.00%
  • magenta value is 47.14%
  • yellow value is 10.00%
  • key color value is 72.55%

CMYK: (0,47,10,73)
C0M47Y10K73 (0%, 47%, 10%, 73%)
(0.00 / 0.47 / 0.10 / 0.73)

CMYK percentages

%0
%47.14
%10
%72.55

Codes

Color #46253F in popluar color models

46 25 3F
RGB 70 37 63
HSL 313° 30.84% 20.98%
HSB/HSV 313° 47.14% 27.45%
CMYK 0.00% 47.14% 10.00%
72.55%

Color #46253F in popluar number systems.

HEX 46 25 3F
Decimal 70 37 63
Binary 1000110 100101 111111
Octal 106 45 77

Shades and tints

Shades of #46253F

#46253F
(70,37,63)
#40223A
(64,34,58)
#3A1F35
(58,31,53)
#341C30
(52,28,48)
#2E192B
(46,25,43)
#281626
(40,22,38)
#221321
(34,19,33)
#1C101C
(28,16,28)
#160D17
(22,13,23)
#100A12
(16,10,18)
#0A070D
(10,7,13)
#000000
(0,0,0)

Tints of #46253F

#46253F
(70,37,63)
#563850
(86,56,80)
#664B61
(102,75,97)
#765E72
(118,94,114)
#867183
(134,113,131)
#968494
(150,132,148)
#A697A5
(166,151,165)
#B6AAB6
(182,170,182)
#C6BDC7
(198,189,199)
#D6D0D8
(214,208,216)
#E6E3E9
(230,227,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #46253F; }

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

This text font color is #46253F.

Background Color

.myBgColor { background-color: #46253F; }

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

This div background color is #46253F.

Border color

.myBorderColor { border: 1px solid #46253F; }

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

This div border color is #46253F.

Opacity

.myOpacity80 { color: #46253F; opacity: 0.8; }

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

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

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

This text has shadow with #46253F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #46253F.

Preview

Color preview on black background

This text has color #46253F on black background.


Color preview on white background

This text has color #46253F on white background.


Black color preview on #46253F background

This text has black color on #46253F background.


White color preview on #46253F background

This text has white color on #46253F background.


Related colors

Complementary color

Complementary color for #hex is #B9DAC0.


I love getcolorcode.com

Triadic colors

1 #3F4625 and #253F46 with #46253F are triadic colors.

2 #3F2546 and #25463F with #46253F are triadic colors.