COLOR #425943

HEX: #425943
RGB: (66,89,67)

Color info

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

RGB color model

#425943 color RGB value is (66,89,67).

  • red value is 66;
  • green value is 89;
  • blue value is 67.
RGB:
(66,89,67)
(26%,35%,26%)

RGB channels and saturation

R 66 of 255 = 26%
G 89 of 255 = 35%
B 67 of 255 = 26%

66
89
67

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

Portions of RGB colors in percentages

R + G + B =
66 + 89 + 67 = 222 (100%)
R 66 of 222 ~ 29.73%
G 89 of 222 ~ 40.09%
B 67 of 222 ~ 30.18%

%29.73
%40.09
%30.18

CMYK color model

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

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 24.72%
  • key color value is 65.10%
CMYK:
(26,0,25,65)
C26M0Y25K65 
(26%,0%,25%,65%)
(0.26/0.00/0.25/0.65)	

CMYK percentages

%25.84
%0
%24.72
%65.1

Codes

Color #425943 in popluar color models

425943
RGB668967
HSL123°14.84%30.39%
HSB/HSV123°25.84%34.90%
CMYK25.84%0.00%24.72%
65.10%

Color #425943 in popluar number systems.

HEX425943
Decimal668967
Binary100001010110011000011
Octal102131103

Shades and tints

Shades of #425943

#425943
(66,89,67)
#3C513D
(60,81,61)
#364937
(54,73,55)
#304131
(48,65,49)
#2A392B
(42,57,43)
#243125
(36,49,37)
#1E291F
(30,41,31)
#182119
(24,33,25)
#121913
(18,25,19)
#0C110D
(12,17,13)
#060907
(6,9,7)
#000000
(0,0,0)

Tints of #425943

#425943
(66,89,67)
#536854
(83,104,84)
#647765
(100,119,101)
#758676
(117,134,118)
#869587
(134,149,135)
#97A498
(151,164,152)
#A8B3A9
(168,179,169)
#B9C2BA
(185,194,186)
#CAD1CB
(202,209,203)
#DBE0DC
(219,224,220)
#ECEFED
(236,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425943 color. Also use rgb(66,89,67) instead hex code.

Text Font Color

.myTextColor { color: #425943; }

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

This text font color is #425943.


Background Color

.myBgColor { background-color: #425943; }

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

This div background color is #425943.


Border color

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

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

This div border color is #425943.


Opacity

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

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

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

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

This text has shadow with #425943 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425943 on black background.


Color preview on white background

This text has color #425943 on white background.



Black color preview on #425943 background

This text has black color on #425943 background.


White color preview on #425943 background

This text has white color on #425943 background.