COLOR #350C25

HEX: #350C25
RGB: (53,12,37)

Color info

#350C25 contains red, green and blue colors in about the same proportion. Web safe color of #350C25 is #330033 (or #303).

RGB color model

#350C25 color RGB value is (53,12,37).

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

RGB channels and saturation

R 53 of 255 = 21%
G 12 of 255 = 5%
B 37 of 255 = 15%

53
12
37

R + G + B ~ 14%. #350C25 is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 12 + 37 = 102 (100%)
R 53 of 102 ~ 51.96%
G 12 of 102 ~ 11.76%
B 37 of 102 ~ 36.27%

%51.96
%11.76
%36.27

CMYK color model

#350C25 color CMYK value is (0,77,30,79).

  • cyan value is 0.00%
  • magenta value is 77.36%
  • yellow value is 30.19%
  • key color value is 79.22%
CMYK: (0,77,30,79) C0M77Y30K79 (0%,77%,30%,79%) (0.00/0.77/0.30/0.79)

CMYK percentages

%0
%77.36
%30.19
%79.22

Codes

Color #350C25 in popluar color models

350C25
RGB531237
HSL323°63.08%12.75%
HSB/HSV323°77.36%20.78%
CMYK0.00%77.36%30.19%
79.22%

Color #350C25 in popluar number systems.

HEX350C25
Decimal531237
Binary1101011100100101
Octal651445

Shades and tints

Shades of #350C25

#350C25
(53,12,37)
#310B22
(49,11,34)
#2D0A1F
(45,10,31)
#29091C
(41,9,28)
#250819
(37,8,25)
#210716
(33,7,22)
#1D0613
(29,6,19)
#190510
(25,5,16)
#15040D
(21,4,13)
#11030A
(17,3,10)
#0D0207
(13,2,7)
#000000
(0,0,0)

Tints of #350C25

#350C25
(53,12,37)
#472238
(71,34,56)
#59384B
(89,56,75)
#6B4E5E
(107,78,94)
#7D6471
(125,100,113)
#8F7A84
(143,122,132)
#A19097
(161,144,151)
#B3A6AA
(179,166,170)
#C5BCBD
(197,188,189)
#D7D2D0
(215,210,208)
#E9E8E3
(233,232,227)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350C25 color. Also use rgb(53,12,37) instead hex code.

Text Font Color

.myTextColor { color: #350C25; }

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

This text font color is #350C25.


Background Color

.myBgColor { background-color: #350C25; }

<div style="background-color:#350C25">Inner text</div>

This div background color is #350C25.


Border color

.myBorderColor { border: 1px solid #350C25; }

<div style="border:3px solid #350C25">Div</div>

This div border color is #350C25.


Opacity

.myOpacity80 { color: #350C25; opacity: 0.8; }

<p style="color:#350C25;opacity:0.8;">80%</p>

Text with #350C25 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 #350C25;}

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

This text has shadow with #350C25 color.

.textShadow {text-shadow: 3px 3px 1px #350C25, 3px 3px 1px red;}

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

This text has shadow with #350C25 primary color and red secondary color.


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

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

This text has shadow with #350C25 and red colors in old Internet Explorer.


Div box shadow color

 /* css code */ .divShadow { -moz-box-shadow:	1px 1px 3px 2px #350C25; -webkit-box-shadow:	1px 1px 3px 2px #350C25; box-shadow:	1px 1px 3px 2px #350C25; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #350C25; -webkit-box-shadow: 1px 1px 3px 2px #350C25; box-shadow:1px 1px 3px 2px #350C25;">
Div content here</div>
This div box has shadow with color #350C25.

Preview

Color preview on black background

This text has color #350C25 on black background.


Color preview on white background

This text has color #350C25 on white background.



Black color preview on #350C25 background

This text has black color on #350C25 background.


White color preview on #350C25 background

This text has white color on #350C25 background.