COLOR #51672A

HEX: #51672A
RGB: (81,103,42)

Color info

#51672A contains mainly red and green colors. Web safe color of #51672A is #666633 (or #663).

RGB color model

#51672A color RGB value is (81,103,42).

  • red value is 81;
  • green value is 103;
  • blue value is 42.
RGB:
(81,103,42)
(32%,40%,16%)

RGB channels and saturation

R 81 of 255 = 32%
G 103 of 255 = 40%
B 42 of 255 = 16%

81
103
42

R + G + B ~ 29%. #51672A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
81 + 103 + 42 = 226 (100%)
R 81 of 226 ~ 35.84%
G 103 of 226 ~ 45.58%
B 42 of 226 ~ 18.58%

%35.84
%45.58
%18.58

CMYK color model

#51672A color CMYK value is (21,0,59,60).

  • cyan value is 21.36%
  • magenta value is 0.00%
  • yellow value is 59.22%
  • key color value is 59.61%
CMYK:
(21,0,59,60)
C21M0Y59K60 
(21%,0%,59%,60%)
(0.21/0.00/0.59/0.60)	

CMYK percentages

%21.36
%0
%59.22
%59.61

Codes

Color #51672A in popluar color models

51672A
RGB8110342
HSL82°42.07%28.43%
HSB/HSV82°59.22%40.39%
CMYK21.36%0.00%59.22%
59.61%

Color #51672A in popluar number systems.

HEX51672A
Decimal8110342
Binary10100011100111101010
Octal12114752

Shades and tints

Shades of #51672A

#51672A
(81,103,42)
#4A5E27
(74,94,39)
#435524
(67,85,36)
#3C4C21
(60,76,33)
#35431E
(53,67,30)
#2E3A1B
(46,58,27)
#273118
(39,49,24)
#202815
(32,40,21)
#191F12
(25,31,18)
#12160F
(18,22,15)
#0B0D0C
(11,13,12)
#000000
(0,0,0)

Tints of #51672A

#51672A
(81,103,42)
#60743D
(96,116,61)
#6F8150
(111,129,80)
#7E8E63
(126,142,99)
#8D9B76
(141,155,118)
#9CA889
(156,168,137)
#ABB59C
(171,181,156)
#BAC2AF
(186,194,175)
#C9CFC2
(201,207,194)
#D8DCD5
(216,220,213)
#E7E9E8
(231,233,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #51672A color. Also use rgb(81,103,42) instead hex code.

Text Font Color

.myTextColor { color: #51672A; }

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

This text font color is #51672A.


Background Color

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

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

This div background color is #51672A.


Border color

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

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

This div border color is #51672A.


Opacity

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

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

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

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

This text has shadow with #51672A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #51672A on black background.


Color preview on white background

This text has color #51672A on white background.



Black color preview on #51672A background

This text has black color on #51672A background.


White color preview on #51672A background

This text has white color on #51672A background.