COLOR #35330A

HEX: #35330A RGB: (53,51,10)

Color info

#35330A contains red, green and blue colors in about the same proportion. Web safe color of #35330A is #333300 (or #330).

RGB color model

#35330A color RGB value is (53,51,10).

RGB: (53,51,10) (21%, 20%, 4%)

RGB channels and saturation

R 53 of 255 = 21%
G 51 of 255 = 20%
B 10 of 255 = 4%

53
51
10

R + G + B ~ 15%. #35330A is dark color.

Portions of RGB colors in percentages

R + G + B = 53 + 51 + 10 = 114 (100%)
R 53 of 114 ~ 46.49%
G 51 of 114 ~ 44.74%
B 10 of 114 ~ 8.77'%

%46.49
%44.74

CMYK color model

#35330A color CMYK value is (0,4,81,79).

  • cyan value is 0.00%
  • magenta value is 3.77%
  • yellow value is 81.13%
  • key color value is 79.22%

CMYK: (0,4,81,79)
C0M4Y81K79 (0%, 4%, 81%, 79%)
(0.00 / 0.04 / 0.81 / 0.79)

CMYK percentages

%0
%3.77
%81.13
%79.22

Codes

Color #35330A in popluar color models

35 33 0A
RGB 53 51 10
HSL 57° 68.25% 12.35%
HSB/HSV 57° 81.13% 20.78%
CMYK 0.00% 3.77% 81.13%
79.22%

Color #35330A in popluar number systems.

HEX 35 33 0A
Decimal 53 51 10
Binary 110101 110011 1010
Octal 65 63 12

Shades and tints

Shades of #35330A

#35330A
(53,51,10)
#312F0A
(49,47,10)
#2D2B0A
(45,43,10)
#29270A
(41,39,10)
#25230A
(37,35,10)
#211F0A
(33,31,10)
#1D1B0A
(29,27,10)
#19170A
(25,23,10)
#15130A
(21,19,10)
#110F0A
(17,15,10)
#0D0B0A
(13,11,10)
#000000
(0,0,0)

Tints of #35330A

#35330A
(53,51,10)
#474520
(71,69,32)
#595736
(89,87,54)
#6B694C
(107,105,76)
#7D7B62
(125,123,98)
#8F8D78
(143,141,120)
#A19F8E
(161,159,142)
#B3B1A4
(179,177,164)
#C5C3BA
(197,195,186)
#D7D5D0
(215,213,208)
#E9E7E6
(233,231,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35330A color. Also use rgb(53,51,10) instead hex code.

Text Font Color

.myTextColor { color: #35330A; }

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

This text font color is #35330A.

Background Color

.myBgColor { background-color: #35330A; }

<div style="background-color:#35330A">Inner text</div>

This div background color is #35330A.

Border color

.myBorderColor { border: 1px solid #35330A; }

<div style="border:3px solid #35330A">Div</div>

This div border color is #35330A.

Opacity

.myOpacity80 { color: #35330A; opacity: 0.8; }

<p style="color:#35330A;opacity:0.8;">80%</p>

Text with #35330A 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 #35330A;}

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

This text has shadow with #35330A color.


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

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

This text has shadow with #35330A primary color and red secondary color.


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

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

This text has shadow with #35330A and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #35330A.

Preview

Color preview on black background

This text has color #35330A on black background.


Color preview on white background

This text has color #35330A on white background.


Black color preview on #35330A background

This text has black color on #35330A background.


White color preview on #35330A background

This text has white color on #35330A background.


Related colors

Complementary color

Complementary color for #hex is #CACCF5.


I love getcolorcode.com

Triadic colors

1 #0A3533 and #330A35 with #35330A are triadic colors.

2 #0A3335 and #33350A with #35330A are triadic colors.