COLOR #464230

HEX: #464230 RGB: (70,66,48)

Color info

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

RGB color model

#464230 color RGB value is (70,66,48).

RGB: (70,66,48) (27%, 26%, 19%)

RGB channels and saturation

R 70 of 255 = 27%
G 66 of 255 = 26%
B 48 of 255 = 19%

70
66
48

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

Portions of RGB colors in percentages

R + G + B = 70 + 66 + 48 = 184 (100%)
R 70 of 184 ~ 38.04%
G 66 of 184 ~ 35.87%
B 48 of 184 ~ 26.09'%

%38.04
%35.87
%26.09

CMYK color model

#464230 color CMYK value is (0,6,31,73).

  • cyan value is 0.00%
  • magenta value is 5.71%
  • yellow value is 31.43%
  • key color value is 72.55%
CMYK: (0,6,31,73) C0M6Y31K73 (0%,6%,31%,73%) (0.00/0.06/0.31/0.73) 

CMYK percentages

%0
%5.71
%31.43
%72.55

Codes

Color #464230 in popluar color models

46 42 30
RGB 70 66 48
HSL 49° 18.64% 23.14%
HSB/HSV 49° 31.43% 27.45%
CMYK 0.00% 5.71% 31.43%
72.55%

Color #464230 in popluar number systems.

HEX 46 42 30
Decimal 70 66 48
Binary 1000110 1000010 110000
Octal 106 102 60

Shades and tints

Shades of #464230

#464230
(70,66,48)
#403C2C
(64,60,44)
#3A3628
(58,54,40)
#343024
(52,48,36)
#2E2A20
(46,42,32)
#28241C
(40,36,28)
#221E18
(34,30,24)
#1C1814
(28,24,20)
#161210
(22,18,16)
#100C0C
(16,12,12)
#0A0608
(10,6,8)
#000000
(0,0,0)

Tints of #464230

#464230
(70,66,48)
#565342
(86,83,66)
#666454
(102,100,84)
#767566
(118,117,102)
#868678
(134,134,120)
#96978A
(150,151,138)
#A6A89C
(166,168,156)
#B6B9AE
(182,185,174)
#C6CAC0
(198,202,192)
#D6DBD2
(214,219,210)
#E6ECE4
(230,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #464230; }

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

This text font color is #464230.

Background Color

.myBgColor { background-color: #464230; }

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

This div background color is #464230.

Border color

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

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

This div border color is #464230.

Opacity

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

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

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

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

This text has shadow with #464230 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #464230.

Preview

Color preview on black background

This text has color #464230 on black background.


Color preview on white background

This text has color #464230 on white background.


Black color preview on #464230 background

This text has black color on #464230 background.


White color preview on #464230 background

This text has white color on #464230 background.


Related colors

Complementary color

Complementary color for #hex is #B9BDCF.


I love getcolorcode.com

Triadic colors

1 #304642 and #423046 with #464230 are triadic colors.

2 #304246 and #424630 with #464230 are triadic colors.