COLOR #425828

HEX: #425828
RGB: (66,88,40)

Color info

#425828 contains red, green and blue colors in about the same proportion. Web safe color of #425828 is #336633 (or #363).

RGB color model

#425828 color RGB value is (66,88,40).

  • red value is 66;
  • green value is 88;
  • blue value is 40.
RGB:
(66,88,40)
(26%,35%,16%)

RGB channels and saturation

R 66 of 255 = 26%
G 88 of 255 = 35%
B 40 of 255 = 16%

66
88
40

R + G + B ~ 26%. #425828 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 88 + 40 = 194 (100%)
R 66 of 194 ~ 34.02%
G 88 of 194 ~ 45.36%
B 40 of 194 ~ 20.62%

%34.02
%45.36
%20.62

CMYK color model

#425828 color CMYK value is (25,0,55,65).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 54.55%
  • key color value is 65.49%
CMYK:
(25,0,55,65)
C25M0Y55K65 
(25%,0%,55%,65%)
(0.25/0.00/0.55/0.65)	

CMYK percentages

%25
%0
%54.55
%65.49

Codes

Color #425828 in popluar color models

425828
RGB668840
HSL88°37.50%25.10%
HSB/HSV88°54.55%34.51%
CMYK25.00%0.00%54.55%
65.49%

Color #425828 in popluar number systems.

HEX425828
Decimal668840
Binary10000101011000101000
Octal10213050

Shades and tints

Shades of #425828

#425828
(66,88,40)
#3C5025
(60,80,37)
#364822
(54,72,34)
#30401F
(48,64,31)
#2A381C
(42,56,28)
#243019
(36,48,25)
#1E2816
(30,40,22)
#182013
(24,32,19)
#121810
(18,24,16)
#0C100D
(12,16,13)
#06080A
(6,8,10)
#000000
(0,0,0)

Tints of #425828

#425828
(66,88,40)
#53673B
(83,103,59)
#64764E
(100,118,78)
#758561
(117,133,97)
#869474
(134,148,116)
#97A387
(151,163,135)
#A8B29A
(168,178,154)
#B9C1AD
(185,193,173)
#CAD0C0
(202,208,192)
#DBDFD3
(219,223,211)
#ECEEE6
(236,238,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425828 color. Also use rgb(66,88,40) instead hex code.

Text Font Color

.myTextColor { color: #425828; }

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

This text font color is #425828.


Background Color

.myBgColor { background-color: #425828; }

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

This div background color is #425828.


Border color

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

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

This div border color is #425828.


Opacity

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

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

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

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

This text has shadow with #425828 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425828 on black background.


Color preview on white background

This text has color #425828 on white background.



Black color preview on #425828 background

This text has black color on #425828 background.


White color preview on #425828 background

This text has white color on #425828 background.