COLOR #50230B

HEX: #50230B RGB: (80,35,11)

Color info

#50230B contains mainly red and green colors. Web safe color of #50230B is #663300 (or #630).

RGB color model

#50230B color RGB value is (80,35,11).

RGB: (80,35,11) (31%, 14%, 4%)

RGB channels and saturation

R 80 of 255 = 31%
G 35 of 255 = 14%
B 11 of 255 = 4%

80
35
11

R + G + B ~ 16%. #50230B is dark color.

Portions of RGB colors in percentages

R + G + B = 80 + 35 + 11 = 126 (100%)
R 80 of 126 ~ 63.49%
G 35 of 126 ~ 27.78%
B 11 of 126 ~ 8.73'%

%63.49
%27.78

CMYK color model

#50230B color CMYK value is (0,56,86,69).

  • cyan value is 0.00%
  • magenta value is 56.25%
  • yellow value is 86.25%
  • key color value is 68.63%

CMYK: (0,56,86,69)
C0M56Y86K69 (0%, 56%, 86%, 69%)
(0.00 / 0.56 / 0.86 / 0.69)

CMYK percentages

%0
%56.25
%86.25
%68.63

Codes

Color #50230B in popluar color models

50 23 0B
RGB 80 35 11
HSL 21° 75.82% 17.84%
HSB/HSV 21° 86.25% 31.37%
CMYK 0.00% 56.25% 86.25%
68.63%

Color #50230B in popluar number systems.

HEX 50 23 0B
Decimal 80 35 11
Binary 1010000 100011 1011
Octal 120 43 13

Shades and tints

Shades of #50230B

#50230B
(80,35,11)
#49200A
(73,32,10)
#421D09
(66,29,9)
#3B1A08
(59,26,8)
#341707
(52,23,7)
#2D1406
(45,20,6)
#261105
(38,17,5)
#1F0E04
(31,14,4)
#180B03
(24,11,3)
#110802
(17,8,2)
#0A0501
(10,5,1)
#000000
(0,0,0)

Tints of #50230B

#50230B
(80,35,11)
#5F3721
(95,55,33)
#6E4B37
(110,75,55)
#7D5F4D
(125,95,77)
#8C7363
(140,115,99)
#9B8779
(155,135,121)
#AA9B8F
(170,155,143)
#B9AFA5
(185,175,165)
#C8C3BB
(200,195,187)
#D7D7D1
(215,215,209)
#E6EBE7
(230,235,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #50230B color. Also use rgb(80,35,11) instead hex code.

Text Font Color

.myTextColor { color: #50230B; }

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

This text font color is #50230B.

Background Color

.myBgColor { background-color: #50230B; }

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

This div background color is #50230B.

Border color

.myBorderColor { border: 1px solid #50230B; }

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

This div border color is #50230B.

Opacity

.myOpacity80 { color: #50230B; opacity: 0.8; }

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

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

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

This text has shadow with #50230B color.


.textShadow {text-shadow: 3px 3px 1px #50230B', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #50230B; -webkit-box-shadow: 1px 1px 3px 2px #50230B; box-shadow:1px 1px 3px 2px #50230B;">
Div content here
</div>

This div box has shadow with color #50230B.

Preview

Color preview on black background

This text has color #50230B on black background.


Color preview on white background

This text has color #50230B on white background.


Black color preview on #50230B background

This text has black color on #50230B background.


White color preview on #50230B background

This text has white color on #50230B background.


Related colors

Complementary color

Complementary color for #hex is #AFDCF4.


I love getcolorcode.com

Triadic colors

1 #0B5023 and #230B50 with #50230B are triadic colors.

2 #0B2350 and #23500B with #50230B are triadic colors.