COLOR #425333

HEX: #425333
RGB: (66,83,51)

Color info

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

RGB color model

#425333 color RGB value is (66,83,51).

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

RGB channels and saturation

R 66 of 255 = 26%
G 83 of 255 = 33%
B 51 of 255 = 20%

66
83
51

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

Portions of RGB colors in percentages

R + G + B =
66 + 83 + 51 = 200 (100%)
R 66 of 200 ~ 33%
G 83 of 200 ~ 41.5%
B 51 of 200 ~ 25.5%

%33
%41.5
%25.5

CMYK color model

#425333 color CMYK value is (20,0,39,67).

  • cyan value is 20.48%
  • magenta value is 0.00%
  • yellow value is 38.55%
  • key color value is 67.45%
CMYK:
(20,0,39,67)
C20M0Y39K67 
(20%,0%,39%,67%)
(0.20/0.00/0.39/0.67)	

CMYK percentages

%20.48
%0
%38.55
%67.45

Codes

Color #425333 in popluar color models

425333
RGB668351
HSL92°23.88%26.27%
HSB/HSV92°38.55%32.55%
CMYK20.48%0.00%38.55%
67.45%

Color #425333 in popluar number systems.

HEX425333
Decimal668351
Binary10000101010011110011
Octal10212363

Shades and tints

Shades of #425333

#425333
(66,83,51)
#3C4C2F
(60,76,47)
#36452B
(54,69,43)
#303E27
(48,62,39)
#2A3723
(42,55,35)
#24301F
(36,48,31)
#1E291B
(30,41,27)
#182217
(24,34,23)
#121B13
(18,27,19)
#0C140F
(12,20,15)
#060D0B
(6,13,11)
#000000
(0,0,0)

Tints of #425333

#425333
(66,83,51)
#536245
(83,98,69)
#647157
(100,113,87)
#758069
(117,128,105)
#868F7B
(134,143,123)
#979E8D
(151,158,141)
#A8AD9F
(168,173,159)
#B9BCB1
(185,188,177)
#CACBC3
(202,203,195)
#DBDAD5
(219,218,213)
#ECE9E7
(236,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425333; }

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

This text font color is #425333.


Background Color

.myBgColor { background-color: #425333; }

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

This div background color is #425333.


Border color

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

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

This div border color is #425333.


Opacity

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

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

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

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

This text has shadow with #425333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #425333 on black background.


Color preview on white background

This text has color #425333 on white background.



Black color preview on #425333 background

This text has black color on #425333 background.


White color preview on #425333 background

This text has white color on #425333 background.