COLOR #425315

HEX: #425315
RGB: (66,83,21)

Color info

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

RGB color model

#425315 color RGB value is (66,83,21).

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

RGB channels and saturation

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

66
83
21

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

Portions of RGB colors in percentages

R + G + B =
66 + 83 + 21 = 170 (100%)
R 66 of 170 ~ 38.82%
G 83 of 170 ~ 48.82%
B 21 of 170 ~ 12.35%

%38.82
%48.82
%12.35

CMYK color model

#425315 color CMYK value is (20,0,75,67).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 74.70%
  • key color value is 67.45%
CMYK:
(20,0,75,67)
C20M0Y75K67 
(20%,0%,75%,67%)
(0.20/0.00/0.75/0.67)	

CMYK percentages

%20.48
%0
%74.7
%67.45

Codes

Color #425315 in popluar color models

425315
RGB668321
HSL76°59.62%20.39%
HSB/HSV76°74.70%32.55%
CMYK20.48%0.00%74.70%
67.45%

Color #425315 in popluar number systems.

HEX425315
Decimal668321
Binary1000010101001110101
Octal10212325

Shades and tints

Shades of #425315

#425315
(66,83,21)
#3C4C14
(60,76,20)
#364513
(54,69,19)
#303E12
(48,62,18)
#2A3711
(42,55,17)
#243010
(36,48,16)
#1E290F
(30,41,15)
#18220E
(24,34,14)
#121B0D
(18,27,13)
#0C140C
(12,20,12)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #425315

#425315
(66,83,21)
#53622A
(83,98,42)
#64713F
(100,113,63)
#758054
(117,128,84)
#868F69
(134,143,105)
#979E7E
(151,158,126)
#A8AD93
(168,173,147)
#B9BCA8
(185,188,168)
#CACBBD
(202,203,189)
#DBDAD2
(219,218,210)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425315; }

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

This text font color is #425315.


Background Color

.myBgColor { background-color: #425315; }

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

This div background color is #425315.


Border color

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

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

This div border color is #425315.


Opacity

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

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

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

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

This text has shadow with #425315 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425315 on black background.


Color preview on white background

This text has color #425315 on white background.



Black color preview on #425315 background

This text has black color on #425315 background.


White color preview on #425315 background

This text has white color on #425315 background.