COLOR #425841

HEX: #425841
RGB: (66,88,65)

Color info

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

RGB color model

#425841 color RGB value is (66,88,65).

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

RGB channels and saturation

R 66 of 255 = 26%
G 88 of 255 = 35%
B 65 of 255 = 25%

66
88
65

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

Portions of RGB colors in percentages

R + G + B =
66 + 88 + 65 = 219 (100%)
R 66 of 219 ~ 30.14%
G 88 of 219 ~ 40.18%
B 65 of 219 ~ 29.68%

%30.14
%40.18
%29.68

CMYK color model

#425841 color CMYK value is (25,0,26,65).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 26.14%
  • key color value is 65.49%
CMYK:
(25,0,26,65)
C25M0Y26K65 
(25%,0%,26%,65%)
(0.25/0.00/0.26/0.65)	

CMYK percentages

%25
%0
%26.14
%65.49

Codes

Color #425841 in popluar color models

425841
RGB668865
HSL117°15.03%30.00%
HSB/HSV117°26.14%34.51%
CMYK25.00%0.00%26.14%
65.49%

Color #425841 in popluar number systems.

HEX425841
Decimal668865
Binary100001010110001000001
Octal102130101

Shades and tints

Shades of #425841

#425841
(66,88,65)
#3C503C
(60,80,60)
#364837
(54,72,55)
#304032
(48,64,50)
#2A382D
(42,56,45)
#243028
(36,48,40)
#1E2823
(30,40,35)
#18201E
(24,32,30)
#121819
(18,24,25)
#0C1014
(12,16,20)
#06080F
(6,8,15)
#000000
(0,0,0)

Tints of #425841

#425841
(66,88,65)
#536752
(83,103,82)
#647663
(100,118,99)
#758574
(117,133,116)
#869485
(134,148,133)
#97A396
(151,163,150)
#A8B2A7
(168,178,167)
#B9C1B8
(185,193,184)
#CAD0C9
(202,208,201)
#DBDFDA
(219,223,218)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425841; }

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

This text font color is #425841.


Background Color

.myBgColor { background-color: #425841; }

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

This div background color is #425841.


Border color

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

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

This div border color is #425841.


Opacity

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

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

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

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

This text has shadow with #425841 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425841 on black background.


Color preview on white background

This text has color #425841 on white background.



Black color preview on #425841 background

This text has black color on #425841 background.


White color preview on #425841 background

This text has white color on #425841 background.