COLOR #5F6219

HEX: #5F6219
RGB: (95,98,25)

Color info

#5F6219 contains mainly red and green colors. Web safe color of #5F6219 is #666600 (or #660).

RGB color model

#5F6219 color RGB value is (95,98,25).

  • red value is 95;
  • green value is 98;
  • blue value is 25.
RGB:
(95,98,25)
(37%,38%,10%)

RGB channels and saturation

R 95 of 255 = 37%
G 98 of 255 = 38%
B 25 of 255 = 10%

95
98
25

R + G + B ~ 28%. #5F6219 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 98 + 25 = 218 (100%)
R 95 of 218 ~ 43.58%
G 98 of 218 ~ 44.95%
B 25 of 218 ~ 11.47%

%43.58
%44.95
%11.47

CMYK color model

#5F6219 color CMYK value is (3,0,74,62).

  • cyan value is 3.06%
  • magenta value is 0.00%
  • yellow value is 74.49%
  • key color value is 61.57%
CMYK:
(3,0,74,62)
C3M0Y74K62 
(3%,0%,74%,62%)
(0.03/0.00/0.74/0.62)	

CMYK percentages

%3.06
%0
%74.49
%61.57

Codes

Color #5F6219 in popluar color models

5F6219
RGB959825
HSL62°59.35%24.12%
HSB/HSV62°74.49%38.43%
CMYK3.06%0.00%74.49%
61.57%

Color #5F6219 in popluar number systems.

HEX5F6219
Decimal959825
Binary1011111110001011001
Octal13714231

Shades and tints

Shades of #5F6219

#5F6219
(95,98,25)
#575A17
(87,90,23)
#4F5215
(79,82,21)
#474A13
(71,74,19)
#3F4211
(63,66,17)
#373A0F
(55,58,15)
#2F320D
(47,50,13)
#272A0B
(39,42,11)
#1F2209
(31,34,9)
#171A07
(23,26,7)
#0F1205
(15,18,5)
#000000
(0,0,0)

Tints of #5F6219

#5F6219
(95,98,25)
#6D702D
(109,112,45)
#7B7E41
(123,126,65)
#898C55
(137,140,85)
#979A69
(151,154,105)
#A5A87D
(165,168,125)
#B3B691
(179,182,145)
#C1C4A5
(193,196,165)
#CFD2B9
(207,210,185)
#DDE0CD
(221,224,205)
#EBEEE1
(235,238,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6219 color. Also use rgb(95,98,25) instead hex code.

Text Font Color

.myTextColor { color: #5F6219; }

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

This text font color is #5F6219.


Background Color

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

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

This div background color is #5F6219.


Border color

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

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

This div border color is #5F6219.


Opacity

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

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

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

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

This text has shadow with #5F6219 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6219 on black background.


Color preview on white background

This text has color #5F6219 on white background.



Black color preview on #5F6219 background

This text has black color on #5F6219 background.


White color preview on #5F6219 background

This text has white color on #5F6219 background.