COLOR #425823

HEX: #425823
RGB: (66,88,35)

Color info

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

RGB color model

#425823 color RGB value is (66,88,35).

  • red value is 66;
  • green value is 88;
  • blue value is 35.
RGB:
(66,88,35)
(26%,35%,14%)

RGB channels and saturation

R 66 of 255 = 26%
G 88 of 255 = 35%
B 35 of 255 = 14%

66
88
35

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

Portions of RGB colors in percentages

R + G + B =
66 + 88 + 35 = 189 (100%)
R 66 of 189 ~ 34.92%
G 88 of 189 ~ 46.56%
B 35 of 189 ~ 18.52%

%34.92
%46.56
%18.52

CMYK color model

#425823 color CMYK value is (25,0,60,65).

  • cyan value is 25.00%
  • magenta value is 0.00%
  • yellow value is 60.23%
  • key color value is 65.49%
CMYK:
(25,0,60,65)
C25M0Y60K65 
(25%,0%,60%,65%)
(0.25/0.00/0.60/0.65)	

CMYK percentages

%25
%0
%60.23
%65.49

Codes

Color #425823 in popluar color models

425823
RGB668835
HSL85°43.09%24.12%
HSB/HSV85°60.23%34.51%
CMYK25.00%0.00%60.23%
65.49%

Color #425823 in popluar number systems.

HEX425823
Decimal668835
Binary10000101011000100011
Octal10213043

Shades and tints

Shades of #425823

#425823
(66,88,35)
#3C5020
(60,80,32)
#36481D
(54,72,29)
#30401A
(48,64,26)
#2A3817
(42,56,23)
#243014
(36,48,20)
#1E2811
(30,40,17)
#18200E
(24,32,14)
#12180B
(18,24,11)
#0C1008
(12,16,8)
#060805
(6,8,5)
#000000
(0,0,0)

Tints of #425823

#425823
(66,88,35)
#536737
(83,103,55)
#64764B
(100,118,75)
#75855F
(117,133,95)
#869473
(134,148,115)
#97A387
(151,163,135)
#A8B29B
(168,178,155)
#B9C1AF
(185,193,175)
#CAD0C3
(202,208,195)
#DBDFD7
(219,223,215)
#ECEEEB
(236,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425823 color. Also use rgb(66,88,35) instead hex code.

Text Font Color

.myTextColor { color: #425823; }

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

This text font color is #425823.


Background Color

.myBgColor { background-color: #425823; }

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

This div background color is #425823.


Border color

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

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

This div border color is #425823.


Opacity

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

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

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

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

This text has shadow with #425823 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425823 on black background.


Color preview on white background

This text has color #425823 on white background.



Black color preview on #425823 background

This text has black color on #425823 background.


White color preview on #425823 background

This text has white color on #425823 background.