COLOR #4B580B

HEX: #4B580B RGB: (75,88,11)

Color info

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

RGB color model

#4B580B color RGB value is (75,88,11).

RGB: (75,88,11) (29%, 35%, 4%)

RGB channels and saturation

R 75 of 255 = 29%
G 88 of 255 = 35%
B 11 of 255 = 4%

75
88
11

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

Portions of RGB colors in percentages

R + G + B = 75 + 88 + 11 = 174 (100%)
R 75 of 174 ~ 43.1%
G 88 of 174 ~ 50.57%
B 11 of 174 ~ 6.32'%

%43.1
%50.57

CMYK color model

#4B580B color CMYK value is (15,0,88,65).

  • cyan value is 14.77%
  • magenta value is 0.00%
  • yellow value is 87.50%
  • key color value is 65.49%

CMYK: (15,0,88,65)
C15M0Y88K65 (15%, 0%, 88%, 65%)
(0.15 / 0.00 / 0.88 / 0.65)

CMYK percentages

%14.77
%0
%87.5
%65.49

Codes

Color #4B580B in popluar color models

4B 58 0B
RGB 75 88 11
HSL 70° 77.78% 19.41%
HSB/HSV 70° 87.50% 34.51%
CMYK 14.77% 0.00% 87.50%
65.49%

Color #4B580B in popluar number systems.

HEX 4B 58 0B
Decimal 75 88 11
Binary 1001011 1011000 1011
Octal 113 130 13

Shades and tints

Shades of #4B580B

#4B580B
(75,88,11)
#45500A
(69,80,10)
#3F4809
(63,72,9)
#394008
(57,64,8)
#333807
(51,56,7)
#2D3006
(45,48,6)
#272805
(39,40,5)
#212004
(33,32,4)
#1B1803
(27,24,3)
#151002
(21,16,2)
#0F0801
(15,8,1)
#000000
(0,0,0)

Tints of #4B580B

#4B580B
(75,88,11)
#5B6721
(91,103,33)
#6B7637
(107,118,55)
#7B854D
(123,133,77)
#8B9463
(139,148,99)
#9BA379
(155,163,121)
#ABB28F
(171,178,143)
#BBC1A5
(187,193,165)
#CBD0BB
(203,208,187)
#DBDFD1
(219,223,209)
#EBEEE7
(235,238,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B580B color. Also use rgb(75,88,11) instead hex code.

Text Font Color

.myTextColor { color: #4B580B; }

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

This text font color is #4B580B.

Background Color

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

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

This div background color is #4B580B.

Border color

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

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

This div border color is #4B580B.

Opacity

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

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

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

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

This text has shadow with #4B580B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B580B.

Preview

Color preview on black background

This text has color #4B580B on black background.


Color preview on white background

This text has color #4B580B on white background.


Black color preview on #4B580B background

This text has black color on #4B580B background.


White color preview on #4B580B background

This text has white color on #4B580B background.


Related colors

Complementary color

Complementary color for #hex is #B4A7F4.


I love getcolorcode.com

Triadic colors

1 #0B4B58 and #580B4B with #4B580B are triadic colors.

2 #0B584B and #584B0B with #4B580B are triadic colors.