COLOR #4B673D

HEX: #4B673D
RGB: (75,103,61)

Color info

#4B673D contains red, green and blue colors in about the same proportion. Web safe color of #4B673D is #336633 (or #363).

RGB color model

#4B673D color RGB value is (75,103,61).

  • red value is 75;
  • green value is 103;
  • blue value is 61.
RGB:
(75,103,61)
(29%,40%,24%)

RGB channels and saturation

R 75 of 255 = 29%
G 103 of 255 = 40%
B 61 of 255 = 24%

75
103
61

R + G + B ~ 31%. #4B673D is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 103 + 61 = 239 (100%)
R 75 of 239 ~ 31.38%
G 103 of 239 ~ 43.1%
B 61 of 239 ~ 25.52%

%31.38
%43.1
%25.52

CMYK color model

#4B673D color CMYK value is (27,0,41,60).

  • cyan value is 27.18%
  • magenta value is 0.00%
  • yellow value is 40.78%
  • key color value is 59.61%
CMYK:
(27,0,41,60)
C27M0Y41K60 
(27%,0%,41%,60%)
(0.27/0.00/0.41/0.60)	

CMYK percentages

%27.18
%0
%40.78
%59.61

Codes

Color #4B673D in popluar color models

4B673D
RGB7510361
HSL100°25.61%32.16%
HSB/HSV100°40.78%40.39%
CMYK27.18%0.00%40.78%
59.61%

Color #4B673D in popluar number systems.

HEX4B673D
Decimal7510361
Binary10010111100111111101
Octal11314775

Shades and tints

Shades of #4B673D

#4B673D
(75,103,61)
#455E38
(69,94,56)
#3F5533
(63,85,51)
#394C2E
(57,76,46)
#334329
(51,67,41)
#2D3A24
(45,58,36)
#27311F
(39,49,31)
#21281A
(33,40,26)
#1B1F15
(27,31,21)
#151610
(21,22,16)
#0F0D0B
(15,13,11)
#000000
(0,0,0)

Tints of #4B673D

#4B673D
(75,103,61)
#5B744E
(91,116,78)
#6B815F
(107,129,95)
#7B8E70
(123,142,112)
#8B9B81
(139,155,129)
#9BA892
(155,168,146)
#ABB5A3
(171,181,163)
#BBC2B4
(187,194,180)
#CBCFC5
(203,207,197)
#DBDCD6
(219,220,214)
#EBE9E7
(235,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4B673D; }

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

This text font color is #4B673D.


Background Color

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

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

This div background color is #4B673D.


Border color

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

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

This div border color is #4B673D.


Opacity

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

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

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

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

This text has shadow with #4B673D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B673D on black background.


Color preview on white background

This text has color #4B673D on white background.



Black color preview on #4B673D background

This text has black color on #4B673D background.


White color preview on #4B673D background

This text has white color on #4B673D background.