COLOR #507743

HEX: #507743
RGB: (80,119,67)

Color info

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

RGB color model

#507743 color RGB value is (80,119,67).

  • red value is 80;
  • green value is 119;
  • blue value is 67.
RGB:
(80,119,67)
(31%,47%,26%)

RGB channels and saturation

R 80 of 255 = 31%
G 119 of 255 = 47%
B 67 of 255 = 26%

80
119
67

R + G + B ~ 35%. #507743 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
80 + 119 + 67 = 266 (100%)
R 80 of 266 ~ 30.08%
G 119 of 266 ~ 44.74%
B 67 of 266 ~ 25.19%

%30.08
%44.74
%25.19

CMYK color model

#507743 color CMYK value is (33,0,44,53).

  • cyan value is 32.77%
  • magenta value is 0.00%
  • yellow value is 43.70%
  • key color value is 53.33%
CMYK:
(33,0,44,53)
C33M0Y44K53 
(33%,0%,44%,53%)
(0.33/0.00/0.44/0.53)	

CMYK percentages

%32.77
%0
%43.7
%53.33

Codes

Color #507743 in popluar color models

507743
RGB8011967
HSL105°27.96%36.47%
HSB/HSV105°43.70%46.67%
CMYK32.77%0.00%43.70%
53.33%

Color #507743 in popluar number systems.

HEX507743
Decimal8011967
Binary101000011101111000011
Octal120167103

Shades and tints

Shades of #507743

#507743
(80,119,67)
#496D3D
(73,109,61)
#426337
(66,99,55)
#3B5931
(59,89,49)
#344F2B
(52,79,43)
#2D4525
(45,69,37)
#263B1F
(38,59,31)
#1F3119
(31,49,25)
#182713
(24,39,19)
#111D0D
(17,29,13)
#0A1307
(10,19,7)
#000000
(0,0,0)

Tints of #507743

#507743
(80,119,67)
#5F8354
(95,131,84)
#6E8F65
(110,143,101)
#7D9B76
(125,155,118)
#8CA787
(140,167,135)
#9BB398
(155,179,152)
#AABFA9
(170,191,169)
#B9CBBA
(185,203,186)
#C8D7CB
(200,215,203)
#D7E3DC
(215,227,220)
#E6EFED
(230,239,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #507743 color. Also use rgb(80,119,67) instead hex code.

Text Font Color

.myTextColor { color: #507743; }

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

This text font color is #507743.


Background Color

.myBgColor { background-color: #507743; }

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

This div background color is #507743.


Border color

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

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

This div border color is #507743.


Opacity

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

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

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

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

This text has shadow with #507743 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #507743 on black background.


Color preview on white background

This text has color #507743 on white background.



Black color preview on #507743 background

This text has black color on #507743 background.


White color preview on #507743 background

This text has white color on #507743 background.