COLOR #5F6333

HEX: #5F6333
RGB: (95,99,51)

Color info

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

RGB color model

#5F6333 color RGB value is (95,99,51).

  • red value is 95;
  • green value is 99;
  • blue value is 51.
RGB:
(95,99,51)
(37%,39%,20%)

RGB channels and saturation

R 95 of 255 = 37%
G 99 of 255 = 39%
B 51 of 255 = 20%

95
99
51

R + G + B ~ 32%. #5F6333 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
95 + 99 + 51 = 245 (100%)
R 95 of 245 ~ 38.78%
G 99 of 245 ~ 40.41%
B 51 of 245 ~ 20.82%

%38.78
%40.41
%20.82

CMYK color model

#5F6333 color CMYK value is (4,0,48,61).

  • cyan value is 4.04%
  • magenta value is 0.00%
  • yellow value is 48.48%
  • key color value is 61.18%
CMYK:
(4,0,48,61)
C4M0Y48K61 
(4%,0%,48%,61%)
(0.04/0.00/0.48/0.61)	

CMYK percentages

%4.04
%0
%48.48
%61.18

Codes

Color #5F6333 in popluar color models

5F6333
RGB959951
HSL65°32.00%29.41%
HSB/HSV65°48.48%38.82%
CMYK4.04%0.00%48.48%
61.18%

Color #5F6333 in popluar number systems.

HEX5F6333
Decimal959951
Binary10111111100011110011
Octal13714363

Shades and tints

Shades of #5F6333

#5F6333
(95,99,51)
#575A2F
(87,90,47)
#4F512B
(79,81,43)
#474827
(71,72,39)
#3F3F23
(63,63,35)
#37361F
(55,54,31)
#2F2D1B
(47,45,27)
#272417
(39,36,23)
#1F1B13
(31,27,19)
#17120F
(23,18,15)
#0F090B
(15,9,11)
#000000
(0,0,0)

Tints of #5F6333

#5F6333
(95,99,51)
#6D7145
(109,113,69)
#7B7F57
(123,127,87)
#898D69
(137,141,105)
#979B7B
(151,155,123)
#A5A98D
(165,169,141)
#B3B79F
(179,183,159)
#C1C5B1
(193,197,177)
#CFD3C3
(207,211,195)
#DDE1D5
(221,225,213)
#EBEFE7
(235,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F6333 color. Also use rgb(95,99,51) instead hex code.

Text Font Color

.myTextColor { color: #5F6333; }

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

This text font color is #5F6333.


Background Color

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

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

This div background color is #5F6333.


Border color

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

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

This div border color is #5F6333.


Opacity

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

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

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

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

This text has shadow with #5F6333 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5F6333 on black background.


Color preview on white background

This text has color #5F6333 on white background.



Black color preview on #5F6333 background

This text has black color on #5F6333 background.


White color preview on #5F6333 background

This text has white color on #5F6333 background.