COLOR #425838

HEX: #425838
RGB: (66,88,56)

Color info

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

RGB color model

#425838 color RGB value is (66,88,56).

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

RGB channels and saturation

R 66 of 255 = 26%
G 88 of 255 = 35%
B 56 of 255 = 22%

66
88
56

R + G + B ~ 28%. #425838 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 88 + 56 = 210 (100%)
R 66 of 210 ~ 31.43%
G 88 of 210 ~ 41.9%
B 56 of 210 ~ 26.67%

%31.43
%41.9
%26.67

CMYK color model

#425838 color CMYK value is (25,0,36,65).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 36.36%
  • key color value is 65.49%
CMYK:
(25,0,36,65)
C25M0Y36K65 
(25%,0%,36%,65%)
(0.25/0.00/0.36/0.65)	

CMYK percentages

%25
%0
%36.36
%65.49

Codes

Color #425838 in popluar color models

425838
RGB668856
HSL101°22.22%28.24%
HSB/HSV101°36.36%34.51%
CMYK25.00%0.00%36.36%
65.49%

Color #425838 in popluar number systems.

HEX425838
Decimal668856
Binary10000101011000111000
Octal10213070

Shades and tints

Shades of #425838

#425838
(66,88,56)
#3C5033
(60,80,51)
#36482E
(54,72,46)
#304029
(48,64,41)
#2A3824
(42,56,36)
#24301F
(36,48,31)
#1E281A
(30,40,26)
#182015
(24,32,21)
#121810
(18,24,16)
#0C100B
(12,16,11)
#060806
(6,8,6)
#000000
(0,0,0)

Tints of #425838

#425838
(66,88,56)
#53674A
(83,103,74)
#64765C
(100,118,92)
#75856E
(117,133,110)
#869480
(134,148,128)
#97A392
(151,163,146)
#A8B2A4
(168,178,164)
#B9C1B6
(185,193,182)
#CAD0C8
(202,208,200)
#DBDFDA
(219,223,218)
#ECEEEC
(236,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425838; }

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

This text font color is #425838.


Background Color

.myBgColor { background-color: #425838; }

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

This div background color is #425838.


Border color

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

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

This div border color is #425838.


Opacity

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

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

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

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

This text has shadow with #425838 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425838 on black background.


Color preview on white background

This text has color #425838 on white background.



Black color preview on #425838 background

This text has black color on #425838 background.


White color preview on #425838 background

This text has white color on #425838 background.