COLOR #350F3B

HEX: #350F3B
RGB: (53,15,59)

Color info

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

RGB color model

#350F3B color RGB value is (53,15,59).

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

RGB channels and saturation

R 53 of 255 = 21%
G 15 of 255 = 6%
B 59 of 255 = 23%

53
15
59

R + G + B ~ 17%. #350F3B is dark color.

Portions of RGB colors in percentages

R + G + B =
53 + 15 + 59 = 127 (100%)
R 53 of 127 ~ 41.73%
G 15 of 127 ~ 11.81%
B 59 of 127 ~ 46.46%

%41.73
%11.81
%46.46

CMYK color model

#350F3B color CMYK value is (10,75,0,77).

  • cyan value is 10.17%
  • magenta value is 74.58%
  • yellow value is 0.00%
  • key color value is 76.86%
CMYK:
(10,75,0,77)
C10M75Y0K77 
(10%,75%,0%,77%)
(0.10/0.75/0.00/0.77)	

CMYK percentages

%10.17
%74.58
%0
%76.86

Codes

Color #350F3B in popluar color models

350F3B
RGB531559
HSL292°59.46%14.51%
HSB/HSV292°74.58%23.14%
CMYK10.17%74.58%0.00%
76.86%

Color #350F3B in popluar number systems.

HEX350F3B
Decimal531559
Binary1101011111111011
Octal651773

Shades and tints

Shades of #350F3B

#350F3B
(53,15,59)
#310E36
(49,14,54)
#2D0D31
(45,13,49)
#290C2C
(41,12,44)
#250B27
(37,11,39)
#210A22
(33,10,34)
#1D091D
(29,9,29)
#190818
(25,8,24)
#150713
(21,7,19)
#11060E
(17,6,14)
#0D0509
(13,5,9)
#000000
(0,0,0)

Tints of #350F3B

#350F3B
(53,15,59)
#47244C
(71,36,76)
#59395D
(89,57,93)
#6B4E6E
(107,78,110)
#7D637F
(125,99,127)
#8F7890
(143,120,144)
#A18DA1
(161,141,161)
#B3A2B2
(179,162,178)
#C5B7C3
(197,183,195)
#D7CCD4
(215,204,212)
#E9E1E5
(233,225,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #350F3B color. Also use rgb(53,15,59) instead hex code.

Text Font Color

.myTextColor { color: #350F3B; }

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

This text font color is #350F3B.


Background Color

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

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

This div background color is #350F3B.


Border color

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

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

This div border color is #350F3B.


Opacity

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

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

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

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

This text has shadow with #350F3B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #350F3B on black background.


Color preview on white background

This text has color #350F3B on white background.



Black color preview on #350F3B background

This text has black color on #350F3B background.


White color preview on #350F3B background

This text has white color on #350F3B background.