COLOR #35230A

HEX: #35230A
RGB: (53,35,10)

Color info

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

RGB color model

#35230A color RGB value is (53,35,10).

  • red value is 53;
  • green value is 35;
  • blue value is 10.
RGB:
(53,35,10)
(21%,14%,4%)

RGB channels and saturation

R 53 of 255 = 21%
G 35 of 255 = 14%
B 10 of 255 = 4%

53
35
10

R + G + B ~ 13%. #35230A is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 35 + 10 = 98 (100%)
R 53 of 98 ~ 54.08%
G 35 of 98 ~ 35.71%
B 10 of 98 ~ 10.2%

%54.08
%35.71
%10.2

CMYK color model

#35230A color CMYK value is (0,34,81,79).

  • cyan value is 0.00%
  • magenta value is 33.96%
  • yellow value is 81.13%
  • key color value is 79.22%
CMYK:
(0,34,81,79)
C0M34Y81K79 
(0%,34%,81%,79%)
(0.00/0.34/0.81/0.79)	

CMYK percentages

%0
%33.96
%81.13
%79.22

Codes

Color #35230A in popluar color models

35230A
RGB533510
HSL35°68.25%12.35%
HSB/HSV35°81.13%20.78%
CMYK0.00%33.96%81.13%
79.22%

Color #35230A in popluar number systems.

HEX35230A
Decimal533510
Binary1101011000111010
Octal654312

Shades and tints

Shades of #35230A

#35230A
(53,35,10)
#31200A
(49,32,10)
#2D1D0A
(45,29,10)
#291A0A
(41,26,10)
#25170A
(37,23,10)
#21140A
(33,20,10)
#1D110A
(29,17,10)
#190E0A
(25,14,10)
#150B0A
(21,11,10)
#11080A
(17,8,10)
#0D050A
(13,5,10)
#000000
(0,0,0)

Tints of #35230A

#35230A
(53,35,10)
#473720
(71,55,32)
#594B36
(89,75,54)
#6B5F4C
(107,95,76)
#7D7362
(125,115,98)
#8F8778
(143,135,120)
#A19B8E
(161,155,142)
#B3AFA4
(179,175,164)
#C5C3BA
(197,195,186)
#D7D7D0
(215,215,208)
#E9EBE6
(233,235,230)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #35230A; }

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

This text font color is #35230A.


Background Color

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

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

This div background color is #35230A.


Border color

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

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

This div border color is #35230A.


Opacity

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

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

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

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

This text has shadow with #35230A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35230A on black background.


Color preview on white background

This text has color #35230A on white background.



Black color preview on #35230A background

This text has black color on #35230A background.


White color preview on #35230A background

This text has white color on #35230A background.