COLOR #4B613A

HEX: #4B613A
RGB: (75,97,58)

Color info

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

RGB color model

#4B613A color RGB value is (75,97,58).

  • red value is 75;
  • green value is 97;
  • blue value is 58.
RGB:
(75,97,58)
(29%,38%,23%)

RGB channels and saturation

R 75 of 255 = 29%
G 97 of 255 = 38%
B 58 of 255 = 23%

75
97
58

R + G + B ~ 30%. #4B613A is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 97 + 58 = 230 (100%)
R 75 of 230 ~ 32.61%
G 97 of 230 ~ 42.17%
B 58 of 230 ~ 25.22%

%32.61
%42.17
%25.22

CMYK color model

#4B613A color CMYK value is (23,0,40,62).

  • cyan value is 22.68%
  • magenta value is 0.00%
  • yellow value is 40.21%
  • key color value is 61.96%
CMYK:
(23,0,40,62)
C23M0Y40K62 
(23%,0%,40%,62%)
(0.23/0.00/0.40/0.62)	

CMYK percentages

%22.68
%0
%40.21
%61.96

Codes

Color #4B613A in popluar color models

4B613A
RGB759758
HSL94°25.16%30.39%
HSB/HSV94°40.21%38.04%
CMYK22.68%0.00%40.21%
61.96%

Color #4B613A in popluar number systems.

HEX4B613A
Decimal759758
Binary10010111100001111010
Octal11314172

Shades and tints

Shades of #4B613A

#4B613A
(75,97,58)
#455935
(69,89,53)
#3F5130
(63,81,48)
#39492B
(57,73,43)
#334126
(51,65,38)
#2D3921
(45,57,33)
#27311C
(39,49,28)
#212917
(33,41,23)
#1B2112
(27,33,18)
#15190D
(21,25,13)
#0F1108
(15,17,8)
#000000
(0,0,0)

Tints of #4B613A

#4B613A
(75,97,58)
#5B6F4B
(91,111,75)
#6B7D5C
(107,125,92)
#7B8B6D
(123,139,109)
#8B997E
(139,153,126)
#9BA78F
(155,167,143)
#ABB5A0
(171,181,160)
#BBC3B1
(187,195,177)
#CBD1C2
(203,209,194)
#DBDFD3
(219,223,211)
#EBEDE4
(235,237,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B613A color. Also use rgb(75,97,58) instead hex code.

Text Font Color

.myTextColor { color: #4B613A; }

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

This text font color is #4B613A.


Background Color

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

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

This div background color is #4B613A.


Border color

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

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

This div border color is #4B613A.


Opacity

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

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

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

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

This text has shadow with #4B613A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B613A on black background.


Color preview on white background

This text has color #4B613A on white background.



Black color preview on #4B613A background

This text has black color on #4B613A background.


White color preview on #4B613A background

This text has white color on #4B613A background.