COLOR #463025

HEX: #463025
RGB: (70,48,37)

Color info

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

RGB color model

#463025 color RGB value is (70,48,37).

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

RGB channels and saturation

R 70 of 255 = 27%
G 48 of 255 = 19%
B 37 of 255 = 15%

70
48
37

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

Portions of RGB colors in percentages

R + G + B =
70 + 48 + 37 = 155 (100%)
R 70 of 155 ~ 45.16%
G 48 of 155 ~ 30.97%
B 37 of 155 ~ 23.87%

%45.16
%30.97
%23.87

CMYK color model

#463025 color CMYK value is (0,31,47,73).

  • cyan value is 0.00%
  • magenta value is 31.43%
  • yellow value is 47.14%
  • key color value is 72.55%
CMYK:
(0,31,47,73)
C0M31Y47K73 
(0%,31%,47%,73%)
(0.00/0.31/0.47/0.73)	

CMYK percentages

%0
%31.43
%47.14
%72.55

Codes

Color #463025 in popluar color models

463025
RGB704837
HSL20°30.84%20.98%
HSB/HSV20°47.14%27.45%
CMYK0.00%31.43%47.14%
72.55%

Color #463025 in popluar number systems.

HEX463025
Decimal704837
Binary1000110110000100101
Octal1066045

Shades and tints

Shades of #463025

#463025
(70,48,37)
#402C22
(64,44,34)
#3A281F
(58,40,31)
#34241C
(52,36,28)
#2E2019
(46,32,25)
#281C16
(40,28,22)
#221813
(34,24,19)
#1C1410
(28,20,16)
#16100D
(22,16,13)
#100C0A
(16,12,10)
#0A0807
(10,8,7)
#000000
(0,0,0)

Tints of #463025

#463025
(70,48,37)
#564238
(86,66,56)
#66544B
(102,84,75)
#76665E
(118,102,94)
#867871
(134,120,113)
#968A84
(150,138,132)
#A69C97
(166,156,151)
#B6AEAA
(182,174,170)
#C6C0BD
(198,192,189)
#D6D2D0
(214,210,208)
#E6E4E3
(230,228,227)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #463025; }

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

This text font color is #463025.


Background Color

.myBgColor { background-color: #463025; }

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

This div background color is #463025.


Border color

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

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

This div border color is #463025.


Opacity

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

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

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

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

This text has shadow with #463025 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #463025 on black background.


Color preview on white background

This text has color #463025 on white background.



Black color preview on #463025 background

This text has black color on #463025 background.


White color preview on #463025 background

This text has white color on #463025 background.