COLOR #51743A

HEX: #51743A
RGB: (81,116,58)

Color info

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

RGB color model

#51743A color RGB value is (81,116,58).

  • red value is 81;
  • green value is 116;
  • blue value is 58.
RGB:
(81,116,58)
(32%,45%,23%)

RGB channels and saturation

R 81 of 255 = 32%
G 116 of 255 = 45%
B 58 of 255 = 23%

81
116
58

R + G + B ~ 33%. #51743A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 116 + 58 = 255 (100%)
R 81 of 255 ~ 31.76%
G 116 of 255 ~ 45.49%
B 58 of 255 ~ 22.75%

%31.76
%45.49
%22.75

CMYK color model

#51743A color CMYK value is (30,0,50,55).

  • cyan value is 30.17%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 54.51%
CMYK:
(30,0,50,55)
C30M0Y50K55 
(30%,0%,50%,55%)
(0.30/0.00/0.50/0.55)	

CMYK percentages

%30.17
%0
%50
%54.51

Codes

Color #51743A in popluar color models

51743A
RGB8111658
HSL96°33.33%34.12%
HSB/HSV96°50.00%45.49%
CMYK30.17%0.00%50.00%
54.51%

Color #51743A in popluar number systems.

HEX51743A
Decimal8111658
Binary10100011110100111010
Octal12116472

Shades and tints

Shades of #51743A

#51743A
(81,116,58)
#4A6A35
(74,106,53)
#436030
(67,96,48)
#3C562B
(60,86,43)
#354C26
(53,76,38)
#2E4221
(46,66,33)
#27381C
(39,56,28)
#202E17
(32,46,23)
#192412
(25,36,18)
#121A0D
(18,26,13)
#0B1008
(11,16,8)
#000000
(0,0,0)

Tints of #51743A

#51743A
(81,116,58)
#60804B
(96,128,75)
#6F8C5C
(111,140,92)
#7E986D
(126,152,109)
#8DA47E
(141,164,126)
#9CB08F
(156,176,143)
#ABBCA0
(171,188,160)
#BAC8B1
(186,200,177)
#C9D4C2
(201,212,194)
#D8E0D3
(216,224,211)
#E7ECE4
(231,236,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51743A color. Also use rgb(81,116,58) instead hex code.

Text Font Color

.myTextColor { color: #51743A; }

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

This text font color is #51743A.


Background Color

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

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

This div background color is #51743A.


Border color

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

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

This div border color is #51743A.


Opacity

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

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

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

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

This text has shadow with #51743A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51743A on black background.


Color preview on white background

This text has color #51743A on white background.



Black color preview on #51743A background

This text has black color on #51743A background.


White color preview on #51743A background

This text has white color on #51743A background.