COLOR #265149

HEX: #265149
RGB: (38,81,73)

Color info

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

RGB color model

#265149 color RGB value is (38,81,73).

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

RGB channels and saturation

R 38 of 255 = 15%
G 81 of 255 = 32%
B 73 of 255 = 29%

38
81
73

R + G + B ~ 25%. #265149 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
38 + 81 + 73 = 192 (100%)
R 38 of 192 ~ 19.79%
G 81 of 192 ~ 42.19%
B 73 of 192 ~ 38.02%

%19.79
%42.19
%38.02

CMYK color model

#265149 color CMYK value is (53,0,10,68).

  • cyan value is 53.09%
  • magenta value is 0.00%
  • yellow value is 9.88%
  • key color value is 68.24%
CMYK:
(53,0,10,68)
C53M0Y10K68 
(53%,0%,10%,68%)
(0.53/0.00/0.10/0.68)	

CMYK percentages

%53.09
%0
%9.88
%68.24

Codes

Color #265149 in popluar color models

265149
RGB388173
HSL169°36.13%23.33%
HSB/HSV169°53.09%31.76%
CMYK53.09%0.00%9.88%
68.24%

Color #265149 in popluar number systems.

HEX265149
Decimal388173
Binary10011010100011001001
Octal46121111

Shades and tints

Shades of #265149

#265149
(38,81,73)
#234A43
(35,74,67)
#20433D
(32,67,61)
#1D3C37
(29,60,55)
#1A3531
(26,53,49)
#172E2B
(23,46,43)
#142725
(20,39,37)
#11201F
(17,32,31)
#0E1919
(14,25,25)
#0B1213
(11,18,19)
#080B0D
(8,11,13)
#000000
(0,0,0)

Tints of #265149

#265149
(38,81,73)
#396059
(57,96,89)
#4C6F69
(76,111,105)
#5F7E79
(95,126,121)
#728D89
(114,141,137)
#859C99
(133,156,153)
#98ABA9
(152,171,169)
#ABBAB9
(171,186,185)
#BEC9C9
(190,201,201)
#D1D8D9
(209,216,217)
#E4E7E9
(228,231,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #265149; }

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

This text font color is #265149.


Background Color

.myBgColor { background-color: #265149; }

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

This div background color is #265149.


Border color

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

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

This div border color is #265149.


Opacity

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

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

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

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

This text has shadow with #265149 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #265149 on black background.


Color preview on white background

This text has color #265149 on white background.



Black color preview on #265149 background

This text has black color on #265149 background.


White color preview on #265149 background

This text has white color on #265149 background.