COLOR #425918

HEX: #425918
RGB: (66,89,24)

Color info

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

RGB color model

#425918 color RGB value is (66,89,24).

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

RGB channels and saturation

R 66 of 255 = 26%
G 89 of 255 = 35%
B 24 of 255 = 9%

66
89
24

R + G + B ~ 23%. #425918 is dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 89 + 24 = 179 (100%)
R 66 of 179 ~ 36.87%
G 89 of 179 ~ 49.72%
B 24 of 179 ~ 13.41%

%36.87
%49.72
%13.41

CMYK color model

#425918 color CMYK value is (26,0,73,65).

  • cyan value is 25.84%
  • magenta value is 0.00%
  • yellow value is 73.03%
  • key color value is 65.10%
CMYK:
(26,0,73,65)
C26M0Y73K65 
(26%,0%,73%,65%)
(0.26/0.00/0.73/0.65)	

CMYK percentages

%25.84
%0
%73.03
%65.1

Codes

Color #425918 in popluar color models

425918
RGB668924
HSL81°57.52%22.16%
HSB/HSV81°73.03%34.90%
CMYK25.84%0.00%73.03%
65.10%

Color #425918 in popluar number systems.

HEX425918
Decimal668924
Binary1000010101100111000
Octal10213130

Shades and tints

Shades of #425918

#425918
(66,89,24)
#3C5116
(60,81,22)
#364914
(54,73,20)
#304112
(48,65,18)
#2A3910
(42,57,16)
#24310E
(36,49,14)
#1E290C
(30,41,12)
#18210A
(24,33,10)
#121908
(18,25,8)
#0C1106
(12,17,6)
#060904
(6,9,4)
#000000
(0,0,0)

Tints of #425918

#425918
(66,89,24)
#53682D
(83,104,45)
#647742
(100,119,66)
#758657
(117,134,87)
#86956C
(134,149,108)
#97A481
(151,164,129)
#A8B396
(168,179,150)
#B9C2AB
(185,194,171)
#CAD1C0
(202,209,192)
#DBE0D5
(219,224,213)
#ECEFEA
(236,239,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425918; }

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

This text font color is #425918.


Background Color

.myBgColor { background-color: #425918; }

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

This div background color is #425918.


Border color

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

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

This div border color is #425918.


Opacity

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

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

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

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

This text has shadow with #425918 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425918 on black background.


Color preview on white background

This text has color #425918 on white background.



Black color preview on #425918 background

This text has black color on #425918 background.


White color preview on #425918 background

This text has white color on #425918 background.