COLOR #265849

HEX: #265849
RGB: (38,88,73)

Color info

#265849 contains red, green and blue colors in about the same proportion. Web safe color of #265849 is #336633 (or #363).

RGB color model

#265849 color RGB value is (38,88,73).

  • red value is 38;
  • green value is 88;
  • blue value is 73.
RGB:
(38,88,73)
(15%,35%,29%)

RGB channels and saturation

R 38 of 255 = 15%
G 88 of 255 = 35%
B 73 of 255 = 29%

38
88
73

R + G + B ~ 26%. #265849 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 88 + 73 = 199 (100%)
R 38 of 199 ~ 19.1%
G 88 of 199 ~ 44.22%
B 73 of 199 ~ 36.68%

%19.1
%44.22
%36.68

CMYK color model

#265849 color CMYK value is (57,0,17,65).

  • cyan value is 56.82%
  • magenta value is 0.00%
  • yellow value is 17.05%
  • key color value is 65.49%
CMYK:
(57,0,17,65)
C57M0Y17K65 
(57%,0%,17%,65%)
(0.57/0.00/0.17/0.65)	

CMYK percentages

%56.82
%0
%17.05
%65.49

Codes

Color #265849 in popluar color models

265849
RGB388873
HSL162°39.68%24.71%
HSB/HSV162°56.82%34.51%
CMYK56.82%0.00%17.05%
65.49%

Color #265849 in popluar number systems.

HEX265849
Decimal388873
Binary10011010110001001001
Octal46130111

Shades and tints

Shades of #265849

#265849
(38,88,73)
#235043
(35,80,67)
#20483D
(32,72,61)
#1D4037
(29,64,55)
#1A3831
(26,56,49)
#17302B
(23,48,43)
#142825
(20,40,37)
#11201F
(17,32,31)
#0E1819
(14,24,25)
#0B1013
(11,16,19)
#08080D
(8,8,13)
#000000
(0,0,0)

Tints of #265849

#265849
(38,88,73)
#396759
(57,103,89)
#4C7669
(76,118,105)
#5F8579
(95,133,121)
#729489
(114,148,137)
#85A399
(133,163,153)
#98B2A9
(152,178,169)
#ABC1B9
(171,193,185)
#BED0C9
(190,208,201)
#D1DFD9
(209,223,217)
#E4EEE9
(228,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #265849 color. Also use rgb(38,88,73) instead hex code.

Text Font Color

.myTextColor { color: #265849; }

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

This text font color is #265849.


Background Color

.myBgColor { background-color: #265849; }

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

This div background color is #265849.


Border color

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

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

This div border color is #265849.


Opacity

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

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

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

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

This text has shadow with #265849 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265849 on black background.


Color preview on white background

This text has color #265849 on white background.



Black color preview on #265849 background

This text has black color on #265849 background.


White color preview on #265849 background

This text has white color on #265849 background.