COLOR #425330

HEX: #425330
RGB: (66,83,48)

Color info

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

RGB color model

#425330 color RGB value is (66,83,48).

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

RGB channels and saturation

R 66 of 255 = 26%
G 83 of 255 = 33%
B 48 of 255 = 19%

66
83
48

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

Portions of RGB colors in percentages

R + G + B =
66 + 83 + 48 = 197 (100%)
R 66 of 197 ~ 33.5%
G 83 of 197 ~ 42.13%
B 48 of 197 ~ 24.37%

%33.5
%42.13
%24.37

CMYK color model

#425330 color CMYK value is (20,0,42,67).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 42.17%
  • key color value is 67.45%
CMYK:
(20,0,42,67)
C20M0Y42K67 
(20%,0%,42%,67%)
(0.20/0.00/0.42/0.67)	

CMYK percentages

%20.48
%0
%42.17
%67.45

Codes

Color #425330 in popluar color models

425330
RGB668348
HSL89°26.72%25.69%
HSB/HSV89°42.17%32.55%
CMYK20.48%0.00%42.17%
67.45%

Color #425330 in popluar number systems.

HEX425330
Decimal668348
Binary10000101010011110000
Octal10212360

Shades and tints

Shades of #425330

#425330
(66,83,48)
#3C4C2C
(60,76,44)
#364528
(54,69,40)
#303E24
(48,62,36)
#2A3720
(42,55,32)
#24301C
(36,48,28)
#1E2918
(30,41,24)
#182214
(24,34,20)
#121B10
(18,27,16)
#0C140C
(12,20,12)
#060D08
(6,13,8)
#000000
(0,0,0)

Tints of #425330

#425330
(66,83,48)
#536242
(83,98,66)
#647154
(100,113,84)
#758066
(117,128,102)
#868F78
(134,143,120)
#979E8A
(151,158,138)
#A8AD9C
(168,173,156)
#B9BCAE
(185,188,174)
#CACBC0
(202,203,192)
#DBDAD2
(219,218,210)
#ECE9E4
(236,233,228)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425330; }

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

This text font color is #425330.


Background Color

.myBgColor { background-color: #425330; }

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

This div background color is #425330.


Border color

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

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

This div border color is #425330.


Opacity

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

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

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

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

This text has shadow with #425330 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425330 on black background.


Color preview on white background

This text has color #425330 on white background.



Black color preview on #425330 background

This text has black color on #425330 background.


White color preview on #425330 background

This text has white color on #425330 background.