COLOR #464030

HEX: #464030
RGB: (70,64,48)

Color info

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

RGB color model

#464030 color RGB value is (70,64,48).

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

RGB channels and saturation

R 70 of 255 = 27%
G 64 of 255 = 25%
B 48 of 255 = 19%

70
64
48

R + G + B ~ 24%. #464030 is dark color.

Portions of RGB colors in percentages

R + G + B =
70 + 64 + 48 = 182 (100%)
R 70 of 182 ~ 38.46%
G 64 of 182 ~ 35.16%
B 48 of 182 ~ 26.37%

%38.46
%35.16
%26.37

CMYK color model

#464030 color CMYK value is (0,9,31,73).

  • cyan value is 0.00%
  • magenta value is 8.57%
  • yellow value is 31.43%
  • key color value is 72.55%
CMYK:
(0,9,31,73)
C0M9Y31K73 
(0%,9%,31%,73%)
(0.00/0.09/0.31/0.73)	

CMYK percentages

%0
%8.57
%31.43
%72.55

Codes

Color #464030 in popluar color models

464030
RGB706448
HSL44°18.64%23.14%
HSB/HSV44°31.43%27.45%
CMYK0.00%8.57%31.43%
72.55%

Color #464030 in popluar number systems.

HEX464030
Decimal706448
Binary10001101000000110000
Octal10610060

Shades and tints

Shades of #464030

#464030
(70,64,48)
#403B2C
(64,59,44)
#3A3628
(58,54,40)
#343124
(52,49,36)
#2E2C20
(46,44,32)
#28271C
(40,39,28)
#222218
(34,34,24)
#1C1D14
(28,29,20)
#161810
(22,24,16)
#10130C
(16,19,12)
#0A0E08
(10,14,8)
#000000
(0,0,0)

Tints of #464030

#464030
(70,64,48)
#565142
(86,81,66)
#666254
(102,98,84)
#767366
(118,115,102)
#868478
(134,132,120)
#96958A
(150,149,138)
#A6A69C
(166,166,156)
#B6B7AE
(182,183,174)
#C6C8C0
(198,200,192)
#D6D9D2
(214,217,210)
#E6EAE4
(230,234,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464030; }

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

This text font color is #464030.


Background Color

.myBgColor { background-color: #464030; }

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

This div background color is #464030.


Border color

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

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

This div border color is #464030.


Opacity

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

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

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

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

This text has shadow with #464030 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #464030 on black background.


Color preview on white background

This text has color #464030 on white background.



Black color preview on #464030 background

This text has black color on #464030 background.


White color preview on #464030 background

This text has white color on #464030 background.