COLOR #4B5034

HEX: #4B5034
RGB: (75,80,52)

Color info

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

RGB color model

#4B5034 color RGB value is (75,80,52).

  • red value is 75;
  • green value is 80;
  • blue value is 52.
RGB:
(75,80,52)
(29%,31%,20%)

RGB channels and saturation

R 75 of 255 = 29%
G 80 of 255 = 31%
B 52 of 255 = 20%

75
80
52

R + G + B ~ 27%. #4B5034 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
75 + 80 + 52 = 207 (100%)
R 75 of 207 ~ 36.23%
G 80 of 207 ~ 38.65%
B 52 of 207 ~ 25.12%

%36.23
%38.65
%25.12

CMYK color model

#4B5034 color CMYK value is (6,0,35,69).

  • cyan value is 6.25%
  • magenta value is 0.00%
  • yellow value is 35.00%
  • key color value is 68.63%
CMYK:
(6,0,35,69)
C6M0Y35K69 
(6%,0%,35%,69%)
(0.06/0.00/0.35/0.69)	

CMYK percentages

%6.25
%0
%35
%68.63

Codes

Color #4B5034 in popluar color models

4B5034
RGB758052
HSL71°21.21%25.88%
HSB/HSV71°35.00%31.37%
CMYK6.25%0.00%35.00%
68.63%

Color #4B5034 in popluar number systems.

HEX4B5034
Decimal758052
Binary10010111010000110100
Octal11312064

Shades and tints

Shades of #4B5034

#4B5034
(75,80,52)
#454930
(69,73,48)
#3F422C
(63,66,44)
#393B28
(57,59,40)
#333424
(51,52,36)
#2D2D20
(45,45,32)
#27261C
(39,38,28)
#211F18
(33,31,24)
#1B1814
(27,24,20)
#151110
(21,17,16)
#0F0A0C
(15,10,12)
#000000
(0,0,0)

Tints of #4B5034

#4B5034
(75,80,52)
#5B5F46
(91,95,70)
#6B6E58
(107,110,88)
#7B7D6A
(123,125,106)
#8B8C7C
(139,140,124)
#9B9B8E
(155,155,142)
#ABAAA0
(171,170,160)
#BBB9B2
(187,185,178)
#CBC8C4
(203,200,196)
#DBD7D6
(219,215,214)
#EBE6E8
(235,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B5034 color. Also use rgb(75,80,52) instead hex code.

Text Font Color

.myTextColor { color: #4B5034; }

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

This text font color is #4B5034.


Background Color

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

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

This div background color is #4B5034.


Border color

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

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

This div border color is #4B5034.


Opacity

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

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

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

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

This text has shadow with #4B5034 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4B5034 on black background.


Color preview on white background

This text has color #4B5034 on white background.



Black color preview on #4B5034 background

This text has black color on #4B5034 background.


White color preview on #4B5034 background

This text has white color on #4B5034 background.