COLOR #35520B

HEX: #35520B RGB: (53,82,11)

Color info

#35520B contains mainly red and green colors. Web safe color of #35520B is #336600 (or #360).

RGB color model

#35520B color RGB value is (53,82,11).

RGB: (53,82,11) (21%, 32%, 4%)

RGB channels and saturation

R 53 of 255 = 21%
G 82 of 255 = 32%
B 11 of 255 = 4%

53
82
11

R + G + B ~ 19%. #35520B is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 82 + 11 = 146 (100%)
R 53 of 146 ~ 36.3%
G 82 of 146 ~ 56.16%
B 11 of 146 ~ 7.53'%

%36.3
%56.16

CMYK color model

#35520B color CMYK value is (35,0,87,68).

  • cyan value is 35.37%
  • magenta value is 0.00%
  • yellow value is 86.59%
  • key color value is 67.84%

CMYK: (35,0,87,68)
C35M0Y87K68 (35%, 0%, 87%, 68%)
(0.35 / 0.00 / 0.87 / 0.68)

CMYK percentages

%35.37
%0
%86.59
%67.84

Codes

Color #35520B in popluar color models

35 52 0B
RGB 53 82 11
HSL 85° 76.34% 18.24%
HSB/HSV 85° 86.59% 32.16%
CMYK 35.37% 0.00% 86.59%
67.84%

Color #35520B in popluar number systems.

HEX 35 52 0B
Decimal 53 82 11
Binary 110101 1010010 1011
Octal 65 122 13

Shades and tints

Shades of #35520B

#35520B
(53,82,11)
#314B0A
(49,75,10)
#2D4409
(45,68,9)
#293D08
(41,61,8)
#253607
(37,54,7)
#212F06
(33,47,6)
#1D2805
(29,40,5)
#192104
(25,33,4)
#151A03
(21,26,3)
#111302
(17,19,2)
#0D0C01
(13,12,1)
#000000
(0,0,0)

Tints of #35520B

#35520B
(53,82,11)
#476121
(71,97,33)
#597037
(89,112,55)
#6B7F4D
(107,127,77)
#7D8E63
(125,142,99)
#8F9D79
(143,157,121)
#A1AC8F
(161,172,143)
#B3BBA5
(179,187,165)
#C5CABB
(197,202,187)
#D7D9D1
(215,217,209)
#E9E8E7
(233,232,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35520B color. Also use rgb(53,82,11) instead hex code.

Text Font Color

.myTextColor { color: #35520B; }

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

This text font color is #35520B.

Background Color

.myBgColor { background-color: #35520B; }

<div style="background-color:#35520B">Inner text</div>

This div background color is #35520B.

Border color

.myBorderColor { border: 1px solid #35520B; }

<div style="border:3px solid #35520B">Div</div>

This div border color is #35520B.

Opacity

.myOpacity80 { color: #35520B; opacity: 0.8; }

<p style="color:#35520B;opacity:0.8;">80%</p>

Text with #35520B 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 #35520B;}

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

This text has shadow with #35520B color.


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

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

This text has shadow with #35520B primary color and red secondary color.


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

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

This text has shadow with #35520B and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35520B.

Preview

Color preview on black background

This text has color #35520B on black background.


Color preview on white background

This text has color #35520B on white background.


Black color preview on #35520B background

This text has black color on #35520B background.


White color preview on #35520B background

This text has white color on #35520B background.


Related colors

Complementary color

Complementary color for #hex is #CAADF4.


I love getcolorcode.com

Triadic colors

1 #0B3552 and #520B35 with #35520B are triadic colors.

2 #0B5235 and #52350B with #35520B are triadic colors.