COLOR #425845

HEX: #425845 RGB: (66,88,69)

Color info

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

RGB color model

#425845 color RGB value is (66,88,69).

RGB: (66,88,69) (26%, 35%, 27%)

RGB channels and saturation

R 66 of 255 = 26%
G 88 of 255 = 35%
B 69 of 255 = 27%

66
88
69

R + G + B ~ 29%. #425845 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 88 + 69 = 223 (100%)
R 66 of 223 ~ 29.6%
G 88 of 223 ~ 39.46%
B 69 of 223 ~ 30.94'%

%29.6
%39.46
%30.94

CMYK color model

#425845 color CMYK value is (25,0,22,65).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 21.59%
  • key color value is 65.49%

CMYK: (25,0,22,65)
C25M0Y22K65 (25%, 0%, 22%, 65%)
(0.25 / 0.00 / 0.22 / 0.65)

CMYK percentages

%25
%0
%21.59
%65.49

Codes

Color #425845 in popluar color models

42 58 45
RGB 66 88 69
HSL 128° 14.29% 30.20%
HSB/HSV 128° 25.00% 34.51%
CMYK 25.00% 0.00% 21.59%
65.49%

Color #425845 in popluar number systems.

HEX 42 58 45
Decimal 66 88 69
Binary 1000010 1011000 1000101
Octal 102 130 105

Shades and tints

Shades of #425845

#425845
(66,88,69)
#3C503F
(60,80,63)
#364839
(54,72,57)
#304033
(48,64,51)
#2A382D
(42,56,45)
#243027
(36,48,39)
#1E2821
(30,40,33)
#18201B
(24,32,27)
#121815
(18,24,21)
#0C100F
(12,16,15)
#060809
(6,8,9)
#000000
(0,0,0)

Tints of #425845

#425845
(66,88,69)
#536755
(83,103,85)
#647665
(100,118,101)
#758575
(117,133,117)
#869485
(134,148,133)
#97A395
(151,163,149)
#A8B2A5
(168,178,165)
#B9C1B5
(185,193,181)
#CAD0C5
(202,208,197)
#DBDFD5
(219,223,213)
#ECEEE5
(236,238,229)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425845; }

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

This text font color is #425845.

Background Color

.myBgColor { background-color: #425845; }

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

This div background color is #425845.

Border color

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

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

This div border color is #425845.

Opacity

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

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

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

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

This text has shadow with #425845 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425845.

Preview

Color preview on black background

This text has color #425845 on black background.


Color preview on white background

This text has color #425845 on white background.


Black color preview on #425845 background

This text has black color on #425845 background.


White color preview on #425845 background

This text has white color on #425845 background.


Related colors

Complementary color

Complementary color for #hex is #BDA7BA.


I love getcolorcode.com

Triadic colors

1 #454258 and #584542 with #425845 are triadic colors.

2 #455842 and #584245 with #425845 are triadic colors.