COLOR #425314

HEX: #425314
RGB: (66,83,20)

Color info

#425314 contains mainly red and green colors. Web safe color of #425314 is #336600 (or #360).

RGB color model

#425314 color RGB value is (66,83,20).

  • red value is 66;
  • green value is 83;
  • blue value is 20.
RGB:
(66,83,20)
(26%,33%,8%)

RGB channels and saturation

R 66 of 255 = 26%
G 83 of 255 = 33%
B 20 of 255 = 8%

66
83
20

R + G + B ~ 22%. #425314 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 83 + 20 = 169 (100%)
R 66 of 169 ~ 39.05%
G 83 of 169 ~ 49.11%
B 20 of 169 ~ 11.83%

%39.05
%49.11
%11.83

CMYK color model

#425314 color CMYK value is (20,0,76,67).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 75.90%
  • key color value is 67.45%
CMYK:
(20,0,76,67)
C20M0Y76K67 
(20%,0%,76%,67%)
(0.20/0.00/0.76/0.67)	

CMYK percentages

%20.48
%0
%75.9
%67.45

Codes

Color #425314 in popluar color models

425314
RGB668320
HSL76°61.17%20.20%
HSB/HSV76°75.90%32.55%
CMYK20.48%0.00%75.90%
67.45%

Color #425314 in popluar number systems.

HEX425314
Decimal668320
Binary1000010101001110100
Octal10212324

Shades and tints

Shades of #425314

#425314
(66,83,20)
#3C4C13
(60,76,19)
#364512
(54,69,18)
#303E11
(48,62,17)
#2A3710
(42,55,16)
#24300F
(36,48,15)
#1E290E
(30,41,14)
#18220D
(24,34,13)
#121B0C
(18,27,12)
#0C140B
(12,20,11)
#060D0A
(6,13,10)
#000000
(0,0,0)

Tints of #425314

#425314
(66,83,20)
#536229
(83,98,41)
#64713E
(100,113,62)
#758053
(117,128,83)
#868F68
(134,143,104)
#979E7D
(151,158,125)
#A8AD92
(168,173,146)
#B9BCA7
(185,188,167)
#CACBBC
(202,203,188)
#DBDAD1
(219,218,209)
#ECE9E6
(236,233,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425314 color. Also use rgb(66,83,20) instead hex code.

Text Font Color

.myTextColor { color: #425314; }

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

This text font color is #425314.


Background Color

.myBgColor { background-color: #425314; }

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

This div background color is #425314.


Border color

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

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

This div border color is #425314.


Opacity

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

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

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

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

This text has shadow with #425314 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425314 on black background.


Color preview on white background

This text has color #425314 on white background.



Black color preview on #425314 background

This text has black color on #425314 background.


White color preview on #425314 background

This text has white color on #425314 background.