COLOR #425F23

HEX: #425F23 RGB: (66,95,35)

Color info

#425F23 contains mainly red and green colors. Web safe color of #425F23 is #336633 (or #363).

RGB color model

#425F23 color RGB value is (66,95,35).

RGB: (66,95,35) (26%, 37%, 14%)

RGB channels and saturation

R 66 of 255 = 26%
G 95 of 255 = 37%
B 35 of 255 = 14%

66
95
35

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

Portions of RGB colors in percentages

R + G + B = 66 + 95 + 35 = 196 (100%)
R 66 of 196 ~ 33.67%
G 95 of 196 ~ 48.47%
B 35 of 196 ~ 17.86'%

%33.67
%48.47
%17.86

CMYK color model

#425F23 color CMYK value is (31,0,63,63).

  • cyan value is 30.53%
  • magenta value is 0.00%
  • yellow value is 63.16%
  • key color value is 62.75%

CMYK: (31,0,63,63)
C31M0Y63K63 (31%, 0%, 63%, 63%)
(0.31 / 0.00 / 0.63 / 0.63)

CMYK percentages

%30.53
%0
%63.16
%62.75

Codes

Color #425F23 in popluar color models

42 5F 23
RGB 66 95 35
HSL 89° 46.15% 25.49%
HSB/HSV 89° 63.16% 37.25%
CMYK 30.53% 0.00% 63.16%
62.75%

Color #425F23 in popluar number systems.

HEX 42 5F 23
Decimal 66 95 35
Binary 1000010 1011111 100011
Octal 102 137 43

Shades and tints

Shades of #425F23

#425F23
(66,95,35)
#3C5720
(60,87,32)
#364F1D
(54,79,29)
#30471A
(48,71,26)
#2A3F17
(42,63,23)
#243714
(36,55,20)
#1E2F11
(30,47,17)
#18270E
(24,39,14)
#121F0B
(18,31,11)
#0C1708
(12,23,8)
#060F05
(6,15,5)
#000000
(0,0,0)

Tints of #425F23

#425F23
(66,95,35)
#536D37
(83,109,55)
#647B4B
(100,123,75)
#75895F
(117,137,95)
#869773
(134,151,115)
#97A587
(151,165,135)
#A8B39B
(168,179,155)
#B9C1AF
(185,193,175)
#CACFC3
(202,207,195)
#DBDDD7
(219,221,215)
#ECEBEB
(236,235,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #425F23; }

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

This text font color is #425F23.

Background Color

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

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

This div background color is #425F23.

Border color

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

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

This div border color is #425F23.

Opacity

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

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

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

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

This text has shadow with #425F23 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #425F23.

Preview

Color preview on black background

This text has color #425F23 on black background.


Color preview on white background

This text has color #425F23 on white background.


Black color preview on #425F23 background

This text has black color on #425F23 background.


White color preview on #425F23 background

This text has white color on #425F23 background.


Related colors

Complementary color

Complementary color for #hex is #BDA0DC.


I love getcolorcode.com

Triadic colors

1 #23425F and #5F2342 with #425F23 are triadic colors.

2 #235F42 and #5F4223 with #425F23 are triadic colors.