COLOR #506234

HEX: #506234
RGB: (80,98,52)

Color info

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

RGB color model

#506234 color RGB value is (80,98,52).

  • red value is 80;
  • green value is 98;
  • blue value is 52.
RGB:
(80,98,52)
(31%,38%,20%)

RGB channels and saturation

R 80 of 255 = 31%
G 98 of 255 = 38%
B 52 of 255 = 20%

80
98
52

R + G + B ~ 30%. #506234 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 98 + 52 = 230 (100%)
R 80 of 230 ~ 34.78%
G 98 of 230 ~ 42.61%
B 52 of 230 ~ 22.61%

%34.78
%42.61
%22.61

CMYK color model

#506234 color CMYK value is (18,0,47,62).

  • cyan value is 18.37%
  • magenta value is 0.00%
  • yellow value is 46.94%
  • key color value is 61.57%
CMYK:
(18,0,47,62)
C18M0Y47K62 
(18%,0%,47%,62%)
(0.18/0.00/0.47/0.62)	

CMYK percentages

%18.37
%0
%46.94
%61.57

Codes

Color #506234 in popluar color models

506234
RGB809852
HSL83°30.67%29.41%
HSB/HSV83°46.94%38.43%
CMYK18.37%0.00%46.94%
61.57%

Color #506234 in popluar number systems.

HEX506234
Decimal809852
Binary10100001100010110100
Octal12014264

Shades and tints

Shades of #506234

#506234
(80,98,52)
#495A30
(73,90,48)
#42522C
(66,82,44)
#3B4A28
(59,74,40)
#344224
(52,66,36)
#2D3A20
(45,58,32)
#26321C
(38,50,28)
#1F2A18
(31,42,24)
#182214
(24,34,20)
#111A10
(17,26,16)
#0A120C
(10,18,12)
#000000
(0,0,0)

Tints of #506234

#506234
(80,98,52)
#5F7046
(95,112,70)
#6E7E58
(110,126,88)
#7D8C6A
(125,140,106)
#8C9A7C
(140,154,124)
#9BA88E
(155,168,142)
#AAB6A0
(170,182,160)
#B9C4B2
(185,196,178)
#C8D2C4
(200,210,196)
#D7E0D6
(215,224,214)
#E6EEE8
(230,238,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #506234 color. Also use rgb(80,98,52) instead hex code.

Text Font Color

.myTextColor { color: #506234; }

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

This text font color is #506234.


Background Color

.myBgColor { background-color: #506234; }

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

This div background color is #506234.


Border color

.myBorderColor { border: 1px solid #506234; }

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

This div border color is #506234.


Opacity

.myOpacity80 { color: #506234; opacity: 0.8; }

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

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

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

This text has shadow with #506234 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #506234 on black background.


Color preview on white background

This text has color #506234 on white background.



Black color preview on #506234 background

This text has black color on #506234 background.


White color preview on #506234 background

This text has white color on #506234 background.