COLOR #463002

HEX: #463002 RGB: (70,48,2)

Color info

#463002 contains mainly red and green colors. Web safe color of #463002 is #333300 (or #330).

RGB color model

#463002 color RGB value is (70,48,2).

RGB: (70,48,2) (27%, 19%, 1%)

RGB channels and saturation

R 70 of 255 = 27%
G 48 of 255 = 19%
B 2 of 255 = 1%

70
48
2

R + G + B ~ 16%. #463002 is dark color.

Portions of RGB colors in percentages

R + G + B = 70 + 48 + 2 = 120 (100%)
R 70 of 120 ~ 58.33%
G 48 of 120 ~ 40%
B 2 of 120 ~ 1.67'%

%58.33
%40

CMYK color model

#463002 color CMYK value is (0,31,97,73).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 97.14%
  • key color value is 72.55%

CMYK: (0,31,97,73)
C0M31Y97K73 (0%, 31%, 97%, 73%)
(0.00 / 0.31 / 0.97 / 0.73)

CMYK percentages

%0
%31.43
%97.14
%72.55

Codes

Color #463002 in popluar color models

46 30 02
RGB 70 48 2
HSL 41° 94.44% 14.12%
HSB/HSV 41° 97.14% 27.45%
CMYK 0.00% 31.43% 97.14%
72.55%

Color #463002 in popluar number systems.

HEX 46 30 02
Decimal 70 48 2
Binary 1000110 110000 10
Octal 106 60 2

Shades and tints

Shades of #463002

#463002
(70,48,2)
#402C02
(64,44,2)
#3A2802
(58,40,2)
#342402
(52,36,2)
#2E2002
(46,32,2)
#281C02
(40,28,2)
#221802
(34,24,2)
#1C1402
(28,20,2)
#161002
(22,16,2)
#100C02
(16,12,2)
#0A0802
(10,8,2)
#000000
(0,0,0)

Tints of #463002

#463002
(70,48,2)
#564219
(86,66,25)
#665430
(102,84,48)
#766647
(118,102,71)
#86785E
(134,120,94)
#968A75
(150,138,117)
#A69C8C
(166,156,140)
#B6AEA3
(182,174,163)
#C6C0BA
(198,192,186)
#D6D2D1
(214,210,209)
#E6E4E8
(230,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463002; }

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

This text font color is #463002.

Background Color

.myBgColor { background-color: #463002; }

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

This div background color is #463002.

Border color

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

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

This div border color is #463002.

Opacity

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

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

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

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

This text has shadow with #463002 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #463002.

Preview

Color preview on black background

This text has color #463002 on black background.


Color preview on white background

This text has color #463002 on white background.


Black color preview on #463002 background

This text has black color on #463002 background.


White color preview on #463002 background

This text has white color on #463002 background.


Related colors

Complementary color

Complementary color for #hex is #B9CFFD.


I love getcolorcode.com

Triadic colors

1 #024630 and #300246 with #463002 are triadic colors.

2 #023046 and #304602 with #463002 are triadic colors.