COLOR #425B22

HEX: #425B22
RGB: (66,91,34)

Color info

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

RGB color model

#425B22 color RGB value is (66,91,34).

  • red value is 66;
  • green value is 91;
  • blue value is 34.
RGB:
(66,91,34)
(26%,36%,13%)

RGB channels and saturation

R 66 of 255 = 26%
G 91 of 255 = 36%
B 34 of 255 = 13%

66
91
34

R + G + B ~ 25%. #425B22 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 91 + 34 = 191 (100%)
R 66 of 191 ~ 34.55%
G 91 of 191 ~ 47.64%
B 34 of 191 ~ 17.8%

%34.55
%47.64
%17.8

CMYK color model

#425B22 color CMYK value is (27,0,63,64).

  • cyan value is 27.47%
  • magenta value is 0.00%
  • yellow value is 62.64%
  • key color value is 64.31%
CMYK:
(27,0,63,64)
C27M0Y63K64 
(27%,0%,63%,64%)
(0.27/0.00/0.63/0.64)	

CMYK percentages

%27.47
%0
%62.64
%64.31

Codes

Color #425B22 in popluar color models

425B22
RGB669134
HSL86°45.60%24.51%
HSB/HSV86°62.64%35.69%
CMYK27.47%0.00%62.64%
64.31%

Color #425B22 in popluar number systems.

HEX425B22
Decimal669134
Binary10000101011011100010
Octal10213342

Shades and tints

Shades of #425B22

#425B22
(66,91,34)
#3C531F
(60,83,31)
#364B1C
(54,75,28)
#304319
(48,67,25)
#2A3B16
(42,59,22)
#243313
(36,51,19)
#1E2B10
(30,43,16)
#18230D
(24,35,13)
#121B0A
(18,27,10)
#0C1307
(12,19,7)
#060B04
(6,11,4)
#000000
(0,0,0)

Tints of #425B22

#425B22
(66,91,34)
#536936
(83,105,54)
#64774A
(100,119,74)
#75855E
(117,133,94)
#869372
(134,147,114)
#97A186
(151,161,134)
#A8AF9A
(168,175,154)
#B9BDAE
(185,189,174)
#CACBC2
(202,203,194)
#DBD9D6
(219,217,214)
#ECE7EA
(236,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425B22 color. Also use rgb(66,91,34) instead hex code.

Text Font Color

.myTextColor { color: #425B22; }

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

This text font color is #425B22.


Background Color

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

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

This div background color is #425B22.


Border color

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

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

This div border color is #425B22.


Opacity

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

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

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

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

This text has shadow with #425B22 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425B22 on black background.


Color preview on white background

This text has color #425B22 on white background.



Black color preview on #425B22 background

This text has black color on #425B22 background.


White color preview on #425B22 background

This text has white color on #425B22 background.