COLOR #253529

HEX: #253529
RGB: (37,53,41)

Color info

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

RGB color model

#253529 color RGB value is (37,53,41).

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

RGB channels and saturation

R 37 of 255 = 15%
G 53 of 255 = 21%
B 41 of 255 = 16%

37
53
41

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

Portions of RGB colors in percentages

R + G + B =
37 + 53 + 41 = 131 (100%)
R 37 of 131 ~ 28.24%
G 53 of 131 ~ 40.46%
B 41 of 131 ~ 31.3%

%28.24
%40.46
%31.3

CMYK color model

#253529 color CMYK value is (30,0,23,79).

  • cyan value is 30.19%
  • magenta value is 0.00%
  • yellow value is 22.64%
  • key color value is 79.22%
CMYK:
(30,0,23,79)
C30M0Y23K79 
(30%,0%,23%,79%)
(0.30/0.00/0.23/0.79)	

CMYK percentages

%30.19
%0
%22.64
%79.22

Codes

Color #253529 in popluar color models

253529
RGB375341
HSL135°17.78%17.65%
HSB/HSV135°30.19%20.78%
CMYK30.19%0.00%22.64%
79.22%

Color #253529 in popluar number systems.

HEX253529
Decimal375341
Binary100101110101101001
Octal456551

Shades and tints

Shades of #253529

#253529
(37,53,41)
#223126
(34,49,38)
#1F2D23
(31,45,35)
#1C2920
(28,41,32)
#19251D
(25,37,29)
#16211A
(22,33,26)
#131D17
(19,29,23)
#101914
(16,25,20)
#0D1511
(13,21,17)
#0A110E
(10,17,14)
#070D0B
(7,13,11)
#000000
(0,0,0)

Tints of #253529

#253529
(37,53,41)
#38473C
(56,71,60)
#4B594F
(75,89,79)
#5E6B62
(94,107,98)
#717D75
(113,125,117)
#848F88
(132,143,136)
#97A19B
(151,161,155)
#AAB3AE
(170,179,174)
#BDC5C1
(189,197,193)
#D0D7D4
(208,215,212)
#E3E9E7
(227,233,231)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253529; }

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

This text font color is #253529.


Background Color

.myBgColor { background-color: #253529; }

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

This div background color is #253529.


Border color

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

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

This div border color is #253529.


Opacity

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

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

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

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

This text has shadow with #253529 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #253529 on black background.


Color preview on white background

This text has color #253529 on white background.



Black color preview on #253529 background

This text has black color on #253529 background.


White color preview on #253529 background

This text has white color on #253529 background.