COLOR #5F744B

HEX: #5F744B RGB: (95,116,75)

Color info

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

RGB color model

#5F744B color RGB value is (95,116,75).

RGB: (95,116,75) (37%, 45%, 29%)

RGB channels and saturation

R 95 of 255 = 37%
G 116 of 255 = 45%
B 75 of 255 = 29%

95
116
75

R + G + B ~ 37%. #5F744B is quite dark color.

Portions of RGB colors in percentages

R + G + B = 95 + 116 + 75 = 286 (100%)
R 95 of 286 ~ 33.22%
G 116 of 286 ~ 40.56%
B 75 of 286 ~ 26.22'%

%33.22
%40.56
%26.22

CMYK color model

#5F744B color CMYK value is (18,0,35,55).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 35.34%
  • key color value is 54.51%

CMYK: (18,0,35,55)
C18M0Y35K55 (18%, 0%, 35%, 55%)
(0.18 / 0.00 / 0.35 / 0.55)

CMYK percentages

%18.1
%0
%35.34
%54.51

Codes

Color #5F744B in popluar color models

5F 74 4B
RGB 95 116 75
HSL 91° 21.47% 37.45%
HSB/HSV 91° 35.34% 45.49%
CMYK 18.10% 0.00% 35.34%
54.51%

Color #5F744B in popluar number systems.

HEX 5F 74 4B
Decimal 95 116 75
Binary 1011111 1110100 1001011
Octal 137 164 113

Shades and tints

Shades of #5F744B

#5F744B
(95,116,75)
#576A45
(87,106,69)
#4F603F
(79,96,63)
#475639
(71,86,57)
#3F4C33
(63,76,51)
#37422D
(55,66,45)
#2F3827
(47,56,39)
#272E21
(39,46,33)
#1F241B
(31,36,27)
#171A15
(23,26,21)
#0F100F
(15,16,15)
#000000
(0,0,0)

Tints of #5F744B

#5F744B
(95,116,75)
#6D805B
(109,128,91)
#7B8C6B
(123,140,107)
#89987B
(137,152,123)
#97A48B
(151,164,139)
#A5B09B
(165,176,155)
#B3BCAB
(179,188,171)
#C1C8BB
(193,200,187)
#CFD4CB
(207,212,203)
#DDE0DB
(221,224,219)
#EBECEB
(235,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5F744B color. Also use rgb(95,116,75) instead hex code.

Text Font Color

.myTextColor { color: #5F744B; }

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

This text font color is #5F744B.

Background Color

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

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

This div background color is #5F744B.

Border color

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

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

This div border color is #5F744B.

Opacity

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

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

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

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

This text has shadow with #5F744B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5F744B.

Preview

Color preview on black background

This text has color #5F744B on black background.


Color preview on white background

This text has color #5F744B on white background.


Black color preview on #5F744B background

This text has black color on #5F744B background.


White color preview on #5F744B background

This text has white color on #5F744B background.


Related colors

Complementary color

Complementary color for #hex is #A08BB4.


I love getcolorcode.com

Triadic colors

1 #4B5F74 and #744B5F with #5F744B are triadic colors.

2 #4B745F and #745F4B with #5F744B are triadic colors.