COLOR #5F6623

HEX: #5F6623
RGB: (95,102,35)

Color info

#5F6623 contains mainly red and green colors. Web safe color of #5F6623 is #666633 (or #663).

RGB color model

#5F6623 color RGB value is (95,102,35).

  • red value is 95;
  • green value is 102;
  • blue value is 35.
RGB:
(95,102,35)
(37%,40%,14%)

RGB channels and saturation

R 95 of 255 = 37%
G 102 of 255 = 40%
B 35 of 255 = 14%

95
102
35

R + G + B ~ 30%. #5F6623 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 102 + 35 = 232 (100%)
R 95 of 232 ~ 40.95%
G 102 of 232 ~ 43.97%
B 35 of 232 ~ 15.09%

%40.95
%43.97
%15.09

CMYK color model

#5F6623 color CMYK value is (7,0,66,60).

  • cyan value is 6.86%
  • magenta value is 0.00%
  • yellow value is 65.69%
  • key color value is 60.00%
CMYK:
(7,0,66,60)
C7M0Y66K60 
(7%,0%,66%,60%)
(0.07/0.00/0.66/0.60)	

CMYK percentages

%6.86
%0
%65.69
%60

Codes

Color #5F6623 in popluar color models

5F6623
RGB9510235
HSL66°48.91%26.86%
HSB/HSV66°65.69%40.00%
CMYK6.86%0.00%65.69%
60.00%

Color #5F6623 in popluar number systems.

HEX5F6623
Decimal9510235
Binary10111111100110100011
Octal13714643

Shades and tints

Shades of #5F6623

#5F6623
(95,102,35)
#575D20
(87,93,32)
#4F541D
(79,84,29)
#474B1A
(71,75,26)
#3F4217
(63,66,23)
#373914
(55,57,20)
#2F3011
(47,48,17)
#27270E
(39,39,14)
#1F1E0B
(31,30,11)
#171508
(23,21,8)
#0F0C05
(15,12,5)
#000000
(0,0,0)

Tints of #5F6623

#5F6623
(95,102,35)
#6D7337
(109,115,55)
#7B804B
(123,128,75)
#898D5F
(137,141,95)
#979A73
(151,154,115)
#A5A787
(165,167,135)
#B3B49B
(179,180,155)
#C1C1AF
(193,193,175)
#CFCEC3
(207,206,195)
#DDDBD7
(221,219,215)
#EBE8EB
(235,232,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6623 color. Also use rgb(95,102,35) instead hex code.

Text Font Color

.myTextColor { color: #5F6623; }

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

This text font color is #5F6623.


Background Color

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

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

This div background color is #5F6623.


Border color

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

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

This div border color is #5F6623.


Opacity

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

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

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

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

This text has shadow with #5F6623 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6623 on black background.


Color preview on white background

This text has color #5F6623 on white background.



Black color preview on #5F6623 background

This text has black color on #5F6623 background.


White color preview on #5F6623 background

This text has white color on #5F6623 background.