COLOR #253020

HEX: #253020 RGB: (37,48,32)

Color info

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

RGB color model

#253020 color RGB value is (37,48,32).

RGB: (37,48,32) (15%, 19%, 13%)

RGB channels and saturation

R 37 of 255 = 15%
G 48 of 255 = 19%
B 32 of 255 = 13%

37
48
32

R + G + B ~ 16%. #253020 is dark color.

Portions of RGB colors in percentages

R + G + B = 37 + 48 + 32 = 117 (100%)
R 37 of 117 ~ 31.62%
G 48 of 117 ~ 41.03%
B 32 of 117 ~ 27.35'%

%31.62
%41.03
%27.35

CMYK color model

#253020 color CMYK value is (23,0,33,81).

  • cyan value is 22.92%
  • magenta value is 0.00%
  • yellow value is 33.33%
  • key color value is 81.18%
CMYK: (23,0,33,81) C23M0Y33K81 (23%,0%,33%,81%) (0.23/0.00/0.33/0.81) 

CMYK percentages

%22.92
%0
%33.33
%81.18

Codes

Color #253020 in popluar color models

25 30 20
RGB 37 48 32
HSL 101° 20.00% 15.69%
HSB/HSV 101° 33.33% 18.82%
CMYK 22.92% 0.00% 33.33%
81.18%

Color #253020 in popluar number systems.

HEX 25 30 20
Decimal 37 48 32
Binary 100101 110000 100000
Octal 45 60 40

Shades and tints

Shades of #253020

#253020
(37,48,32)
#222C1E
(34,44,30)
#1F281C
(31,40,28)
#1C241A
(28,36,26)
#192018
(25,32,24)
#161C16
(22,28,22)
#131814
(19,24,20)
#101412
(16,20,18)
#0D1010
(13,16,16)
#0A0C0E
(10,12,14)
#07080C
(7,8,12)
#000000
(0,0,0)

Tints of #253020

#253020
(37,48,32)
#384234
(56,66,52)
#4B5448
(75,84,72)
#5E665C
(94,102,92)
#717870
(113,120,112)
#848A84
(132,138,132)
#979C98
(151,156,152)
#AAAEAC
(170,174,172)
#BDC0C0
(189,192,192)
#D0D2D4
(208,210,212)
#E3E4E8
(227,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #253020 color. Also use rgb(37,48,32) instead hex code.

Text Font Color

.myTextColor { color: #253020; }

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

This text font color is #253020.

Background Color

.myBgColor { background-color: #253020; }

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

This div background color is #253020.

Border color

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

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

This div border color is #253020.

Opacity

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

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

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

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

This text has shadow with #253020 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253020.

Preview

Color preview on black background

This text has color #253020 on black background.


Color preview on white background

This text has color #253020 on white background.


Black color preview on #253020 background

This text has black color on #253020 background.


White color preview on #253020 background

This text has white color on #253020 background.


Related colors

Complementary color

Complementary color for #hex is #DACFDF.


I love getcolorcode.com

Triadic colors

1 #202530 and #302025 with #253020 are triadic colors.

2 #203025 and #302520 with #253020 are triadic colors.