COLOR #253835

HEX: #253835 RGB: (37,56,53)

Color info

#253835 contains red, green and blue colors in about the same proportion. Web safe color of #253835 is #333333 (or #333).

RGB color model

#253835 color RGB value is (37,56,53).

RGB: (37,56,53) (15%, 22%, 21%)

RGB channels and saturation

R 37 of 255 = 15%
G 56 of 255 = 22%
B 53 of 255 = 21%

37
56
53

R + G + B ~ 19%. #253835 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 56 + 53 = 146 (100%)
R 37 of 146 ~ 25.34%
G 56 of 146 ~ 38.36%
B 53 of 146 ~ 36.3'%

%25.34
%38.36
%36.3

CMYK color model

#253835 color CMYK value is (34,0,5,78).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 5.36%
  • key color value is 78.04%

CMYK: (34,0,5,78)
C34M0Y5K78 (34%, 0%, 5%, 78%)
(0.34 / 0.00 / 0.05 / 0.78)

CMYK percentages

%33.93
%0
%5.36
%78.04

Codes

Color #253835 in popluar color models

25 38 35
RGB 37 56 53
HSL 171° 20.43% 18.24%
HSB/HSV 171° 33.93% 21.96%
CMYK 33.93% 0.00% 5.36%
78.04%

Color #253835 in popluar number systems.

HEX 25 38 35
Decimal 37 56 53
Binary 100101 111000 110101
Octal 45 70 65

Shades and tints

Shades of #253835

#253835
(37,56,53)
#223331
(34,51,49)
#1F2E2D
(31,46,45)
#1C2929
(28,41,41)
#192425
(25,36,37)
#161F21
(22,31,33)
#131A1D
(19,26,29)
#101519
(16,21,25)
#0D1015
(13,16,21)
#0A0B11
(10,11,17)
#07060D
(7,6,13)
#000000
(0,0,0)

Tints of #253835

#253835
(37,56,53)
#384A47
(56,74,71)
#4B5C59
(75,92,89)
#5E6E6B
(94,110,107)
#71807D
(113,128,125)
#84928F
(132,146,143)
#97A4A1
(151,164,161)
#AAB6B3
(170,182,179)
#BDC8C5
(189,200,197)
#D0DAD7
(208,218,215)
#E3ECE9
(227,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253835; }

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

This text font color is #253835.

Background Color

.myBgColor { background-color: #253835; }

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

This div background color is #253835.

Border color

.myBorderColor { border: 1px solid #253835; }

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

This div border color is #253835.

Opacity

.myOpacity80 { color: #253835; opacity: 0.8; }

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

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

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

This text has shadow with #253835 color.


.textShadow {text-shadow: 3px 3px 1px #253835', 3px 3px 1px red;}

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

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


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

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

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

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #253835; -webkit-box-shadow: 1px 1px 3px 2px #253835; box-shadow:1px 1px 3px 2px #253835;">
Div content here
</div>

This div box has shadow with color #253835.

Preview

Color preview on black background

This text has color #253835 on black background.


Color preview on white background

This text has color #253835 on white background.


Black color preview on #253835 background

This text has black color on #253835 background.


White color preview on #253835 background

This text has white color on #253835 background.


Related colors

Complementary color

Complementary color for #hex is #DAC7CA.


I love getcolorcode.com

Triadic colors

1 #352538 and #383525 with #253835 are triadic colors.

2 #353825 and #382535 with #253835 are triadic colors.