COLOR #46583D

HEX: #46583D
RGB: (70,88,61)

Color info

#46583D contains red, green and blue colors in about the same proportion. Web safe color of #46583D is #336633 (or #363).

RGB color model

#46583D color RGB value is (70,88,61).

  • red value is 70;
  • green value is 88;
  • blue value is 61.
RGB:
(70,88,61)
(27%,35%,24%)

RGB channels and saturation

R 70 of 255 = 27%
G 88 of 255 = 35%
B 61 of 255 = 24%

70
88
61

R + G + B ~ 29%. #46583D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 88 + 61 = 219 (100%)
R 70 of 219 ~ 31.96%
G 88 of 219 ~ 40.18%
B 61 of 219 ~ 27.85%

%31.96
%40.18
%27.85

CMYK color model

#46583D color CMYK value is (20,0,31,65).

  • cyan value is 20.45%
  • magenta value is 0.00%
  • yellow value is 30.68%
  • key color value is 65.49%
CMYK:
(20,0,31,65)
C20M0Y31K65 
(20%,0%,31%,65%)
(0.20/0.00/0.31/0.65)	

CMYK percentages

%20.45
%0
%30.68
%65.49

Codes

Color #46583D in popluar color models

46583D
RGB708861
HSL100°18.12%29.22%
HSB/HSV100°30.68%34.51%
CMYK20.45%0.00%30.68%
65.49%

Color #46583D in popluar number systems.

HEX46583D
Decimal708861
Binary10001101011000111101
Octal10613075

Shades and tints

Shades of #46583D

#46583D
(70,88,61)
#405038
(64,80,56)
#3A4833
(58,72,51)
#34402E
(52,64,46)
#2E3829
(46,56,41)
#283024
(40,48,36)
#22281F
(34,40,31)
#1C201A
(28,32,26)
#161815
(22,24,21)
#101010
(16,16,16)
#0A080B
(10,8,11)
#000000
(0,0,0)

Tints of #46583D

#46583D
(70,88,61)
#56674E
(86,103,78)
#66765F
(102,118,95)
#768570
(118,133,112)
#869481
(134,148,129)
#96A392
(150,163,146)
#A6B2A3
(166,178,163)
#B6C1B4
(182,193,180)
#C6D0C5
(198,208,197)
#D6DFD6
(214,223,214)
#E6EEE7
(230,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #46583D color. Also use rgb(70,88,61) instead hex code.

Text Font Color

.myTextColor { color: #46583D; }

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

This text font color is #46583D.


Background Color

.myBgColor { background-color: #46583D; }

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

This div background color is #46583D.


Border color

.myBorderColor { border: 1px solid #46583D; }

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

This div border color is #46583D.


Opacity

.myOpacity80 { color: #46583D; opacity: 0.8; }

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

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

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

This text has shadow with #46583D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #46583D on black background.


Color preview on white background

This text has color #46583D on white background.



Black color preview on #46583D background

This text has black color on #46583D background.


White color preview on #46583D background

This text has white color on #46583D background.