COLOR #5F3341

HEX: #5F3341 RGB: (95,51,65)

Color info

#5F3341 contains red, green and blue colors in about the same proportion. Web safe color of #5F3341 is #663333 (or #633).

RGB color model

#5F3341 color RGB value is (95,51,65).

RGB: (95,51,65) (37%, 20%, 25%)

RGB channels and saturation

R 95 of 255 = 37%
G 51 of 255 = 20%
B 65 of 255 = 25%

95
51
65

R + G + B ~ 27%. #5F3341 is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 51 + 65 = 211 (100%)
R 95 of 211 ~ 45.02%
G 51 of 211 ~ 24.17%
B 65 of 211 ~ 30.81'%

%45.02
%24.17
%30.81

CMYK color model

#5F3341 color CMYK value is (0,46,32,63).

  • cyan value is 0.00%
  • magenta value is 46.32%
  • yellow value is 31.58%
  • key color value is 62.75%

CMYK: (0,46,32,63)
C0M46Y32K63 (0%, 46%, 32%, 63%)
(0.00 / 0.46 / 0.32 / 0.63)

CMYK percentages

%0
%46.32
%31.58
%62.75

Codes

Color #5F3341 in popluar color models

5F 33 41
RGB 95 51 65
HSL 341° 30.14% 28.63%
HSB/HSV 341° 46.32% 37.25%
CMYK 0.00% 46.32% 31.58%
62.75%

Color #5F3341 in popluar number systems.

HEX 5F 33 41
Decimal 95 51 65
Binary 1011111 110011 1000001
Octal 137 63 101

Shades and tints

Shades of #5F3341

#5F3341
(95,51,65)
#572F3C
(87,47,60)
#4F2B37
(79,43,55)
#472732
(71,39,50)
#3F232D
(63,35,45)
#371F28
(55,31,40)
#2F1B23
(47,27,35)
#27171E
(39,23,30)
#1F1319
(31,19,25)
#170F14
(23,15,20)
#0F0B0F
(15,11,15)
#000000
(0,0,0)

Tints of #5F3341

#5F3341
(95,51,65)
#6D4552
(109,69,82)
#7B5763
(123,87,99)
#896974
(137,105,116)
#977B85
(151,123,133)
#A58D96
(165,141,150)
#B39FA7
(179,159,167)
#C1B1B8
(193,177,184)
#CFC3C9
(207,195,201)
#DDD5DA
(221,213,218)
#EBE7EB
(235,231,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #5F3341; }

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

This text font color is #5F3341.

Background Color

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

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

This div background color is #5F3341.

Border color

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

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

This div border color is #5F3341.

Opacity

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

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

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

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

This text has shadow with #5F3341 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F3341.

Preview

Color preview on black background

This text has color #5F3341 on black background.


Color preview on white background

This text has color #5F3341 on white background.


Black color preview on #5F3341 background

This text has black color on #5F3341 background.


White color preview on #5F3341 background

This text has white color on #5F3341 background.


Related colors

Complementary color

Complementary color for #hex is #A0CCBE.


I love getcolorcode.com

Triadic colors

1 #415F33 and #33415F with #5F3341 are triadic colors.

2 #41335F and #335F41 with #5F3341 are triadic colors.