COLOR #4B6625

HEX: #4B6625
RGB: (75,102,37)

Color info

#4B6625 contains mainly red and green colors. Web safe color of #4B6625 is #336633 (or #363).

RGB color model

#4B6625 color RGB value is (75,102,37).

  • red value is 75;
  • green value is 102;
  • blue value is 37.
RGB:
(75,102,37)
(29%,40%,15%)

RGB channels and saturation

R 75 of 255 = 29%
G 102 of 255 = 40%
B 37 of 255 = 15%

75
102
37

R + G + B ~ 28%. #4B6625 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 102 + 37 = 214 (100%)
R 75 of 214 ~ 35.05%
G 102 of 214 ~ 47.66%
B 37 of 214 ~ 17.29%

%35.05
%47.66
%17.29

CMYK color model

#4B6625 color CMYK value is (26,0,64,60).

  • cyan value is 26.47%
  • magenta value is 0.00%
  • yellow value is 63.73%
  • key color value is 60.00%
CMYK:
(26,0,64,60)
C26M0Y64K60 
(26%,0%,64%,60%)
(0.26/0.00/0.64/0.60)	

CMYK percentages

%26.47
%0
%63.73
%60

Codes

Color #4B6625 in popluar color models

4B6625
RGB7510237
HSL85°46.76%27.25%
HSB/HSV85°63.73%40.00%
CMYK26.47%0.00%63.73%
60.00%

Color #4B6625 in popluar number systems.

HEX4B6625
Decimal7510237
Binary10010111100110100101
Octal11314645

Shades and tints

Shades of #4B6625

#4B6625
(75,102,37)
#455D22
(69,93,34)
#3F541F
(63,84,31)
#394B1C
(57,75,28)
#334219
(51,66,25)
#2D3916
(45,57,22)
#273013
(39,48,19)
#212710
(33,39,16)
#1B1E0D
(27,30,13)
#15150A
(21,21,10)
#0F0C07
(15,12,7)
#000000
(0,0,0)

Tints of #4B6625

#4B6625
(75,102,37)
#5B7338
(91,115,56)
#6B804B
(107,128,75)
#7B8D5E
(123,141,94)
#8B9A71
(139,154,113)
#9BA784
(155,167,132)
#ABB497
(171,180,151)
#BBC1AA
(187,193,170)
#CBCEBD
(203,206,189)
#DBDBD0
(219,219,208)
#EBE8E3
(235,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B6625 color. Also use rgb(75,102,37) instead hex code.

Text Font Color

.myTextColor { color: #4B6625; }

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

This text font color is #4B6625.


Background Color

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

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

This div background color is #4B6625.


Border color

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

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

This div border color is #4B6625.


Opacity

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

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

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

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

This text has shadow with #4B6625 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B6625 on black background.


Color preview on white background

This text has color #4B6625 on white background.



Black color preview on #4B6625 background

This text has black color on #4B6625 background.


White color preview on #4B6625 background

This text has white color on #4B6625 background.