COLOR #4B130D

HEX: #4B130D RGB: (75,19,13)

Color info

#4B130D contains mainly red and green colors. Web safe color of #4B130D is #330000 (or #300).

RGB color model

#4B130D color RGB value is (75,19,13).

RGB: (75,19,13) (29%, 7%, 5%)

RGB channels and saturation

R 75 of 255 = 29%
G 19 of 255 = 7%
B 13 of 255 = 5%

75
19
13

R + G + B ~ 14%. #4B130D is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 19 + 13 = 107 (100%)
R 75 of 107 ~ 70.09%
G 19 of 107 ~ 17.76%
B 13 of 107 ~ 12.15'%

%70.09
%17.76
%12.15

CMYK color model

#4B130D color CMYK value is (0,75,83,71).

  • cyan value is 0.00%
  • magenta value is 74.67%
  • yellow value is 82.67%
  • key color value is 70.59%
CMYK: (0,75,83,71) C0M75Y83K71 (0%,75%,83%,71%) (0.00/0.75/0.83/0.71) 

CMYK percentages

%0
%74.67
%82.67
%70.59

Codes

Color #4B130D in popluar color models

4B 13 0D
RGB 75 19 13
HSL 70.45% 17.25%
HSB/HSV 82.67% 29.41%
CMYK 0.00% 74.67% 82.67%
70.59%

Color #4B130D in popluar number systems.

HEX 4B 13 0D
Decimal 75 19 13
Binary 1001011 10011 1101
Octal 113 23 15

Shades and tints

Shades of #4B130D

#4B130D
(75,19,13)
#45120C
(69,18,12)
#3F110B
(63,17,11)
#39100A
(57,16,10)
#330F09
(51,15,9)
#2D0E08
(45,14,8)
#270D07
(39,13,7)
#210C06
(33,12,6)
#1B0B05
(27,11,5)
#150A04
(21,10,4)
#0F0903
(15,9,3)
#000000
(0,0,0)

Tints of #4B130D

#4B130D
(75,19,13)
#5B2823
(91,40,35)
#6B3D39
(107,61,57)
#7B524F
(123,82,79)
#8B6765
(139,103,101)
#9B7C7B
(155,124,123)
#AB9191
(171,145,145)
#BBA6A7
(187,166,167)
#CBBBBD
(203,187,189)
#DBD0D3
(219,208,211)
#EBE5E9
(235,229,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B130D color. Also use rgb(75,19,13) instead hex code.

Text Font Color

.myTextColor { color: #4B130D; }

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

This text font color is #4B130D.

Background Color

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

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

This div background color is #4B130D.

Border color

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

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

This div border color is #4B130D.

Opacity

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

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

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

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

This text has shadow with #4B130D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B130D.

Preview

Color preview on black background

This text has color #4B130D on black background.


Color preview on white background

This text has color #4B130D on white background.


Black color preview on #4B130D background

This text has black color on #4B130D background.


White color preview on #4B130D background

This text has white color on #4B130D background.


Related colors

Complementary color

Complementary color for #hex is #B4ECF2.


I love getcolorcode.com

Triadic colors

1 #0D4B13 and #130D4B with #4B130D are triadic colors.

2 #0D134B and #134B0D with #4B130D are triadic colors.