COLOR #4B5A0A

HEX: #4B5A0A RGB: (75,90,10)

Color info

#4B5A0A contains mainly red and green colors. Web safe color of #4B5A0A is #336600 (or #360).

RGB color model

#4B5A0A color RGB value is (75,90,10).

RGB: (75,90,10) (29%, 35%, 4%)

RGB channels and saturation

R 75 of 255 = 29%
G 90 of 255 = 35%
B 10 of 255 = 4%

75
90
10

R + G + B ~ 23%. #4B5A0A is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 90 + 10 = 175 (100%)
R 75 of 175 ~ 42.86%
G 90 of 175 ~ 51.43%
B 10 of 175 ~ 5.71'%

%42.86
%51.43

CMYK color model

#4B5A0A color CMYK value is (17,0,89,65).

  • cyan value is 16.67%
  • magenta value is 0.00%
  • yellow value is 88.89%
  • key color value is 64.71%

CMYK: (17,0,89,65)
C17M0Y89K65 (17%, 0%, 89%, 65%)
(0.17 / 0.00 / 0.89 / 0.65)

CMYK percentages

%16.67
%0
%88.89
%64.71

Codes

Color #4B5A0A in popluar color models

4B 5A 0A
RGB 75 90 10
HSL 71° 80.00% 19.61%
HSB/HSV 71° 88.89% 35.29%
CMYK 16.67% 0.00% 88.89%
64.71%

Color #4B5A0A in popluar number systems.

HEX 4B 5A 0A
Decimal 75 90 10
Binary 1001011 1011010 1010
Octal 113 132 12

Shades and tints

Shades of #4B5A0A

#4B5A0A
(75,90,10)
#45520A
(69,82,10)
#3F4A0A
(63,74,10)
#39420A
(57,66,10)
#333A0A
(51,58,10)
#2D320A
(45,50,10)
#272A0A
(39,42,10)
#21220A
(33,34,10)
#1B1A0A
(27,26,10)
#15120A
(21,18,10)
#0F0A0A
(15,10,10)
#000000
(0,0,0)

Tints of #4B5A0A

#4B5A0A
(75,90,10)
#5B6920
(91,105,32)
#6B7836
(107,120,54)
#7B874C
(123,135,76)
#8B9662
(139,150,98)
#9BA578
(155,165,120)
#ABB48E
(171,180,142)
#BBC3A4
(187,195,164)
#CBD2BA
(203,210,186)
#DBE1D0
(219,225,208)
#EBF0E6
(235,240,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5A0A color. Also use rgb(75,90,10) instead hex code.

Text Font Color

.myTextColor { color: #4B5A0A; }

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

This text font color is #4B5A0A.

Background Color

.myBgColor { background-color: #4B5A0A; }

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

This div background color is #4B5A0A.

Border color

.myBorderColor { border: 1px solid #4B5A0A; }

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

This div border color is #4B5A0A.

Opacity

.myOpacity80 { color: #4B5A0A; opacity: 0.8; }

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

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

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

This text has shadow with #4B5A0A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B5A0A.

Preview

Color preview on black background

This text has color #4B5A0A on black background.


Color preview on white background

This text has color #4B5A0A on white background.


Black color preview on #4B5A0A background

This text has black color on #4B5A0A background.


White color preview on #4B5A0A background

This text has white color on #4B5A0A background.


Related colors

Complementary color

Complementary color for #hex is #B4A5F5.


I love getcolorcode.com

Triadic colors

1 #0A4B5A and #5A0A4B with #4B5A0A are triadic colors.

2 #0A5A4B and #5A4B0A with #4B5A0A are triadic colors.