COLOR #425033

HEX: #425033
RGB: (66,80,51)

Color info

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

RGB color model

#425033 color RGB value is (66,80,51).

  • red value is 66;
  • green value is 80;
  • blue value is 51.
RGB:
(66,80,51)
(26%,31%,20%)

RGB channels and saturation

R 66 of 255 = 26%
G 80 of 255 = 31%
B 51 of 255 = 20%

66
80
51

R + G + B ~ 26%. #425033 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
66 + 80 + 51 = 197 (100%)
R 66 of 197 ~ 33.5%
G 80 of 197 ~ 40.61%
B 51 of 197 ~ 25.89%

%33.5
%40.61
%25.89

CMYK color model

#425033 color CMYK value is (18,0,36,69).

  • cyan value is 17.50%
  • magenta value is 0.00%
  • yellow value is 36.25%
  • key color value is 68.63%
CMYK:
(18,0,36,69)
C18M0Y36K69 
(18%,0%,36%,69%)
(0.18/0.00/0.36/0.69)	

CMYK percentages

%17.5
%0
%36.25
%68.63

Codes

Color #425033 in popluar color models

425033
RGB668051
HSL89°22.14%25.69%
HSB/HSV89°36.25%31.37%
CMYK17.50%0.00%36.25%
68.63%

Color #425033 in popluar number systems.

HEX425033
Decimal668051
Binary10000101010000110011
Octal10212063

Shades and tints

Shades of #425033

#425033
(66,80,51)
#3C492F
(60,73,47)
#36422B
(54,66,43)
#303B27
(48,59,39)
#2A3423
(42,52,35)
#242D1F
(36,45,31)
#1E261B
(30,38,27)
#181F17
(24,31,23)
#121813
(18,24,19)
#0C110F
(12,17,15)
#060A0B
(6,10,11)
#000000
(0,0,0)

Tints of #425033

#425033
(66,80,51)
#535F45
(83,95,69)
#646E57
(100,110,87)
#757D69
(117,125,105)
#868C7B
(134,140,123)
#979B8D
(151,155,141)
#A8AA9F
(168,170,159)
#B9B9B1
(185,185,177)
#CAC8C3
(202,200,195)
#DBD7D5
(219,215,213)
#ECE6E7
(236,230,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #425033 color. Also use rgb(66,80,51) instead hex code.

Text Font Color

.myTextColor { color: #425033; }

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

This text font color is #425033.


Background Color

.myBgColor { background-color: #425033; }

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

This div background color is #425033.


Border color

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

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

This div border color is #425033.


Opacity

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

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

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

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

This text has shadow with #425033 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425033 on black background.


Color preview on white background

This text has color #425033 on white background.



Black color preview on #425033 background

This text has black color on #425033 background.


White color preview on #425033 background

This text has white color on #425033 background.