COLOR #5F5D25

HEX: #5F5D25 RGB: (95,93,37)

Color info

#5F5D25 contains red, green and blue colors in about the same proportion. Web safe color of #5F5D25 is #666633 (or #663).

RGB color model

#5F5D25 color RGB value is (95,93,37).

RGB: (95,93,37) (37%, 36%, 15%)

RGB channels and saturation

R 95 of 255 = 37%
G 93 of 255 = 36%
B 37 of 255 = 15%

95
93
37

R + G + B ~ 29%. #5F5D25 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 93 + 37 = 225 (100%)
R 95 of 225 ~ 42.22%
G 93 of 225 ~ 41.33%
B 37 of 225 ~ 16.44'%

%42.22
%41.33
%16.44

CMYK color model

#5F5D25 color CMYK value is (0,2,61,63).

  • cyan value is 0.00%
  • magenta value is 2.11%
  • yellow value is 61.05%
  • key color value is 62.75%

CMYK: (0,2,61,63)
C0M2Y61K63 (0%, 2%, 61%, 63%)
(0.00 / 0.02 / 0.61 / 0.63)

CMYK percentages

%0
%2.11
%61.05
%62.75

Codes

Color #5F5D25 in popluar color models

5F 5D 25
RGB 95 93 37
HSL 58° 43.94% 25.88%
HSB/HSV 58° 61.05% 37.25%
CMYK 0.00% 2.11% 61.05%
62.75%

Color #5F5D25 in popluar number systems.

HEX 5F 5D 25
Decimal 95 93 37
Binary 1011111 1011101 100101
Octal 137 135 45

Shades and tints

Shades of #5F5D25

#5F5D25
(95,93,37)
#575522
(87,85,34)
#4F4D1F
(79,77,31)
#47451C
(71,69,28)
#3F3D19
(63,61,25)
#373516
(55,53,22)
#2F2D13
(47,45,19)
#272510
(39,37,16)
#1F1D0D
(31,29,13)
#17150A
(23,21,10)
#0F0D07
(15,13,7)
#000000
(0,0,0)

Tints of #5F5D25

#5F5D25
(95,93,37)
#6D6B38
(109,107,56)
#7B794B
(123,121,75)
#89875E
(137,135,94)
#979571
(151,149,113)
#A5A384
(165,163,132)
#B3B197
(179,177,151)
#C1BFAA
(193,191,170)
#CFCDBD
(207,205,189)
#DDDBD0
(221,219,208)
#EBE9E3
(235,233,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F5D25 color. Also use rgb(95,93,37) instead hex code.

Text Font Color

.myTextColor { color: #5F5D25; }

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

This text font color is #5F5D25.

Background Color

.myBgColor { background-color: #5F5D25; }

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

This div background color is #5F5D25.

Border color

.myBorderColor { border: 1px solid #5F5D25; }

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

This div border color is #5F5D25.

Opacity

.myOpacity80 { color: #5F5D25; opacity: 0.8; }

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

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

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

This text has shadow with #5F5D25 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F5D25.

Preview

Color preview on black background

This text has color #5F5D25 on black background.


Color preview on white background

This text has color #5F5D25 on white background.


Black color preview on #5F5D25 background

This text has black color on #5F5D25 background.


White color preview on #5F5D25 background

This text has white color on #5F5D25 background.


Related colors

Complementary color

Complementary color for #hex is #A0A2DA.


I love getcolorcode.com

Triadic colors

1 #255F5D and #5D255F with #5F5D25 are triadic colors.

2 #255D5F and #5D5F25 with #5F5D25 are triadic colors.