COLOR #625238

HEX: #625238
RGB: (98,82,56)

Color info

#625238 contains red, green and blue colors in about the same proportion. Web safe color of #625238 is #666633 (or #663).

RGB color model

#625238 color RGB value is (98,82,56).

  • red value is 98;
  • green value is 82;
  • blue value is 56.
RGB:
(98,82,56)
(38%,32%,22%)

RGB channels and saturation

R 98 of 255 = 38%
G 82 of 255 = 32%
B 56 of 255 = 22%

98
82
56

R + G + B ~ 31%. #625238 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
98 + 82 + 56 = 236 (100%)
R 98 of 236 ~ 41.53%
G 82 of 236 ~ 34.75%
B 56 of 236 ~ 23.73%

%41.53
%34.75
%23.73

CMYK color model

#625238 color CMYK value is (0,16,43,62).

  • cyan value is 0.00%
  • magenta value is 16.33%
  • yellow value is 42.86%
  • key color value is 61.57%
CMYK:
(0,16,43,62)
C0M16Y43K62 
(0%,16%,43%,62%)
(0.00/0.16/0.43/0.62)	

CMYK percentages

%0
%16.33
%42.86
%61.57

Codes

Color #625238 in popluar color models

625238
RGB988256
HSL37°27.27%30.20%
HSB/HSV37°42.86%38.43%
CMYK0.00%16.33%42.86%
61.57%

Color #625238 in popluar number systems.

HEX625238
Decimal988256
Binary11000101010010111000
Octal14212270

Shades and tints

Shades of #625238

#625238
(98,82,56)
#5A4B33
(90,75,51)
#52442E
(82,68,46)
#4A3D29
(74,61,41)
#423624
(66,54,36)
#3A2F1F
(58,47,31)
#32281A
(50,40,26)
#2A2115
(42,33,21)
#221A10
(34,26,16)
#1A130B
(26,19,11)
#120C06
(18,12,6)
#000000
(0,0,0)

Tints of #625238

#625238
(98,82,56)
#70614A
(112,97,74)
#7E705C
(126,112,92)
#8C7F6E
(140,127,110)
#9A8E80
(154,142,128)
#A89D92
(168,157,146)
#B6ACA4
(182,172,164)
#C4BBB6
(196,187,182)
#D2CAC8
(210,202,200)
#E0D9DA
(224,217,218)
#EEE8EC
(238,232,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #625238 color. Also use rgb(98,82,56) instead hex code.

Text Font Color

.myTextColor { color: #625238; }

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

This text font color is #625238.


Background Color

.myBgColor { background-color: #625238; }

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

This div background color is #625238.


Border color

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

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

This div border color is #625238.


Opacity

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

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

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

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

This text has shadow with #625238 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #625238 on black background.


Color preview on white background

This text has color #625238 on white background.



Black color preview on #625238 background

This text has black color on #625238 background.


White color preview on #625238 background

This text has white color on #625238 background.