COLOR #463023

HEX: #463023
RGB: (70,48,35)

Color info

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

RGB color model

#463023 color RGB value is (70,48,35).

  • red value is 70;
  • green value is 48;
  • blue value is 35.
RGB:
(70,48,35)
(27%,19%,14%)

RGB channels and saturation

R 70 of 255 = 27%
G 48 of 255 = 19%
B 35 of 255 = 14%

70
48
35

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

Portions of RGB colors in percentages

R + G + B =
70 + 48 + 35 = 153 (100%)
R 70 of 153 ~ 45.75%
G 48 of 153 ~ 31.37%
B 35 of 153 ~ 22.88%

%45.75
%31.37
%22.88

CMYK color model

#463023 color CMYK value is (0,31,50,73).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 50.00%
  • key color value is 72.55%
CMYK:
(0,31,50,73)
C0M31Y50K73 
(0%,31%,50%,73%)
(0.00/0.31/0.50/0.73)	

CMYK percentages

%0
%31.43
%50
%72.55

Codes

Color #463023 in popluar color models

463023
RGB704835
HSL22°33.33%20.59%
HSB/HSV22°50.00%27.45%
CMYK0.00%31.43%50.00%
72.55%

Color #463023 in popluar number systems.

HEX463023
Decimal704835
Binary1000110110000100011
Octal1066043

Shades and tints

Shades of #463023

#463023
(70,48,35)
#402C20
(64,44,32)
#3A281D
(58,40,29)
#34241A
(52,36,26)
#2E2017
(46,32,23)
#281C14
(40,28,20)
#221811
(34,24,17)
#1C140E
(28,20,14)
#16100B
(22,16,11)
#100C08
(16,12,8)
#0A0805
(10,8,5)
#000000
(0,0,0)

Tints of #463023

#463023
(70,48,35)
#564237
(86,66,55)
#66544B
(102,84,75)
#76665F
(118,102,95)
#867873
(134,120,115)
#968A87
(150,138,135)
#A69C9B
(166,156,155)
#B6AEAF
(182,174,175)
#C6C0C3
(198,192,195)
#D6D2D7
(214,210,215)
#E6E4EB
(230,228,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #463023 color. Also use rgb(70,48,35) instead hex code.

Text Font Color

.myTextColor { color: #463023; }

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

This text font color is #463023.


Background Color

.myBgColor { background-color: #463023; }

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

This div background color is #463023.


Border color

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

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

This div border color is #463023.


Opacity

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

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

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

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

This text has shadow with #463023 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463023 on black background.


Color preview on white background

This text has color #463023 on white background.



Black color preview on #463023 background

This text has black color on #463023 background.


White color preview on #463023 background

This text has white color on #463023 background.