COLOR #353B12

HEX: #353B12
RGB: (53,59,18)

Color info

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

RGB color model

#353B12 color RGB value is (53,59,18).

  • red value is 53;
  • green value is 59;
  • blue value is 18.
RGB:
(53,59,18)
(21%,23%,7%)

RGB channels and saturation

R 53 of 255 = 21%
G 59 of 255 = 23%
B 18 of 255 = 7%

53
59
18

R + G + B ~ 17%. #353B12 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 59 + 18 = 130 (100%)
R 53 of 130 ~ 40.77%
G 59 of 130 ~ 45.38%
B 18 of 130 ~ 13.85%

%40.77
%45.38
%13.85

CMYK color model

#353B12 color CMYK value is (10,0,69,77).

  • cyan value is 10.17%
  • magenta value is 0.00%
  • yellow value is 69.49%
  • key color value is 76.86%
CMYK:
(10,0,69,77)
C10M0Y69K77 
(10%,0%,69%,77%)
(0.10/0.00/0.69/0.77)	

CMYK percentages

%10.17
%0
%69.49
%76.86

Codes

Color #353B12 in popluar color models

353B12
RGB535918
HSL69°53.25%15.10%
HSB/HSV69°69.49%23.14%
CMYK10.17%0.00%69.49%
76.86%

Color #353B12 in popluar number systems.

HEX353B12
Decimal535918
Binary11010111101110010
Octal657322

Shades and tints

Shades of #353B12

#353B12
(53,59,18)
#313611
(49,54,17)
#2D3110
(45,49,16)
#292C0F
(41,44,15)
#25270E
(37,39,14)
#21220D
(33,34,13)
#1D1D0C
(29,29,12)
#19180B
(25,24,11)
#15130A
(21,19,10)
#110E09
(17,14,9)
#0D0908
(13,9,8)
#000000
(0,0,0)

Tints of #353B12

#353B12
(53,59,18)
#474C27
(71,76,39)
#595D3C
(89,93,60)
#6B6E51
(107,110,81)
#7D7F66
(125,127,102)
#8F907B
(143,144,123)
#A1A190
(161,161,144)
#B3B2A5
(179,178,165)
#C5C3BA
(197,195,186)
#D7D4CF
(215,212,207)
#E9E5E4
(233,229,228)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #353B12 color. Also use rgb(53,59,18) instead hex code.

Text Font Color

.myTextColor { color: #353B12; }

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

This text font color is #353B12.


Background Color

.myBgColor { background-color: #353B12; }

<div style="background-color:#353B12">Inner text</div>

This div background color is #353B12.


Border color

.myBorderColor { border: 1px solid #353B12; }

<div style="border:3px solid #353B12">Div</div>

This div border color is #353B12.


Opacity

.myOpacity80 { color: #353B12; opacity: 0.8; }

<p style="color:#353B12;opacity:0.8;">80%</p>

Text with #353B12 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 #353B12;}

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

This text has shadow with #353B12 color.

.textShadow {text-shadow: 3px 3px 1px #353B12, 3px 3px 1px red;}

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

This text has shadow with #353B12 primary color and red secondary color.


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

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

This text has shadow with #353B12 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #353B12 on black background.


Color preview on white background

This text has color #353B12 on white background.



Black color preview on #353B12 background

This text has black color on #353B12 background.


White color preview on #353B12 background

This text has white color on #353B12 background.