COLOR #53754A

HEX: #53754A
RGB: (83,117,74)

Color info

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

RGB color model

#53754A color RGB value is (83,117,74).

  • red value is 83;
  • green value is 117;
  • blue value is 74.
RGB:
(83,117,74)
(33%,46%,29%)

RGB channels and saturation

R 83 of 255 = 33%
G 117 of 255 = 46%
B 74 of 255 = 29%

83
117
74

R + G + B ~ 36%. #53754A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
83 + 117 + 74 = 274 (100%)
R 83 of 274 ~ 30.29%
G 117 of 274 ~ 42.7%
B 74 of 274 ~ 27.01%

%30.29
%42.7
%27.01

CMYK color model

#53754A color CMYK value is (29,0,37,54).

  • cyan value is 29.06%
  • magenta value is 0.00%
  • yellow value is 36.75%
  • key color value is 54.12%
CMYK:
(29,0,37,54)
C29M0Y37K54 
(29%,0%,37%,54%)
(0.29/0.00/0.37/0.54)	

CMYK percentages

%29.06
%0
%36.75
%54.12

Codes

Color #53754A in popluar color models

53754A
RGB8311774
HSL107°22.51%37.45%
HSB/HSV107°36.75%45.88%
CMYK29.06%0.00%36.75%
54.12%

Color #53754A in popluar number systems.

HEX53754A
Decimal8311774
Binary101001111101011001010
Octal123165112

Shades and tints

Shades of #53754A

#53754A
(83,117,74)
#4C6B44
(76,107,68)
#45613E
(69,97,62)
#3E5738
(62,87,56)
#374D32
(55,77,50)
#30432C
(48,67,44)
#293926
(41,57,38)
#222F20
(34,47,32)
#1B251A
(27,37,26)
#141B14
(20,27,20)
#0D110E
(13,17,14)
#000000
(0,0,0)

Tints of #53754A

#53754A
(83,117,74)
#62815A
(98,129,90)
#718D6A
(113,141,106)
#80997A
(128,153,122)
#8FA58A
(143,165,138)
#9EB19A
(158,177,154)
#ADBDAA
(173,189,170)
#BCC9BA
(188,201,186)
#CBD5CA
(203,213,202)
#DAE1DA
(218,225,218)
#E9EDEA
(233,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #53754A color. Also use rgb(83,117,74) instead hex code.

Text Font Color

.myTextColor { color: #53754A; }

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

This text font color is #53754A.


Background Color

.myBgColor { background-color: #53754A; }

<div style="background-color:#53754A">Inner text</div>

This div background color is #53754A.


Border color

.myBorderColor { border: 1px solid #53754A; }

<div style="border:3px solid #53754A">Div</div>

This div border color is #53754A.


Opacity

.myOpacity80 { color: #53754A; opacity: 0.8; }

<p style="color:#53754A;opacity:0.8;">80%</p>

Text with #53754A 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 #53754A;}

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

This text has shadow with #53754A color.

.textShadow {text-shadow: 3px 3px 1px #53754A, 3px 3px 1px red;}

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

This text has shadow with #53754A primary color and red secondary color.


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

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

This text has shadow with #53754A and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #53754A on black background.


Color preview on white background

This text has color #53754A on white background.



Black color preview on #53754A background

This text has black color on #53754A background.


White color preview on #53754A background

This text has white color on #53754A background.