COLOR #425B33

HEX: #425B33 RGB: (66,91,51)

Color info

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

RGB color model

#425B33 color RGB value is (66,91,51).

RGB: (66,91,51) (26%, 36%, 20%)

RGB channels and saturation

R 66 of 255 = 26%
G 91 of 255 = 36%
B 51 of 255 = 20%

66
91
51

R + G + B ~ 27%. #425B33 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 66 + 91 + 51 = 208 (100%)
R 66 of 208 ~ 31.73%
G 91 of 208 ~ 43.75%
B 51 of 208 ~ 24.52'%

%31.73
%43.75
%24.52

CMYK color model

#425B33 color CMYK value is (27,0,44,64).

  • cyan value is 27.47%
  • magenta value is 0.00%
  • yellow value is 43.96%
  • key color value is 64.31%

CMYK: (27,0,44,64)
C27M0Y44K64 (27%, 0%, 44%, 64%)
(0.27 / 0.00 / 0.44 / 0.64)

CMYK percentages

%27.47
%0
%43.96
%64.31

Codes

Color #425B33 in popluar color models

42 5B 33
RGB 66 91 51
HSL 98° 28.17% 27.84%
HSB/HSV 98° 43.96% 35.69%
CMYK 27.47% 0.00% 43.96%
64.31%

Color #425B33 in popluar number systems.

HEX 42 5B 33
Decimal 66 91 51
Binary 1000010 1011011 110011
Octal 102 133 63

Shades and tints

Shades of #425B33

#425B33
(66,91,51)
#3C532F
(60,83,47)
#364B2B
(54,75,43)
#304327
(48,67,39)
#2A3B23
(42,59,35)
#24331F
(36,51,31)
#1E2B1B
(30,43,27)
#182317
(24,35,23)
#121B13
(18,27,19)
#0C130F
(12,19,15)
#060B0B
(6,11,11)
#000000
(0,0,0)

Tints of #425B33

#425B33
(66,91,51)
#536945
(83,105,69)
#647757
(100,119,87)
#758569
(117,133,105)
#86937B
(134,147,123)
#97A18D
(151,161,141)
#A8AF9F
(168,175,159)
#B9BDB1
(185,189,177)
#CACBC3
(202,203,195)
#DBD9D5
(219,217,213)
#ECE7E7
(236,231,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425B33; }

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

This text font color is #425B33.

Background Color

.myBgColor { background-color: #425B33; }

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

This div background color is #425B33.

Border color

.myBorderColor { border: 1px solid #425B33; }

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

This div border color is #425B33.

Opacity

.myOpacity80 { color: #425B33; opacity: 0.8; }

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

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

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

This text has shadow with #425B33 color.


.textShadow {text-shadow: 3px 3px 1px #425B33', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #425B33; -webkit-box-shadow: 1px 1px 3px 2px #425B33; box-shadow:1px 1px 3px 2px #425B33;">
Div content here
</div>

This div box has shadow with color #425B33.

Preview

Color preview on black background

This text has color #425B33 on black background.


Color preview on white background

This text has color #425B33 on white background.


Black color preview on #425B33 background

This text has black color on #425B33 background.


White color preview on #425B33 background

This text has white color on #425B33 background.


Related colors

Complementary color

Complementary color for #hex is #BDA4CC.


I love getcolorcode.com

Triadic colors

1 #33425B and #5B3342 with #425B33 are triadic colors.

2 #335B42 and #5B4233 with #425B33 are triadic colors.