COLOR #5A693C

HEX: #5A693C
RGB: (90,105,60)

Color info

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

RGB color model

#5A693C color RGB value is (90,105,60).

  • red value is 90;
  • green value is 105;
  • blue value is 60.
RGB:
(90,105,60)
(35%,41%,24%)

RGB channels and saturation

R 90 of 255 = 35%
G 105 of 255 = 41%
B 60 of 255 = 24%

90
105
60

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

Portions of RGB colors in percentages

R + G + B =
90 + 105 + 60 = 255 (100%)
R 90 of 255 ~ 35.29%
G 105 of 255 ~ 41.18%
B 60 of 255 ~ 23.53%

%35.29
%41.18
%23.53

CMYK color model

#5A693C color CMYK value is (14,0,43,59).

  • cyan value is 14.29%
  • magenta value is 0.00%
  • yellow value is 42.86%
  • key color value is 58.82%
CMYK:
(14,0,43,59)
C14M0Y43K59 
(14%,0%,43%,59%)
(0.14/0.00/0.43/0.59)	

CMYK percentages

%14.29
%0
%42.86
%58.82

Codes

Color #5A693C in popluar color models

5A693C
RGB9010560
HSL80°27.27%32.35%
HSB/HSV80°42.86%41.18%
CMYK14.29%0.00%42.86%
58.82%

Color #5A693C in popluar number systems.

HEX5A693C
Decimal9010560
Binary10110101101001111100
Octal13215174

Shades and tints

Shades of #5A693C

#5A693C
(90,105,60)
#526037
(82,96,55)
#4A5732
(74,87,50)
#424E2D
(66,78,45)
#3A4528
(58,69,40)
#323C23
(50,60,35)
#2A331E
(42,51,30)
#222A19
(34,42,25)
#1A2114
(26,33,20)
#12180F
(18,24,15)
#0A0F0A
(10,15,10)
#000000
(0,0,0)

Tints of #5A693C

#5A693C
(90,105,60)
#69764D
(105,118,77)
#78835E
(120,131,94)
#87906F
(135,144,111)
#969D80
(150,157,128)
#A5AA91
(165,170,145)
#B4B7A2
(180,183,162)
#C3C4B3
(195,196,179)
#D2D1C4
(210,209,196)
#E1DED5
(225,222,213)
#F0EBE6
(240,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #5A693C color. Also use rgb(90,105,60) instead hex code.

Text Font Color

.myTextColor { color: #5A693C; }

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

This text font color is #5A693C.


Background Color

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

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

This div background color is #5A693C.


Border color

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

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

This div border color is #5A693C.


Opacity

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

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

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

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

This text has shadow with #5A693C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #5A693C on black background.


Color preview on white background

This text has color #5A693C on white background.



Black color preview on #5A693C background

This text has black color on #5A693C background.


White color preview on #5A693C background

This text has white color on #5A693C background.