COLOR #253823

HEX: #253823 RGB: (37,56,35)

Color info

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

RGB color model

#253823 color RGB value is (37,56,35).

RGB: (37,56,35) (15%, 22%, 14%)

RGB channels and saturation

R 37 of 255 = 15%
G 56 of 255 = 22%
B 35 of 255 = 14%

37
56
35

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

Portions of RGB colors in percentages

R + G + B = 37 + 56 + 35 = 128 (100%)
R 37 of 128 ~ 28.91%
G 56 of 128 ~ 43.75%
B 35 of 128 ~ 27.34'%

%28.91
%43.75
%27.34

CMYK color model

#253823 color CMYK value is (34,0,38,78).

  • cyan value is 33.93%
  • magenta value is 0.00%
  • yellow value is 37.50%
  • key color value is 78.04%
CMYK: (34,0,38,78) C34M0Y38K78 (34%,0%,38%,78%) (0.34/0.00/0.38/0.78) 

CMYK percentages

%33.93
%0
%37.5
%78.04

Codes

Color #253823 in popluar color models

25 38 23
RGB 37 56 35
HSL 114° 23.08% 17.84%
HSB/HSV 114° 37.50% 21.96%
CMYK 33.93% 0.00% 37.50%
78.04%

Color #253823 in popluar number systems.

HEX 25 38 23
Decimal 37 56 35
Binary 100101 111000 100011
Octal 45 70 43

Shades and tints

Shades of #253823

#253823
(37,56,35)
#223320
(34,51,32)
#1F2E1D
(31,46,29)
#1C291A
(28,41,26)
#192417
(25,36,23)
#161F14
(22,31,20)
#131A11
(19,26,17)
#10150E
(16,21,14)
#0D100B
(13,16,11)
#0A0B08
(10,11,8)
#070605
(7,6,5)
#000000
(0,0,0)

Tints of #253823

#253823
(37,56,35)
#384A37
(56,74,55)
#4B5C4B
(75,92,75)
#5E6E5F
(94,110,95)
#718073
(113,128,115)
#849287
(132,146,135)
#97A49B
(151,164,155)
#AAB6AF
(170,182,175)
#BDC8C3
(189,200,195)
#D0DAD7
(208,218,215)
#E3ECEB
(227,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #253823; }

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

This text font color is #253823.

Background Color

.myBgColor { background-color: #253823; }

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

This div background color is #253823.

Border color

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

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

This div border color is #253823.

Opacity

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

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

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

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

This text has shadow with #253823 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #253823.

Preview

Color preview on black background

This text has color #253823 on black background.


Color preview on white background

This text has color #253823 on white background.


Black color preview on #253823 background

This text has black color on #253823 background.


White color preview on #253823 background

This text has white color on #253823 background.


Related colors

Complementary color

Complementary color for #hex is #DAC7DC.


I love getcolorcode.com

Triadic colors

1 #232538 and #382325 with #253823 are triadic colors.

2 #233825 and #382523 with #253823 are triadic colors.