COLOR #425117

HEX: #425117
RGB: (66,81,23)

Color info

#425117 contains red, green and blue colors in about the same proportion. Web safe color of #425117 is #336600 (or #360).

RGB color model

#425117 color RGB value is (66,81,23).

  • red value is 66;
  • green value is 81;
  • blue value is 23.
RGB:
(66,81,23)
(26%,32%,9%)

RGB channels and saturation

R 66 of 255 = 26%
G 81 of 255 = 32%
B 23 of 255 = 9%

66
81
23

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

Portions of RGB colors in percentages

R + G + B =
66 + 81 + 23 = 170 (100%)
R 66 of 170 ~ 38.82%
G 81 of 170 ~ 47.65%
B 23 of 170 ~ 13.53%

%38.82
%47.65
%13.53

CMYK color model

#425117 color CMYK value is (19,0,72,68).

  • cyan value is 18.52%
  • magenta value is 0.00%
  • yellow value is 71.60%
  • key color value is 68.24%
CMYK:
(19,0,72,68)
C19M0Y72K68 
(19%,0%,72%,68%)
(0.19/0.00/0.72/0.68)	

CMYK percentages

%18.52
%0
%71.6
%68.24

Codes

Color #425117 in popluar color models

425117
RGB668123
HSL76°55.77%20.39%
HSB/HSV76°71.60%31.76%
CMYK18.52%0.00%71.60%
68.24%

Color #425117 in popluar number systems.

HEX425117
Decimal668123
Binary1000010101000110111
Octal10212127

Shades and tints

Shades of #425117

#425117
(66,81,23)
#3C4A15
(60,74,21)
#364313
(54,67,19)
#303C11
(48,60,17)
#2A350F
(42,53,15)
#242E0D
(36,46,13)
#1E270B
(30,39,11)
#182009
(24,32,9)
#121907
(18,25,7)
#0C1205
(12,18,5)
#060B03
(6,11,3)
#000000
(0,0,0)

Tints of #425117

#425117
(66,81,23)
#53602C
(83,96,44)
#646F41
(100,111,65)
#757E56
(117,126,86)
#868D6B
(134,141,107)
#979C80
(151,156,128)
#A8AB95
(168,171,149)
#B9BAAA
(185,186,170)
#CAC9BF
(202,201,191)
#DBD8D4
(219,216,212)
#ECE7E9
(236,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425117 color. Also use rgb(66,81,23) instead hex code.

Text Font Color

.myTextColor { color: #425117; }

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

This text font color is #425117.


Background Color

.myBgColor { background-color: #425117; }

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

This div background color is #425117.


Border color

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

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

This div border color is #425117.


Opacity

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

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

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

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

This text has shadow with #425117 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425117 on black background.


Color preview on white background

This text has color #425117 on white background.



Black color preview on #425117 background

This text has black color on #425117 background.


White color preview on #425117 background

This text has white color on #425117 background.