COLOR #35251A

HEX: #35251A
RGB: (53,37,26)

Color info

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

RGB color model

#35251A color RGB value is (53,37,26).

  • red value is 53;
  • green value is 37;
  • blue value is 26.
RGB:
(53,37,26)
(21%,15%,10%)

RGB channels and saturation

R 53 of 255 = 21%
G 37 of 255 = 15%
B 26 of 255 = 10%

53
37
26

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

Portions of RGB colors in percentages

R + G + B =
53 + 37 + 26 = 116 (100%)
R 53 of 116 ~ 45.69%
G 37 of 116 ~ 31.9%
B 26 of 116 ~ 22.41%

%45.69
%31.9
%22.41

CMYK color model

#35251A color CMYK value is (0,30,51,79).

  • cyan value is 0.00%
  • magenta value is 30.19%
  • yellow value is 50.94%
  • key color value is 79.22%
CMYK:
(0,30,51,79)
C0M30Y51K79 
(0%,30%,51%,79%)
(0.00/0.30/0.51/0.79)	

CMYK percentages

%0
%30.19
%50.94
%79.22

Codes

Color #35251A in popluar color models

35251A
RGB533726
HSL24°34.18%15.49%
HSB/HSV24°50.94%20.78%
CMYK0.00%30.19%50.94%
79.22%

Color #35251A in popluar number systems.

HEX35251A
Decimal533726
Binary11010110010111010
Octal654532

Shades and tints

Shades of #35251A

#35251A
(53,37,26)
#312218
(49,34,24)
#2D1F16
(45,31,22)
#291C14
(41,28,20)
#251912
(37,25,18)
#211610
(33,22,16)
#1D130E
(29,19,14)
#19100C
(25,16,12)
#150D0A
(21,13,10)
#110A08
(17,10,8)
#0D0706
(13,7,6)
#000000
(0,0,0)

Tints of #35251A

#35251A
(53,37,26)
#47382E
(71,56,46)
#594B42
(89,75,66)
#6B5E56
(107,94,86)
#7D716A
(125,113,106)
#8F847E
(143,132,126)
#A19792
(161,151,146)
#B3AAA6
(179,170,166)
#C5BDBA
(197,189,186)
#D7D0CE
(215,208,206)
#E9E3E2
(233,227,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #35251A color. Also use rgb(53,37,26) instead hex code.

Text Font Color

.myTextColor { color: #35251A; }

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

This text font color is #35251A.


Background Color

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

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

This div background color is #35251A.


Border color

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

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

This div border color is #35251A.


Opacity

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

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

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

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

This text has shadow with #35251A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #35251A on black background.


Color preview on white background

This text has color #35251A on white background.



Black color preview on #35251A background

This text has black color on #35251A background.


White color preview on #35251A background

This text has white color on #35251A background.