COLOR #4B670D

HEX: #4B670D RGB: (75,103,13)

Color info

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

RGB color model

#4B670D color RGB value is (75,103,13).

RGB: (75,103,13) (29%, 40%, 5%)

RGB channels and saturation

R 75 of 255 = 29%
G 103 of 255 = 40%
B 13 of 255 = 5%

75
103
13

R + G + B ~ 25%. #4B670D is quite dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 103 + 13 = 191 (100%)
R 75 of 191 ~ 39.27%
G 103 of 191 ~ 53.93%
B 13 of 191 ~ 6.81'%

%39.27
%53.93

CMYK color model

#4B670D color CMYK value is (27,0,87,60).

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 87.38%
  • key color value is 59.61%

CMYK: (27,0,87,60)
C27M0Y87K60 (27%, 0%, 87%, 60%)
(0.27 / 0.00 / 0.87 / 0.60)

CMYK percentages

%27.18
%0
%87.38
%59.61

Codes

Color #4B670D in popluar color models

4B 67 0D
RGB 75 103 13
HSL 79° 77.59% 22.75%
HSB/HSV 79° 87.38% 40.39%
CMYK 27.18% 0.00% 87.38%
59.61%

Color #4B670D in popluar number systems.

HEX 4B 67 0D
Decimal 75 103 13
Binary 1001011 1100111 1101
Octal 113 147 15

Shades and tints

Shades of #4B670D

#4B670D
(75,103,13)
#455E0C
(69,94,12)
#3F550B
(63,85,11)
#394C0A
(57,76,10)
#334309
(51,67,9)
#2D3A08
(45,58,8)
#273107
(39,49,7)
#212806
(33,40,6)
#1B1F05
(27,31,5)
#151604
(21,22,4)
#0F0D03
(15,13,3)
#000000
(0,0,0)

Tints of #4B670D

#4B670D
(75,103,13)
#5B7423
(91,116,35)
#6B8139
(107,129,57)
#7B8E4F
(123,142,79)
#8B9B65
(139,155,101)
#9BA87B
(155,168,123)
#ABB591
(171,181,145)
#BBC2A7
(187,194,167)
#CBCFBD
(203,207,189)
#DBDCD3
(219,220,211)
#EBE9E9
(235,233,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B670D; }

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

This text font color is #4B670D.

Background Color

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

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

This div background color is #4B670D.

Border color

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

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

This div border color is #4B670D.

Opacity

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

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

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

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

This text has shadow with #4B670D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B670D.

Preview

Color preview on black background

This text has color #4B670D on black background.


Color preview on white background

This text has color #4B670D on white background.


Black color preview on #4B670D background

This text has black color on #4B670D background.


White color preview on #4B670D background

This text has white color on #4B670D background.


Related colors

Complementary color

Complementary color for #hex is #B498F2.


I love getcolorcode.com

Triadic colors

1 #0D4B67 and #670D4B with #4B670D are triadic colors.

2 #0D674B and #674B0D with #4B670D are triadic colors.