COLOR #5A683F

HEX: #5A683F RGB: (90,104,63)

Color info

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

RGB color model

#5A683F color RGB value is (90,104,63).

RGB: (90,104,63) (35%, 41%, 25%)

RGB channels and saturation

R 90 of 255 = 35%
G 104 of 255 = 41%
B 63 of 255 = 25%

90
104
63

R + G + B ~ 34%. #5A683F is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 104 + 63 = 257 (100%)
R 90 of 257 ~ 35.02%
G 104 of 257 ~ 40.47%
B 63 of 257 ~ 24.51'%

%35.02
%40.47
%24.51

CMYK color model

#5A683F color CMYK value is (13,0,39,59).

  • cyan value is 13.46%
  • magenta value is 0.00%
  • yellow value is 39.42%
  • key color value is 59.22%

CMYK: (13,0,39,59)
C13M0Y39K59 (13%, 0%, 39%, 59%)
(0.13 / 0.00 / 0.39 / 0.59)

CMYK percentages

%13.46
%0
%39.42
%59.22

Codes

Color #5A683F in popluar color models

5A 68 3F
RGB 90 104 63
HSL 80° 24.55% 32.75%
HSB/HSV 80° 39.42% 40.78%
CMYK 13.46% 0.00% 39.42%
59.22%

Color #5A683F in popluar number systems.

HEX 5A 68 3F
Decimal 90 104 63
Binary 1011010 1101000 111111
Octal 132 150 77

Shades and tints

Shades of #5A683F

#5A683F
(90,104,63)
#525F3A
(82,95,58)
#4A5635
(74,86,53)
#424D30
(66,77,48)
#3A442B
(58,68,43)
#323B26
(50,59,38)
#2A3221
(42,50,33)
#22291C
(34,41,28)
#1A2017
(26,32,23)
#121712
(18,23,18)
#0A0E0D
(10,14,13)
#000000
(0,0,0)

Tints of #5A683F

#5A683F
(90,104,63)
#697550
(105,117,80)
#788261
(120,130,97)
#878F72
(135,143,114)
#969C83
(150,156,131)
#A5A994
(165,169,148)
#B4B6A5
(180,182,165)
#C3C3B6
(195,195,182)
#D2D0C7
(210,208,199)
#E1DDD8
(225,221,216)
#F0EAE9
(240,234,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A683F color. Also use rgb(90,104,63) instead hex code.

Text Font Color

.myTextColor { color: #5A683F; }

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

This text font color is #5A683F.

Background Color

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

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

This div background color is #5A683F.

Border color

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

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

This div border color is #5A683F.

Opacity

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

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

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

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

This text has shadow with #5A683F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A683F.

Preview

Color preview on black background

This text has color #5A683F on black background.


Color preview on white background

This text has color #5A683F on white background.


Black color preview on #5A683F background

This text has black color on #5A683F background.


White color preview on #5A683F background

This text has white color on #5A683F background.


Related colors

Complementary color

Complementary color for #hex is #A597C0.


I love getcolorcode.com

Triadic colors

1 #3F5A68 and #683F5A with #5A683F are triadic colors.

2 #3F685A and #685A3F with #5A683F are triadic colors.