COLOR #5A633D

HEX: #5A633D RGB: (90,99,61)

Color info

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

RGB color model

#5A633D color RGB value is (90,99,61).

RGB: (90,99,61) (35%, 39%, 24%)

RGB channels and saturation

R 90 of 255 = 35%
G 99 of 255 = 39%
B 61 of 255 = 24%

90
99
61

R + G + B ~ 33%. #5A633D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 90 + 99 + 61 = 250 (100%)
R 90 of 250 ~ 36%
G 99 of 250 ~ 39.6%
B 61 of 250 ~ 24.4'%

%36
%39.6
%24.4

CMYK color model

#5A633D color CMYK value is (9,0,38,61).

  • cyan value is 9.09%
  • magenta value is 0.00%
  • yellow value is 38.38%
  • key color value is 61.18%

CMYK: (9,0,38,61)
C9M0Y38K61 (9%, 0%, 38%, 61%)
(0.09 / 0.00 / 0.38 / 0.61)

CMYK percentages

%9.09
%0
%38.38
%61.18

Codes

Color #5A633D in popluar color models

5A 63 3D
RGB 90 99 61
HSL 74° 23.75% 31.37%
HSB/HSV 74° 38.38% 38.82%
CMYK 9.09% 0.00% 38.38%
61.18%

Color #5A633D in popluar number systems.

HEX 5A 63 3D
Decimal 90 99 61
Binary 1011010 1100011 111101
Octal 132 143 75

Shades and tints

Shades of #5A633D

#5A633D
(90,99,61)
#525A38
(82,90,56)
#4A5133
(74,81,51)
#42482E
(66,72,46)
#3A3F29
(58,63,41)
#323624
(50,54,36)
#2A2D1F
(42,45,31)
#22241A
(34,36,26)
#1A1B15
(26,27,21)
#121210
(18,18,16)
#0A090B
(10,9,11)
#000000
(0,0,0)

Tints of #5A633D

#5A633D
(90,99,61)
#69714E
(105,113,78)
#787F5F
(120,127,95)
#878D70
(135,141,112)
#969B81
(150,155,129)
#A5A992
(165,169,146)
#B4B7A3
(180,183,163)
#C3C5B4
(195,197,180)
#D2D3C5
(210,211,197)
#E1E1D6
(225,225,214)
#F0EFE7
(240,239,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A633D color. Also use rgb(90,99,61) instead hex code.

Text Font Color

.myTextColor { color: #5A633D; }

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

This text font color is #5A633D.

Background Color

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

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

This div background color is #5A633D.

Border color

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

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

This div border color is #5A633D.

Opacity

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

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

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

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

This text has shadow with #5A633D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #5A633D.

Preview

Color preview on black background

This text has color #5A633D on black background.


Color preview on white background

This text has color #5A633D on white background.


Black color preview on #5A633D background

This text has black color on #5A633D background.


White color preview on #5A633D background

This text has white color on #5A633D background.


Related colors

Complementary color

Complementary color for #hex is #A59CC2.


I love getcolorcode.com

Triadic colors

1 #3D5A63 and #633D5A with #5A633D are triadic colors.

2 #3D635A and #635A3D with #5A633D are triadic colors.