COLOR #425F3A

HEX: #425F3A
RGB: (66,95,58)

Color info

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

RGB color model

#425F3A color RGB value is (66,95,58).

  • red value is 66;
  • green value is 95;
  • blue value is 58.
RGB:
(66,95,58)
(26%,37%,23%)

RGB channels and saturation

R 66 of 255 = 26%
G 95 of 255 = 37%
B 58 of 255 = 23%

66
95
58

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

Portions of RGB colors in percentages

R + G + B =
66 + 95 + 58 = 219 (100%)
R 66 of 219 ~ 30.14%
G 95 of 219 ~ 43.38%
B 58 of 219 ~ 26.48%

%30.14
%43.38
%26.48

CMYK color model

#425F3A color CMYK value is (31,0,39,63).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 38.95%
  • key color value is 62.75%
CMYK:
(31,0,39,63)
C31M0Y39K63 
(31%,0%,39%,63%)
(0.31/0.00/0.39/0.63)	

CMYK percentages

%30.53
%0
%38.95
%62.75

Codes

Color #425F3A in popluar color models

425F3A
RGB669558
HSL107°24.18%30.00%
HSB/HSV107°38.95%37.25%
CMYK30.53%0.00%38.95%
62.75%

Color #425F3A in popluar number systems.

HEX425F3A
Decimal669558
Binary10000101011111111010
Octal10213772

Shades and tints

Shades of #425F3A

#425F3A
(66,95,58)
#3C5735
(60,87,53)
#364F30
(54,79,48)
#30472B
(48,71,43)
#2A3F26
(42,63,38)
#243721
(36,55,33)
#1E2F1C
(30,47,28)
#182717
(24,39,23)
#121F12
(18,31,18)
#0C170D
(12,23,13)
#060F08
(6,15,8)
#000000
(0,0,0)

Tints of #425F3A

#425F3A
(66,95,58)
#536D4B
(83,109,75)
#647B5C
(100,123,92)
#75896D
(117,137,109)
#86977E
(134,151,126)
#97A58F
(151,165,143)
#A8B3A0
(168,179,160)
#B9C1B1
(185,193,177)
#CACFC2
(202,207,194)
#DBDDD3
(219,221,211)
#ECEBE4
(236,235,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425F3A color. Also use rgb(66,95,58) instead hex code.

Text Font Color

.myTextColor { color: #425F3A; }

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

This text font color is #425F3A.


Background Color

.myBgColor { background-color: #425F3A; }

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

This div background color is #425F3A.


Border color

.myBorderColor { border: 1px solid #425F3A; }

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

This div border color is #425F3A.


Opacity

.myOpacity80 { color: #425F3A; opacity: 0.8; }

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

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

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

This text has shadow with #425F3A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425F3A on black background.


Color preview on white background

This text has color #425F3A on white background.



Black color preview on #425F3A background

This text has black color on #425F3A background.


White color preview on #425F3A background

This text has white color on #425F3A background.