COLOR #4B330C

HEX: #4B330C RGB: (75,51,12)

Color info

#4B330C contains mainly red and green colors. Web safe color of #4B330C is #333300 (or #330).

RGB color model

#4B330C color RGB value is (75,51,12).

RGB: (75,51,12) (29%, 20%, 5%)

RGB channels and saturation

R 75 of 255 = 29%
G 51 of 255 = 20%
B 12 of 255 = 5%

75
51
12

R + G + B ~ 18%. #4B330C is dark color.

Portions of RGB colors in percentages

R + G + B = 75 + 51 + 12 = 138 (100%)
R 75 of 138 ~ 54.35%
G 51 of 138 ~ 36.96%
B 12 of 138 ~ 8.7'%

%54.35
%36.96

CMYK color model

#4B330C color CMYK value is (0,32,84,71).

  • cyan value is 0.00%
  • magenta value is 32.00%
  • yellow value is 84.00%
  • key color value is 70.59%

CMYK: (0,32,84,71)
C0M32Y84K71 (0%, 32%, 84%, 71%)
(0.00 / 0.32 / 0.84 / 0.71)

CMYK percentages

%0
%32
%84
%70.59

Codes

Color #4B330C in popluar color models

4B 33 0C
RGB 75 51 12
HSL 37° 72.41% 17.06%
HSB/HSV 37° 84.00% 29.41%
CMYK 0.00% 32.00% 84.00%
70.59%

Color #4B330C in popluar number systems.

HEX 4B 33 0C
Decimal 75 51 12
Binary 1001011 110011 1100
Octal 113 63 14

Shades and tints

Shades of #4B330C

#4B330C
(75,51,12)
#452F0B
(69,47,11)
#3F2B0A
(63,43,10)
#392709
(57,39,9)
#332308
(51,35,8)
#2D1F07
(45,31,7)
#271B06
(39,27,6)
#211705
(33,23,5)
#1B1304
(27,19,4)
#150F03
(21,15,3)
#0F0B02
(15,11,2)
#000000
(0,0,0)

Tints of #4B330C

#4B330C
(75,51,12)
#5B4522
(91,69,34)
#6B5738
(107,87,56)
#7B694E
(123,105,78)
#8B7B64
(139,123,100)
#9B8D7A
(155,141,122)
#AB9F90
(171,159,144)
#BBB1A6
(187,177,166)
#CBC3BC
(203,195,188)
#DBD5D2
(219,213,210)
#EBE7E8
(235,231,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4B330C color. Also use rgb(75,51,12) instead hex code.

Text Font Color

.myTextColor { color: #4B330C; }

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

This text font color is #4B330C.

Background Color

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

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

This div background color is #4B330C.

Border color

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

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

This div border color is #4B330C.

Opacity

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

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

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

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

This text has shadow with #4B330C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4B330C.

Preview

Color preview on black background

This text has color #4B330C on black background.


Color preview on white background

This text has color #4B330C on white background.


Black color preview on #4B330C background

This text has black color on #4B330C background.


White color preview on #4B330C background

This text has white color on #4B330C background.


Related colors

Complementary color

Complementary color for #hex is #B4CCF3.


I love getcolorcode.com

Triadic colors

1 #0C4B33 and #330C4B with #4B330C are triadic colors.

2 #0C334B and #334B0C with #4B330C are triadic colors.